Skip to content

v0.10.0-esp32-20210902

Compare
Choose a tag to compare
@igrr igrr released this 02 Sep 20:21
· 4108 commits to master since this release

2021/09/02 Release, based on OpenOCD v0.10.0

Features:

  • esp_remote: New command to set JTAG clock freqency

Bug fixes:

  • esp_xtensa_smp: Fixes problem when APP CPU is left unexamined after target is reset externally by esptool.py (#160)
  • esp_xtensa_smp: Fixes TRAX tracing start on one core only
  • xtensa: Fixes memory leak in TRAX tracing dump command handler
  • algorithm: Skip loading sections with zero size. This led to the algoritm run failure when algorithm image has zero-sized sections.