esp32-bridge.cfg 466 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Example OpenOCD configuration file for ESP32 connected via ESP USB Bridge board
  4. #
  5. # For example, OpenOCD can be started for ESP32 debugging on
  6. #
  7. # openocd -f board/esp32-bridge.cfg
  8. #
  9. # Source the JTAG interface configuration file
  10. source [find interface/esp_usb_bridge.cfg]
  11. # ESP32 chip id defined in the idf esp_chip_model_t
  12. espusbjtag chip_id 1
  13. # Source the ESP32 configuration file
  14. source [find target/esp32.cfg]