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
This is to add a ConstInitCell for buffers. This is NOT needed for postcard-rpc proper, as ConstInitCell is only used in the example project.
If static-cell doesn't accept this PR, I plan to move this data structure to grounded instead.
Figure out if we have any issues with unstable features and embassy_executor::task
Figure out if we need to reorganize or rename any parts of target_server, for example allowing for other target_servers other than nusb+embassy-usb in the future.
Docs and example pass
If you run into any issues or confusion using the features merged in #9, let me know here! I merged it so I could start using it with my conference training hardware.
The text was updated successfully, but these errors were encountered:
At the moment, there are a couple of follow-on tasks from #9 to prepare for a release:
embassy-usb
v0.2 release: embassy-usb: Update version and add changelog embassy-rs/embassy#2858Builder
buffers for USBstatic-cell
v2.x.y release: AddConstInitCell
embassy-rs/static-cell#14ConstInitCell
for buffers. This is NOT needed forpostcard-rpc
proper, asConstInitCell
is only used in theexample
project.static-cell
doesn't accept this PR, I plan to move this data structure togrounded
instead.embassy_executor::task
target_server
, for example allowing for other target_servers other thannusb
+embassy-usb
in the future.If you run into any issues or confusion using the features merged in #9, let me know here! I merged it so I could start using it with my conference training hardware.
The text was updated successfully, but these errors were encountered: