Skip to content

A Cargo runner for Arduino boards

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

matteocarnelos/arduino-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-run

A cargo runner for Arduino boards

crates.io github

Features

  • Based on arduino-cli
  • Supports all Arduino boards
  • Possibility to open serial monitor after flashing

Installation

  1. Install arduino-cli
  2. Install cargo-binutils:
    cargo install cargo-binutils
    rustup component add llvm-tools
    
  3. 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

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

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 © 2024, Matteo Carnelos

About

A Cargo runner for Arduino boards

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages