Skip to content

v0.26.1

Compare
Choose a tag to compare
@flit flit released this 17 May 21:17
v0.26.1
9c933a5

Fixes

  • Fixed invalid reference to DFSR_PMU constant from CortexM.
  • Fixed read_memory_block32() size parameter in ElfReaderContext. (Thanks @mbrossard!)
  • Address Python 3 string conversion issue in semihosting. (Thanks @mbrossard!)
  • Workaround for failure to init flash algo in verify mode.
  • gdbserver: clear stale flash data on exception during flash programming.
  • Fixed flash object creation in cases where the memory map is modified during the init sequence.
  • Fixed NXP kl28z target issues. (Thanks @Hoohaha!)