Skip to content

v0.12.0-esp32-20230419

Compare
Choose a tag to compare
@gerekon gerekon released this 19 Apr 16:38
· 981 commits to master since this release

Features:

  • target/xtensa: Added NX processors support

Bug fixes:

  • esp: libjaylink and hidapi support added into the release binaries. This will allow users to debug with Segger Jlink and CMSIS-DAP compatible adapters.
  • target/xtensa: Implemented hit_watchpoint callback. It made watchpoint behavior on Xtensa similar to other architectures (e.g. RISCV and ARM). Previously target was stopped just before the data are changed. Now it is stopped just after the data are changed in memory.