Skip to content

Commit afddc5e

Browse files
committed
add s3 nospram, 4m2m
1 parent 0ba07d2 commit afddc5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_platform.py

Lines changed: 2 additions & 1 deletion
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" : ["esp32:esp32:adafruit_feather_esp32s3_nopsram", "0xc47e5767", "adafruit/master"],
75+
"feather_esp32s3_4mbflash_2mbpsram" : ["esp32: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)