nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Update tooling to use probe-rs #138

Closed 9names closed 7 months ago

9names commented 7 months ago

Project was still using probe-run, which is deprecated in favour of probe-rs run. Added some small tweaks to build profiles and set DEFMT_LOG to "debug" to improve out-of-the-box debugging experience too.