Skip to content

Releases: nrf-rs/microbit

0.15.1

05 Aug 11:05
5288787
Compare
Choose a tag to compare
  • Set MSRV for microbit and microbit-v2 crates.
  • Bumped MSRV to 1.79.0.
  • Made various I2C Pin fields pub.

0.15.0

19 Jun 16:06
c0ff720
Compare
Choose a tag to compare
  • Update HAL crates to 0.18.0.
  • Update installation instructions for probe-rs

0.14.0

19 Jun 16:06
3d05b0b
Compare
Choose a tag to compare
  • Fix: non-blocking display on micro:bit V2 could spuriously light LEDs briefly
  • Fix the blocking::Display::set_refresh_rate calculation for the micro:bit V2
  • Double the non-blocking display refresh frequency for the micro:bit V2
  • Fix faulty doc test in blocking.rs
  • Update the non-blocking display documentation to better explain when methods
    should be called from within a critical section
  • Bump example dependencies to latest versions to fix build
  • Update examples to use RTIC 1.0
  • Add ADC for micro:bit V1
  • Add analog example
  • Increase minimum supported Rust version to 1.73
  • Added support for the real time counters RTC1 and RTC2
  • Add common types and structs for the edge connector pads and pins
  • Add common ADC types and initialization for ADC and SAADC
  • Common ADC example
  • Add support for PPI
  • Servo example using TIMER, GPIOTE and PPI
  • (NFC) GitHub CI changes
  • Feature: Exposed all remaining peripherals for both boards.
  • Update HAL crates to 0.17.1.
  • Update to embedded-hal 1.0.
  • Update magnetometer example to use lsm303agr 1.0.
  • Update debug tooling from probe-run to probe-rs