All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Optional
defmt
support via two new features (one has to specify one, or the other, or neither, but not both):log
- uses thelog
crate for all loggingdefmt
- uses thedefmt
crate for all logging, and implementsdefmt::Format
for all library types that otherwise implementDebug
and/orDisplay
- Respect payload length of control messages
- Option to erase the generics from the IO errors
- Migrated to the
edge-nal
traits - New method,
FrameHeader::mask_with
that takes a user-supplied mask