From 57d612ef510f8f7372154790d6eb4d909b1347a9 Mon Sep 17 00:00:00 2001 From: tyeth Date: Thu, 7 Mar 2024 15:46:43 +0000 Subject: [PATCH] Add ItsyBitsy ESP32 --- all_platforms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/all_platforms.py b/all_platforms.py index 3832c73..a835a30 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -9,6 +9,7 @@ # Espressif "esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None, None], "esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None, None], + "itsybitsy_esp32" : ["esp32:esp32:adafruit_itsybitsy_esp32:FlashFreq=80", None, None], "feather_esp8266" : ["esp8266:esp8266:huzzah:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200", None, None], "feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None, None], "feather_esp32_v2" : ["esp32:esp32:adafruit_feather_esp32_v2", None, None],