jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
398 stars 55 forks source link

Update nrf52832-hal requirement from 0.11 to 0.12 #161

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on nrf52832-hal to permit the latest version.

Release notes

Sourced from nrf52832-hal's releases.

v0.12.0

New Features

  • Derive more traits for gpio::{Level, Port} (#185).
  • COMP module (#189).
  • QDEC module (#188).
  • LPCOMP module (#195).
  • TWIS module (#196 #230).
  • PWM module (#200 #231).
  • I2S module (#201 #209 #225 #237).
  • SPIS module (#226 #236).
  • Add support for the nRF52811 (#227).
  • Add PPI channel group tasks (#212).
  • Add PPI endpoints for timers (#239).
  • Allow disabling and reenabling the TWIM instance (#266).

Enhancements

  • Improve SAADC docs (#218).
  • Update Embed.toml of all examples to new defaults (#229).
  • Make ConfigurablePpi and subtrait of Ppi (#244).

Fixes

  • Refuse to build nRF52+ HALs for thumbv6m targets (#203).
  • Refuse to build nrf52810-hal for hard-float targets, and nrf51-hal for thumbv7+ targets (#206).
  • Set the correct Port in GPIOTE (#217 #248).
  • Correct TWIM port initialization for P1 pins (#221).
  • Fix race condition in RTC event handling (#243).

Breaking Changes

  • Remove Spi::read in favor of transfer_split_uneven (#190).
  • Seal the timer::Instance trait (#214).
  • Make GPIOs start in a Disconnected state instead of Input<Floating> (#220 #245).
  • 🦭 all Instance traits (#255).
  • 🦭 PPI traits (#259).
  • Various TWIM fixes and improvements - removes automatic transfer splitting (#242).
  • Remove typestate from RTC to make it easier to use (#252).
  • Also return owned Pins from Usart::free() (#261).

Internal Improvements

  • Utilize [cargo-xtask] to simplify CI and the release process (#207 #210).
  • Add conf() utility function to reduce code duplication in GPIO (#250).

#185: nrf-rs/nrf-hal#185 #188: nrf-rs/nrf-hal#188 #189: nrf-rs/nrf-hal#189

Changelog

Sourced from nrf52832-hal's changelog.

[0.12.0]

New Features

  • Derive more traits for gpio::{Level, Port} (#185).
  • COMP module (#189).
  • QDEC module (#188).
  • LPCOMP module (#195).
  • TWIS module (#196 #230).
  • PWM module (#200 #231).
  • I2S module (#201 #209 #225 #237).
  • SPIS module (#226 #236).
  • Add support for the nRF52811 (#227).
  • Add PPI channel group tasks (#212).
  • Add PPI endpoints for timers (#239).
  • Allow disabling and reenabling the TWIM instance (#266).

Enhancements

  • Improve SAADC docs (#218).
  • Update Embed.toml of all examples to new defaults (#229).
  • Make ConfigurablePpi and subtrait of Ppi (#244).

Fixes

  • Refuse to build nRF52+ HALs for thumbv6m targets (#203).
  • Refuse to build nrf52810-hal for hard-float targets, and nrf51-hal for thumbv7+ targets (#206).
  • Set the correct Port in GPIOTE (#217 #248).
  • Correct TWIM port initialization for P1 pins (#221).
  • Fix race condition in RTC event handling (#243).

Breaking Changes

  • Remove Spi::read in favor of transfer_split_uneven (#190).
  • Seal the timer::Instance trait (#214).
  • Make GPIOs start in a Disconnected state instead of Input<Floating> (#220 #245).
  • 🦭 all Instance traits (#255).
  • 🦭 PPI traits (#259).
  • Various TWIM fixes and improvements - removes automatic transfer splitting (#242).
  • Remove typestate from RTC to make it easier to use (#252).
  • Also return owned Pins from Usart::free() (#261).

Internal Improvements

  • Utilize [cargo-xtask] to simplify CI and the release process (#207 #210).
  • Add conf() utility function to reduce code duplication in GPIO (#250).

#185: nrf-rs/nrf-hal#185 #188: nrf-rs/nrf-hal#188

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)