rtic-examples icon indicating copy to clipboard operation
rtic-examples copied to clipboard

Bump nrf52832-hal from 0.16.0 to 0.17.1 in /rtic_v1/nrf52_monotonic

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps nrf52832-hal from 0.16.0 to 0.17.1.

Changelog

Sourced from nrf52832-hal's changelog.

[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 #409: nrf-rs/nrf-hal#409 #412: nrf-rs/nrf-hal#412 #413: nrf-rs/nrf-hal#413 #417: nrf-rs/nrf-hal#417 #421: nrf-rs/nrf-hal#421 #424: nrf-rs/nrf-hal#424 #425: nrf-rs/nrf-hal#425

Commits
  • fc18908 Merge pull request #441 from nrf-rs/release
  • 6108ba0 Prepare for 0.17.1 release.
  • 3238a2a Add I2c implementation to changelog.
  • ead3042 Merge pull request #440 from nrf-rs/i2c
  • b6cc800 Add more compiler fences.
  • 4502182 Use enum rather than boolean.
  • 2001114 Always stop after reading.
  • f96389a Combine consecutive reads.
  • 1b6424e Combine consecutive writes via temporary buffer.
  • 5049fc9 Implement embedded-hal 1.0 I2c for Twim.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

dependabot[bot] avatar Apr 22 '24 05:04 dependabot[bot]