cargo-cntrlr

Crates.iocargo-cntrlr
lib.rscargo-cntrlr
version0.1.0
sourcesrc
created_at2021-01-03 18:39:36.779274
updated_at2021-01-03 18:39:36.779274
descriptionCargo driver for building and flashing cntrlr projects
homepagehttps://github.com/branan/cntrlr
repositoryhttps://github.com/branan/cntrlr
max_upload_size
id331143
size58,091
Branan Riley (branan)

documentation

https://github.com/branan/cntrlr/blob/0.1.0/cargo-cntrlr/README.md

README

Cargo-cntrlr

Cargo-cntrlr provides wrappers for a few common Cargo subcommands that enable tighter integration with Cntrlr.

Subcommands

cargo cntrlr build --board [Additional Arguments]

Builds exactly like cargo build except that it additionally sets up the appropriate target and rustc configuration for the selected board.

cargo cntrlr flash --board [--port ] [Additional Arguments]

As cargo cntrlr build, but also attempts to flash the built binary to the board using an appropriate flashing utility. --port is required for some boards.

If more than one binary is selected, they will all be built but flashing will not take place.

cargo cntrlr new [Additional Arguments]

Creates a new project just like cargo new, but modifies Cargo.toml, build.rs and main.rs for a Cntrlr application.

cargo cntrlr init [Additional Arguments]

Creates a new project just like cargo init, but modifies Cargo.toml, build.rs and main.rs for a Cntrlr application.

Commit count: 53

cargo fmt