Crates.io | cargo-cntrlr |
lib.rs | cargo-cntrlr |
version | 0.1.0 |
source | src |
created_at | 2021-01-03 18:39:36.779274 |
updated_at | 2021-01-03 18:39:36.779274 |
description | Cargo driver for building and flashing cntrlr projects |
homepage | https://github.com/branan/cntrlr |
repository | https://github.com/branan/cntrlr |
max_upload_size | |
id | 331143 |
size | 58,091 |
Cargo-cntrlr provides wrappers for a few common Cargo subcommands that enable tighter integration with Cntrlr.
Builds exactly like cargo build
except that it additionally sets up
the appropriate target and rustc configuration for the selected board.
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.
Creates a new project just like cargo new
, but modifies
Cargo.toml
, build.rs
and main.rs
for a Cntrlr application.
Creates a new project just like cargo init
, but modifies
Cargo.toml
, build.rs
and main.rs
for a Cntrlr application.