23 lines
554 B
INI
23 lines
554 B
INI
interface ftdi
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
ftdi_layout_init 0x0038 0x003b
|
|
|
|
# The ESP32 only supports JTAG.
|
|
transport select jtag
|
|
|
|
# This can go as high as 20MHz if CPU frequency is 80MHz, or 26MHz
|
|
# if CPU frequency is 160MHz or 240MHz.
|
|
adapter_khz 20000
|
|
|
|
# If single core debugging is required, uncomment the following line
|
|
#set ESP32_ONLYCPU 1
|
|
|
|
# To disable RTOS support, uncomment the following line
|
|
# set ESP32_RTOS none
|
|
|
|
# This option defaults to 3.3v
|
|
set ESP32_FLASH_VOLTAGE 3.3
|
|
|
|
# Source the ESP32 configuration file
|
|
source [find target/esp32.cfg]
|