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
When compiled for bare metal, YAML is no longer a feasible option to save or restore a config. Postcard should be used instead. However on the end user side of things YAML is the preferred way to write new configurations. A CLI tool should allow the user to convert from human friendly YAML to machine friendly postcard and the other way around.
Rename the default main.rs binary crate from reset_ctrl to main-linux to avoid confusion with the CLI tool
Add a new binary crate named reset-ctrl
Add a positional parameter for the filename
If the filenames extension is .yml conver to .bin or the other way around
The text was updated successfully, but these errors were encountered:
When compiled for bare metal, YAML is no longer a feasible option to save or restore a config. Postcard should be used instead. However on the end user side of things YAML is the preferred way to write new configurations. A CLI tool should allow the user to convert from human friendly YAML to machine friendly postcard and the other way around.
main.rs
binary crate fromreset_ctrl
tomain-linux
to avoid confusion with the CLI toolreset-ctrl
.yml
conver to.bin
or the other way aroundThe text was updated successfully, but these errors were encountered: