jonas-schievink / rubble

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

Update nrf52810-hal requirement from 0.10 to 0.11 #126

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes

Sourced from nrf52810-hal's releases.

v0.11.0

New Features

  • Add support for Nordic nRF52833 (#148).
  • Add a driver for the AES-ECB peripheral (#145).
  • Add a driver for the AES-CCM peripheral (#154).
  • Add PPI support and example (#162).
  • Add methods for task clear and trigger overflow to the RTC (#168).
  • Add a driver for the GPIOTE peripheral (#167).

Fixes

  • Fix incorrect logic in transfer_split_uneven (#159).
  • Twim: Implicitly copy buffer into RAM if needed when using embedded hal traits (#165).
  • Fix Twim hangs on address NACK (#166).

Breaking Changes

  • Made GPIO pin fields private and reduced their memory footprint (#155).
  • Stop reexporting the PAC under target (#172).

#148: nrf-rs/nrf-hal#148 #145: nrf-rs/nrf-hal#145 #154: nrf-rs/nrf-hal#154 #155: nrf-rs/nrf-hal#155 #159: nrf-rs/nrf-hal#159 #162: nrf-rs/nrf-hal#162 #165: nrf-rs/nrf-hal#165 #166: nrf-rs/nrf-hal#166 #168: nrf-rs/nrf-hal#168 #167: nrf-rs/nrf-hal#167 #172: nrf-rs/nrf-hal#172 [0.11.0]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.0

Changelog

Sourced from nrf52810-hal's changelog.

[0.11.0]

New Features

  • Add support for Nordic nRF52833 (#148).
  • Add a driver for the AES-ECB peripheral (#145).
  • Add a driver for the AES-CCM peripheral (#154).
  • Add PPI support and example (#162).
  • Add methods for task clear and trigger overflow to the RTC (#168).
  • Add a driver for the GPIOTE peripheral (#167).

Fixes

  • Fix incorrect logic in transfer_split_uneven (#159).
  • Twim: Implicitly copy buffer into RAM if needed when using embedded hal traits (#165).
  • Fix Twim hangs on address NACK (#166).

Breaking Changes

  • Made GPIO pin fields private and reduced their memory footprint (#155).
  • Stop reexporting the PAC under target (#172).

#148: nrf-rs/nrf-hal#148 #145: nrf-rs/nrf-hal#145 #154: nrf-rs/nrf-hal#154 #155: nrf-rs/nrf-hal#155 #159: nrf-rs/nrf-hal#159 #162: nrf-rs/nrf-hal#162 #165: nrf-rs/nrf-hal#165 #166: nrf-rs/nrf-hal#166 #168: nrf-rs/nrf-hal#168 #167: nrf-rs/nrf-hal#167 #172: nrf-rs/nrf-hal#172 [0.11.0]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.0

Commits
  • 6b37257 Remove unnecessary version constraints from demos
  • 4843986 0.11.0
  • d89558b Delete board support crates
  • f03cfa1 Add changelog link to readme
  • bb508fb Tablify readme, fix badge, add nrf52833-hal
  • d8dc743 Rename workflow from "Rust" to "CI"
  • c861cd5 Merge pull request #173 from jonas-schievink/changelog
  • c94fedf Make wording more consistent
  • b8474a4 Add a changelog for 0.10 -> 0.11
  • 99d0c4a Mark all demos as publish = false
  • Additional commits viewable in compare view


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)
dependabot-preview[bot] commented 4 years ago

Looks like nrf52810-hal is up-to-date now, so this is no longer needed.