We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a71fa4a + 44550ac commit 116b721Copy full SHA for 116b721
build_platform.py
@@ -111,8 +111,6 @@ def print_bold(message, end = '\n'):
111
112
def install_platform(platform):
113
print("Installing", platform, end=" ")
114
- if platform == "adafruit:samd": # we have a platform dep
115
- install_platform("arduino:samd")
116
if platform == "adafruit:avr": # we have a platform dep
117
install_platform("arduino:avr")
118
if os.system("arduino-cli core install "+platform+" --additional-urls "+BSP_URLS+" > /dev/null") != 0:
0 commit comments