Skip to content

Tags: mqy/microbit

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge nrf-rs#64

64: Bump version to 0.11.0 r=therealprof a=robyoung

See: [CHANGELOG.md](/CHANGELOG.md)

### Added

- Added support for the thumbv7em-none-eabi target for microbit:v2 (same as
  thumbv7em-none-eabihf but without hardware floating point support)

### Changed

- Rearrange LED display modules under the same root module and change their
  APIs to be more aligned with each other.
- Add BLE Beacon demo.
- Add a simple speaker demo for micro:bit V2.
- Add Board struct following the pattern used in other nrf board support crates.
- Add magnetometer example.
- LEDs on the micro:bit V1 are now turned off per default
- UART(E) is now exposed in the same way as I2C


Co-authored-by: Rob Young <[email protected]>

v0.10.1

Toggle v0.10.1's commit message
Add missing CHANGELOG.md link

Signed-off-by: Daniel Egger <[email protected]>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nrf-rs#51 from robyoung/bump-version-to-v0.10.0

Bump version to v0.10.0

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nrf-rs#42 from robyoung/release-v0.9.0

Bump version to v0.9.0

v0.8.0

Toggle v0.8.0's commit message
Bumped versions and adjusted code for digital::v2

Signed-off-by: Daniel Egger <[email protected]>