nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Update nrf52833-hal requirement from 0.17.1 to 0.18.0 #146

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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

Changelog

Sourced from nrf52833-hal's changelog.

[0.18.0]

Breaking changes

  • Updated nrf-usbd to 0.3.0. (#460)

New features

  • Added support for nRF52805 (#422).
  • Added implementation of RTIC Monotonic for RTC and TIMER, behind new monotonic feature (#427).

#422: nrf-rs/nrf-hal#422 #427: nrf-rs/nrf-hal#427 #460: nrf-rs/nrf-hal#440

[0.17.1]

New features

  • Implemented embedded-hal 1.0 I2c trait for Twi and Twim (#440).

#440: nrf-rs/nrf-hal#440

[0.17.0]

New features

  • Added support for embedded-hal 1.0 traits. embedded-hal 0.2 traits are retained for now, behind the embedded-hal-02 feature (#431, #435, #436). Some new intrinsic methods were also added to allow usage of features which aren't part of the embedded-hal 1.0 traits.

#431: nrf-rs/nrf-hal#431 #435: nrf-rs/nrf-hal#435 #436: nrf-rs/nrf-hal#436

[0.16.1]

New features

  • Added is_done method to i2s::Transfer (#412, #413)
  • Added support for configuring GPIO output drive level (#424)

Enhancements

  • Fixed README links for nrf5340-app-hal and nrf9160-hal (#409)
  • Documentation improvements (#425, #417, #394)
  • Cleanup to TWIM demo (#421)

#394: nrf-rs/nrf-hal#394

... (truncated)

Commits
  • 997d0bd Merge pull request #476 from nrf-rs/release
  • bb7aef2 Prepare for 0.18.0 release.
  • 090ce0e Merge pull request #427 from Kyrne/master
  • 4c00992 Use consistent feature name.
  • eb8b34a Merge pull request #477 from nrf-rs/buildfix
  • ee11451 rename user facing feature to rtic-monotonic
  • c8bf535 Correct docs (#18)
  • 3c353da Monotonic doesn't build on nrf51 or nrf52832 so remove the feature.
  • 8eff0e5 Format doc comments and fix typos.
  • bb1bb77 Fix feature conditions.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
BartMassey commented 6 months ago

In the Changelog, the feature monotonic is now rtic-monotonic.

dependabot[bot] commented 6 months ago

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