v0.10.0-esp32-20181105
igrr
released this
05 Nov 06:06
·
6763 commits
to master
since this release
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).