Releases: trussed-dev/ctaphid-dispatch
Releases · trussed-dev/ctaphid-dispatch
ctaphid-dispatch v0.3.0
- Make
Dispatchgeneric over the buffer size, renameMESSAGE_SIZEtoDEFAULT_MESSAGE_SIZE, remove theMessagetype and add aDefaultDispatchtype alias forDispatch<_, _, DEFAULT_MESSAGE_SIZE>.
v0.2.0
Changelog
- Optimize stack usage of
Dispatch::poll - Replace
trusseddependency withtrussed-core. - Replace
heaplessdependency withheapless-bytes. - Move the
appandcommandmodules into a separate crate,ctaphid-app, and re-export it. - Make
Apptrait generic over the response size. - Remove unused
ShortMessagetype. - Flatten the public module structure and remove unnecessary re-exports.
ctaphid-app v0.1.0
Initial release that extracts the app and command modules from ctaphid-dispatch 0.1 into a separate crate.
ctaphid-app v0.1.0-rc.1
Changelog
- Extract
appandcommandmodules fromctaphid-dispatch0.1 into a separate crate.