Crates.io | arduino_mkrzero |
lib.rs | arduino_mkrzero |
version | 0.12.2 |
source | src |
created_at | 2018-09-17 11:26:03.971133 |
updated_at | 2024-10-18 20:09:32.05198 |
description | Board Support crate for the Arduino MKRZERO |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 85128 |
size | 40,098 |
This crate provides a type-safe API for working with the Arduino mkrzero board.
samd
ArduinoData/packages/arduino/tools/bossac/1.7.0[-arduino3]/
add it to your path
ArduinoData
is likely something like ~/.arduino15/
ArduinoData
is likely something like ~/Library/Arduino15
ArduinoData/packages/arduino/tools/bossac/1.7.0/
add it to your path
ArduinoData
is likely something like ~/.arduino15/
rustup target add thumbv6m-none-eabi
cargo build --release --example blinky_basic
arm-none-eabi-objcopy -O binary target/thumbv6m-none-eabi/release/examples/blinky_basic target/blinky_basic.bin
# if using cargo-binutils, you can `rust-objcopy` with the same flags, or combine the previous 2 steps with `cargo objcopy`
bossac -i -d -U true -i -e -w -v target/blinky_basic.bin -R