Skip to content

v0.12.0-esp32-20230313

Pre-release
Pre-release
Compare
Choose a tag to compare
@gerekon gerekon released this 19 Apr 16:43
· 1048 commits to master since this release

Features:

  • target/esp: Adds check for openocd binary and .cfg file versions match. Error message is printed when user try to run openocd with configured TCL scripts directory from another OpenOCD release. See #276 (comment).
  • jtag/esp_usb_jtag: Try to reset usb device on read errors. Try to reset USB JTAG device on read errors as it is done for write errors.

Bug fixes:

  • esp/apptrace: Fixes 'esp sysview stop' return code. After recent changes that command always returned error.
  • target/esp32h2: Fixes reset reason value.
  • target/esp_riscv: Clears apptrace ctrl block address on target reset. That prevents using old apptrace ctrl block address when application image is updated w/o OpenOCD restart.