jkkkkk Arduino Nano 33 IOT Board Support Crate
This crate provides a type-safe API for working with the Arduino nano 33 IOT board.
samdArduinoData/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/Arduino15rustup target add thumbv6m-none-eabi```bash cargo build --release --example blinkybasic arm-none-eabi-objcopy -O binary target/thumbv6m-none-eabi/release/examples/blinkybasic target/blinky_basic.bin
rust-objcopy with the same flags, or combine the previous 2 steps with cargo objcopybossac -i -d -U true -i -e -w -v target/blinky_basic.bin -R
``
(You may need to use--portwith something like/dev/ttyACM0//dev/ttyACM1, or/dev/tty.usbmodemNNNNN` on OSX)
picocom is a good simple terminal serial emulator, installable with your os's package manager or brew
/dev/tty.usbmodemTEST1