Skip to content

Add CLI tool that converts configs from YAML to postcard #3

@ingobecker

Description

@ingobecker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions