Skip to content

v0.36.0

Latest
Compare
Choose a tag to compare
@flit flit released this 08 Oct 19:54
· 3 commits to main since this release
975fe95

v0.36.0 on PyPI

Improvements

  • Allow FlashBuilder to work when program page size is larger than sector erase size (@BrianPugh)
  • Very basic implementation to get a "connect" LED status display (@rgrr)
  • Add Trace Funnel Coresight component (@rapgenic)
  • Cortex-M CPU type detection improvements
  • Debug sequences: support pname on DebugPort* sequences

Targets

  • Add MAX32666FTHR board (@ozersa)
  • Add STMicro STM32 H743 and H723 targets (@unsanded)
  • nRF91 family improvements (@maxd-nordic)
  • Add HDSC HC32F448 hc32a460xe and hc32a4a0xi. (@lennvn)
  • Add airm2m air001 target (@kaidegit)
  • Add airm2m air32f103 target (@HalfSweet)
  • Add STMicro STM32H7B0 Target (@BrianPugh)
  • Add NXP S32K344 target (@PetervdPerk-NXP)
  • Add Realtek RTL8762C (@suphammer)
  • Add some missing ST and NXP board IDs
  • Fix HC32l130 32k+ flash error (@kaidegit)
  • Fix HC32L13x size and enable double buffering (@kaidegit)
  • Infineon PSoC6: remove unnecessary sleep during reset (@te-johan)
  • Remove part number match for NXP MIMXRTxxxx series family

Fixes

  • RTT: fix CB not found (@tdasika)
  • CMSIS-DAP: Windows performance regression fix
  • Debug sequences: fix assignment expressions.
  • flash: fix some type errors, sort imports
  • Removed extraneous space character in the default cortex_m target warning message (@BenjaminSoelberg)
  • Flash loader: fix missing import of RamRegion
  • coresight: adiv5 discovery: increment invalid AP count on exception
  • cortex-m: reset_halt: just warn about invalid T-bit, don't automatically fix
  • commands: reset: fall back to reset via probe if context has no selected core
  • Only create one session to access options when there's no current session, to reduce debug log message output.

Miscellaneous

  • docs: fix example (@liux-pro)
  • Update copyright section for Maxim (@ozersa)
  • probe: cmsis-dap: use test binary from builtin board data for v2.1 based board info
  • Use annotations future in several source files
  • Update built-in targets and commands documentation

❤️ Special thanks to new contributors!

Full Changelog: v0.35.1...v0.36.0