Skip to content

Commit

Permalink
esp32s3: remove flash size warning while working with builtin usb-jtag
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur authored and gerekon committed Dec 16, 2021
1 parent 0369843 commit 724ad82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tcl/board/esp32s3-builtin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@ source [find interface/esp_usb_jtag.cfg]
# Source the ESP32-S3 configuration file
source [find target/esp32s3.cfg]

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

0 comments on commit 724ad82

Please sign in to comment.