We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78d622b + 6eabe3a commit 49d6719Copy full SHA for 49d6719
build_platform.py
@@ -97,6 +97,8 @@ def install_platform(platform):
97
print("Installing", platform, end=" ")
98
if platform == "adafruit:samd": # we have a platform dep
99
install_platform("arduino:samd")
100
+ if platform == "adafruit:avr": # we have a platform dep
101
+ install_platform("arduino:avr")
102
if os.system("arduino-cli core install "+platform+" --additional-urls "+BSP_URLS+" > /dev/null") != 0:
103
ColorPrint.print_fail("FAILED to install "+platform)
104
exit(-1)
0 commit comments