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.
1 parent 790b8e1 commit c8a449cCopy full SHA for c8a449c
all_platforms.py
@@ -7,6 +7,8 @@
7
# Arduino SAMD
8
"zero" : ["arduino:samd:arduino_zero_native", "0x68ed2b88", None, None],
9
"cpx" : ["arduino:samd:adafruit_circuitplayground_m0", "0x68ed2b88", None],
10
+ # Arduino MBED GIGA
11
+ "giga" : ["arduino:mbed_giga:giga", None, None],
12
# Espressif
13
"esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None, None],
14
"esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None, None],
0 commit comments