A minimalist template for use with cargo-generate
To generate a project using this template:
cargo generate --git https://github.com/kaganege/cpp-and-rust-with-rp-pico.git --branch template
After running the command, there will be a few prompts:
Project Name
: Name of the project.Board Type
: Type of the board.Enable Standart IO
: Enable/disable output over UART/USB.