Skip to content

Commit ffc687d

Browse files
authored
Merge pull request espressif#139 from brentru/master
Add Adafruit ESP32-S3 Feather with 4MB Flash 2MB PSRAM
2 parents 0ba07d2 + a526b48 commit ffc687d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_platform.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"qtpy_esp32s2" : ["esp32:esp32:adafruit_qtpy_esp32s2", "0xbfdd4eee", None],
7272
"feather_esp32s2" : ["esp32:esp32:adafruit_feather_esp32s2", "0xbfdd4eee", None],
7373
"feather_esp32s2_tft" : ["esp32:esp32:adafruit_feather_esp32s2_tft", "0xbfdd4eee", None],
74-
"feather_esp32s3" : ["esp32:esp32:adafruit_feather_esp32s3", "0xc47e5767", None],
74+
"feather_esp32s3" : ["espressif:esp32:adafruit_feather_esp32s3_nopsram", "0xc47e5767", "adafruit/master"],
75+
"feather_esp32s3_4mbflash_2mbpsram" : ["espressif:esp32:adafruit_feather_esp32s3", "0xc47e5767", "adafruit/master"],
7576
"qtpy_esp32s3" : ["esp32:esp32:adafruit_qtpy_esp32s3", "0xc47e5767", None],
7677
"qtpy_esp32" : ["esp32:esp32:adafruit_qtpy_esp32_pico", None, None],
7778
# Adafruit AVR

0 commit comments

Comments
 (0)