Skip to content

Version 1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Sep 14:05
· 2 commits to master since this release

v1.2.0 (2025-09-23)

✨ New Features

  • msc: ensure MD5 check is enabled (Jaroslav Burian - bac9aa6)

🐛 Bug Fixes

  • serial_handler: Add RX pull up to avoid floating pin (Jaroslav Burian - 5580383)
  • debug: use correct pins for TDO and TDI (Jaroslav Burian - 0f04472)
  • msc: flash only real payload when UF2_FLAG_MD5_PRESENT flag is set (Jaroslav Burian - 8eae57a)
  • debug: missing driver for Windows (Jaroslav Burian - b56915c)

🔧 Code Refactoring

  • Separate pins and other Kconfig options into components (Jaroslav Burian - 83dd070)
  • Add activity callbacks to debug_probe and serial_handler components (Jaroslav Burian - 10c22e3)
  • Move debug specific code into debug_probe component (Jaroslav Burian - c17f235)
  • Separate debug interface into separate component (Jaroslav Burian - 28eee02)
  • Separate serial communication into components (Jaroslav Burian - af83608)