We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11da3d commit ddf0769Copy full SHA for ddf0769
tcl/target/esp32s3.cfg
@@ -1,6 +1,11 @@
1
# The ESP32-S3 only supports JTAG.
2
transport select jtag
3
4
+# TODO: remove this when flash support is implemented
5
+if { ![info exists ESP_FLASH_SIZE] } {
6
+ set ESP_FLASH_SIZE "0"
7
+}
8
+
9
# Source the ESP common configuration file
10
source [find target/esp_common.cfg]
11
0 commit comments