From c8a449c0a54bbed70cb4d80db6f76bfa529ce333 Mon Sep 17 00:00:00 2001 From: Liz Date: Fri, 16 May 2025 11:38:37 -0400 Subject: [PATCH] add arduino giga --- all_platforms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all_platforms.py b/all_platforms.py index 303cc1b..8586e5b 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -7,6 +7,8 @@ ALL_PLATFORMS={ # Arduino SAMD "zero" : ["arduino:samd:arduino_zero_native", "0x68ed2b88", None, None], "cpx" : ["arduino:samd:adafruit_circuitplayground_m0", "0x68ed2b88", None], + # Arduino MBED GIGA + "giga" : ["arduino:mbed_giga:giga", None, None], # Espressif "esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None, None], "esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None, None],