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],