This crate provides a type-safe API for working with the Seeed Studio Seeeduino XIAO.
rustup target add thumbv6m-none-eabi
Check out the repository for examples.
cd boards/xiao_m0
RST
pads twice in
quick succession. The orange LED will pulse when the device is in bootloader
mode.cargo hf2 --release --example blink
cargo-hf2
that you'll need to specify
the VID/PID when flashing: cargo hf2 --vid 0x2886 --pid 0x002f --release
--example blink