arduino-run

A cargo runner for Arduino boards

crates.io github

Features

Installation

  1. Install arduino-cli
  2. Install arduino-run: cargo install arduino-run

Usage

Add the following in your .cargo/config.toml: toml [target.'<target-triple>'] runner = "arduino-run -b <board> -p <port>"

Command reference

arduino-run [OPTIONS] --board <BOARD> --port <PORT> <ELF>

Arguments

Options

For more usage info, run arduino-run --help.

Additional resources

License

Licensed under either of

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