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.
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)
Updates the requirements on nrf52833-hal to permit the latest version.
Changelog
Sourced from nrf52833-hal's changelog.
... (truncated)
Commits
997d0bd
Merge pull request #476 from nrf-rs/releasebb7aef2
Prepare for 0.18.0 release.090ce0e
Merge pull request #427 from Kyrne/master4c00992
Use consistent feature name.eb8b34a
Merge pull request #477 from nrf-rs/buildfixee11451
rename user facing feature to rtic-monotonicc8bf535
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.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