From 9fddb51de890b81880a60b5d68a8112cb3bb1fb0 Mon Sep 17 00:00:00 2001 From: tyeth Date: Mon, 26 Feb 2024 15:30:15 +0000 Subject: [PATCH] Add ItsyBitsy ESP32 (itsybitsy_esp32) to all_platforms.py --- all_platforms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/all_platforms.py b/all_platforms.py index ce12f35..4fbb40e 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -12,6 +12,7 @@ "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], + "itsybitsy_esp32" : ["esp32:esp32:adafruit_itsybitsy_esp32", None, None], ## ESP32-S2 "magtag" : ["esp32:esp32:adafruit_magtag29_esp32s2", "0xbfdd4eee", None], "funhouse" : ["esp32:esp32:adafruit_funhouse_esp32s2", "0xbfdd4eee", None],