debug.cfg 420 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Example OpenOCD configuration file for ESP32-WROVER-KIT board.
  4. #
  5. # For example, OpenOCD can be started for ESP32 debugging on
  6. #
  7. # openocd -f board/esp32-wrover-kit-3.3v.cfg
  8. #
  9. # Source the JTAG interface configuration file
  10. source [find interface/ftdi/esp32_devkitj_v1.cfg]
  11. set ESP32_FLASH_VOLTAGE 3.3
  12. # Source the ESP32 configuration file
  13. source [find target/esp32.cfg]