Change ESP_RTOS from none to Zephyr in all ESP32 board openocd.cfg files to enable thread awareness during debug. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
8 lines
129 B
INI
8 lines
129 B
INI
set ESP_RTOS Zephyr
|
|
set ESP_ONLYCPU 1
|
|
|
|
source [find interface/esp_usb_jtag.cfg]
|
|
|
|
source [find target/esp32.cfg]
|
|
adapter_khz 5000
|