Crates.io | arduino-run |
lib.rs | arduino-run |
version | 0.1.2 |
source | src |
created_at | 2023-07-06 22:32:04.643229 |
updated_at | 2024-03-04 21:53:27.694524 |
description | A cargo runner for Arduino boards |
homepage | |
repository | https://github.com/matteocarnelos/arduino-run |
max_upload_size | |
id | 910323 |
size | 30,820 |
arduino-run
A cargo runner for Arduino boards
arduino-cli
arduino-cli
arduino-run
:
cargo install arduino-run
Add the following in your .cargo/config.toml
:
[target.'<target-triple>']
runner = "arduino-run -b <board> -p <port>"
Usage: arduino-run [OPTIONS] --board <BOARD> --port <PORT> <ELF>
Arguments:
<ELF> The ELF firmware file
Options:
-b, --board <BOARD> The Fully Qualified Board Name (FQBN)
-p, --port <PORT> The serial port [env: ARDUINO_RUN_PORT]
-m, --monitor Open serial monitor after flashing
-r, --baudrate <BAUDRATE> The serial monitor baudrate [default: 9600]
-h, --help Print help
-V, --version Print version
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Copyright © 2024, Matteo Carnelos