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 0369843 commit 724ad82Copy full SHA for 724ad82
tcl/board/esp32s3-builtin.cfg
@@ -10,10 +10,3 @@ source [find interface/esp_usb_jtag.cfg]
10
# Source the ESP32-S3 configuration file
11
source [find target/esp32s3.cfg]
12
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