Bootstrap dev with Rust on Particle Xenon / Argon / Boron
- 2nd gen debugger
- probe-run
- flip-link
- thumbv7em-none-eabihf
- connect debugger to xenon, insert to usb
- export
DEFMT_LOG=info
(to see output from main.rs) cargo run --example hello
- Scaffold future projects with https://github.com/knurling-rs/app-template
- the debugger was not initially found by
probe-run --list-probes
- holding in the button while inserting it and it worked
- after that even it works without holding button
- https://github.com/knurling-rs
- https://github.com/daschl/nrf52840dk-sample
- https://github.com/nrf-rs/nrf-hal