Initial commit with basic project structure and Firebeetle 2 board definition
This commit is contained in:
7
boards/espressif/esp32s3_eye/support/openocd.cfg
Normal file
7
boards/espressif/esp32s3_eye/support/openocd.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
set ESP_RTOS none
|
||||
set ESP32_ONLYCPU 1
|
||||
|
||||
# Source the JTAG interface configuration file
|
||||
source [find interface/esp_usb_jtag.cfg]
|
||||
# Source the ESP32-S3 configuration file
|
||||
source [find target/esp32s3.cfg]
|
||||
Reference in New Issue
Block a user