Skip to content

Latest commit

 

History

History
196 lines (116 loc) · 4.94 KB

CHANGELOG.md

File metadata and controls

196 lines (116 loc) · 4.94 KB

OpenOCD + ESP32 Support for embedded development Changelog

Added

  • Add additional program parameters (#22) through PR (#23)

Changed

  • Update IntelliJ platform plugin

Fixed

  • Fix OpenOCD launching in wrong thread (#21) through PR (#24)

Fixed

  • Updated to 2024.2 EAP

Fixed

  • Updated to 2024.1 EAP

Fixed

  • Fixed program offsets not properly updating (#15)

Fixed

  • Fixed content roots

Added

  • Add debugger configuration (#12)

Fixed

  • Updated to 2023.3 EAP
  • Remove deprecations

Fixed

  • Fix root path (#10)

Fixed

  • Fix typo when restoring saved run configs

Fixed

  • Fix deadlock (#4) through PR (#9)
  • Allow not specifying a few config entries
  • Support more reset types
  • Cleanup (migrate away from obsolete and deprecated entities)

Fixed

  • Fix deadlock (#4) through PR (#7)

Fixed

  • Fix file path parameter (#6)
  • Fix icons
  • Add ESP32 tag to run configurations to differentiate them better
  • Change default command to program_esp
  • Support new xpack OpenOCD format
  • Fix changelog

Fixed

  • Updated to 2023.2 EAP

Fixed

  • Updated to 2023.1 EAP

Added

  • Support for both program_esp[32] commands (#3)
  • Support for offset parameters (#3)
  • Support for verify parameter

Fixed

  • Updated to 2022.3 EAP

Fixed

  • Updated to 2022.2 EAP

Fixed

  • Updated to 2022.1 EAP again

Fixed

  • Fixed support for CLion 2020.3 and 2021.1

Added

  • Support for CLion 2022.1 EAP

Changed

  • Changed the icon

Changed

  • Migrate to Gradle

Fixed

  • Fixed NoClassDefFoundError (#6)

Added

  • Updated for CLion 2019.1+

Added

  • STM32G0 and STM32L5 experimental support added