Crates.io | wio_lite_mg126 |
lib.rs | wio_lite_mg126 |
version | 0.4.1 |
source | src |
created_at | 2020-09-28 19:40:03.325866 |
updated_at | 2024-10-18 20:27:24.12052 |
description | Board Support crate for the Wio Lite MG126 |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 293817 |
size | 27,180 |
This crate provides a type-safe API for working with the WIO Lite MG126(https://wiki.seeedstudio.com/Wio-Lite-MG126/).
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
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