Releases: espressif/openocd-esp32
Releases · espressif/openocd-esp32
v0.10.0-esp32-20190212
2019/02/12 Release, based on OpenOCD v0.10.0
Features
- Support for ESP32-SOLO-1 module via the new
esp32-solo-1.cfg
configuration.
Bug fixes
- Fix segfault when FreeRTOS support is used but no symbols are loaded (#28)
- Restore debug stubs address if they have been actually detected
- Correct the length of PWRSTAT register used for read/clear operations
v0.10.0-esp32-20181105
2018/11/05 Release, based on OpenOCD v0.10.0
Bug fixes
- Remove limitation on the number of application partitions
- Improve handling of cases when the target was reset externally before gdb connects (reported in https://esp32.com/viewtopic.php?f=13&t=7658#p32230)
- Disable RTC watchdog when gdb connects, in addition to TG0/TG1 watchdogs. Fixes issues when debugging startup code, if target was reset externally.
- Fix backtrace of interrupted tasks, if the interrupted frame used more than 16 bytes of stack.
- Fix handling of custom SystemView events (#22).
v0.10.0-esp32-20180920
v0.10.0-esp32-20180724
2018/07/24 Release, based on OpenOCD v0.10.0
New features
- Support for software breakpoints in RAM and Flash
- Support for GCOV commands via debug stubs
v0.10.0-esp32-20180604
2018/06/04 Release, based on OpenOCD v0.10.0
New features
- Support for software breakpoints in RAM and Flash (#45)
- Support for debug stubs for GCOV
v0.10.0-esp32-20180525
2018/05/25 Release, based on OpenOCD v0.10.0
Bug fixes
- fix retrieval of target registers when stepping
- fix writing back floating point registers
Features
- support new GCOV command style used in IDF docs (
esp32 gcov dump
).
v0.10.0-esp32-20180418
2018/04/18 Release, based on OpenOCD v0.10.0