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
Currently there is just a YAML PoC in place to save and restore device configurations. While this works on linux which supports the std, on bare metal no std crate is available. Introduce proper persistence layer that support YAML as well as postcard depending on the platform.
The text was updated successfully, but these errors were encountered:
Currently there is just a YAML PoC in place to save and restore device configurations. While this works on linux which supports the
std
, on bare metal nostd
crate is available. Introduce proper persistence layer that support YAML as well as postcard depending on the platform.The text was updated successfully, but these errors were encountered: