Skip to content

0.14.0

Compare
Choose a tag to compare
@qwandor qwandor released this 19 Jun 16:06
· 38 commits to main since this release
3d05b0b
  • 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