You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved error handling for postform-decoder and postform-rtt.
New postform-persist binary to display persistent logs from a file.
Added support to build postform on the host computer.
Added support to attach to a running target through RTT.
Logger code is now reentrant.
Better version information in host code.
Embedded version information into the target ELF file.
Verification of postform version when running postform decoder to ensure that the FW is compatible.
Track platform sizes with custom Postform::PlatformDescription structure. Used by postform_decoder to appropriately decode the logs and derive argument size.
libpostform RTT now starts in nonblocking mode and it's set to blocking mode when postform-rtt attaches. When postform-rtt detaches, it sets nonblocking mode again.