Files
zephyr/boards/lilygo/ttgo_t7v1_5/support/openocd.cfg
Sylvio Alves aaec098e0e boards: esp32: enable Zephyr RTOS in openocd config
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>
2026-01-12 12:31:57 -06:00

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