esp32s3-builtin.cfg 431 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Example OpenOCD configuration file for ESP32-S3 connected via builtin USB-JTAG adapter.
  4. #
  5. # For example, OpenOCD can be started for ESP32-S3 debugging on
  6. #
  7. # openocd -f board/esp32s3-builtin.cfg
  8. #
  9. # Source the JTAG interface configuration file
  10. source [find interface/esp_usb_jtag.cfg]
  11. # Source the ESP32-S3 configuration file
  12. source [find target/esp32s3.cfg]
  13. adapter speed 40000