Skip to content

Commit 724ad82

Browse files
erhankurgerekon
authored andcommitted
esp32s3: remove flash size warning while working with builtin usb-jtag
1 parent 0369843 commit 724ad82

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tcl/board/esp32s3-builtin.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,3 @@ source [find interface/esp_usb_jtag.cfg]
1010
# Source the ESP32-S3 configuration file
1111
source [find target/esp32s3.cfg]
1212

13-
# Currently builtin USB-JTAG stucks during flash probing
14-
# TODO: Remove code below when problem is above is fixed
15-
set flash_list_size [llength [flash list]]
16-
if { $flash_list_size != 0} {
17-
echo "WARNING: ESP32-S3 target may experience problems when accessing flash via builtin USB-JTAG adapter!"
18-
echo "WARNING: It is recommended to disable flash support by running OpenOCD with `-c 'set ESP_FLASH_SIZE 0'` or use external JTAG adapter."
19-
}

0 commit comments

Comments
 (0)