rtic-examples
rtic-examples copied to clipboard
Bump nrf52832-hal from 0.16.0 to 0.17.1 in /rtic_v1/nrf52_monotonic
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-hal1.0I2ctrait forTwiandTwim#440.[0.17.0]
New features
- Added support for
embedded-hal1.0 traits.embedded-hal0.2 traits are retained for now, behind theembedded-hal-02feature (#431, #435, #436). Some new intrinsic methods were also added to allow usage of features which aren't part of theembedded-hal1.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_donemethod toi2s::Transfer(#412, #413)- Added support for configuring GPIO output drive level (#424)
Enhancements
- Fixed README links for
nrf5340-app-halandnrf9160-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
fc18908Merge pull request #441 from nrf-rs/release6108ba0Prepare for 0.17.1 release.3238a2aAdd I2c implementation to changelog.ead3042Merge pull request #440 from nrf-rs/i2cb6cc800Add more compiler fences.4502182Use enum rather than boolean.2001114Always stop after reading.f96389aCombine consecutive reads.1b6424eCombine consecutive writes via temporary buffer.5049fc9Implement embedded-hal 1.0 I2c for Twim.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)