2 releases
0.1.1 | Jul 6, 2023 |
---|---|
0.1.0 | Jul 6, 2023 |
#243 in Embedded development
12KB
76 lines
arduino-run
A cargo runner for Arduino boards
Features
- Based on
arduino-cli
- Supports all Arduino boards
- Possibility to open serial monitor after flashing
Installation
- Install
arduino-cli
- Install
arduino-run
:cargo install arduino-run
Usage
Add the following in your .cargo/config.toml
:
[target.'<target-triple>']
runner = "arduino-run -b <board> -p <port>"
Command reference
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
]
For more usage info, run arduino-run --help
.
Additional resources
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributing
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 © 2023, Matteo Carnelos
Dependencies
~1–10MB
~112K SLoC