v0.12.0-esp32-20230419
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
andhidapi
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.