Skip to content

Commit ddf0769

Browse files
committed
esp32s3: Disable flash support by default
1 parent f11da3d commit ddf0769

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tcl/target/esp32s3.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# The ESP32-S3 only supports JTAG.
22
transport select jtag
33

4+
# TODO: remove this when flash support is implemented
5+
if { ![info exists ESP_FLASH_SIZE] } {
6+
set ESP_FLASH_SIZE "0"
7+
}
8+
49
# Source the ESP common configuration file
510
source [find target/esp_common.cfg]
611

0 commit comments

Comments
 (0)