Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@Javier-varez Javier-varez released this 28 Mar 08:25
· 6 commits to main since this release

libpostform changelog

  • Added support for %c format specifier just like in printf.
  • Fail build when using the user defined literal _intern in GCC as it is not supported.
  • Now the RTT logger must have the control block injected in order to allow for user flexibility (i.e.: to use other rtt channels and control their layout).
  • Minor changes and improvements

postform_decoder changelog

  • Added support for %c format specifier just like in printf.
  • Minor changes and improvements

postform_rtt changelog

  • Added cli option -d to disable version check (Warning: only use if you are sure ABI is compatible between binary and host tool).
  • Added RTT channel selection.
  • Fix: ensure reset vector jumps in Thumb mode.
  • Minor changes and improvements

postform_persist changelog

  • Added cli option -d to disable version check (Warning: only use if you are sure ABI is compatible between binary and host tool).
  • Minor changes and improvements

postform_serial changelog

  • Added cli option -d to disable version check (Warning: only use if you are sure ABI is compatible between binary and host tool).
  • Minor changes and improvements