Skip to content

Commit

Permalink
Merge pull request #181 from adafruit/add-itsybitsy-esp32
Browse files Browse the repository at this point in the history
Add ItsyBitsy ESP32
  • Loading branch information
tyeth authored Mar 7, 2024
2 parents f28589b + 57d612e commit f9cef95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions all_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit f9cef95

Please sign in to comment.