Commits
- [`7a27397`](https://github.com/libopencm3/libopencm3/commit/7a27397b9eea55a3f2ffa248c179f33714b6fdd4) stm32: rtcv2: don't shift the "month tens" bit
- [`6d91399`](https://github.com/libopencm3/libopencm3/commit/6d9139934c705b785ea06bc423f0bd0d480a939e) devices.data: add some more l0 parts
- [`88b32e3`](https://github.com/libopencm3/libopencm3/commit/88b32e3ac011fcf490a9303324bd82962f54e21b) devices.data: stm32f4: add all missing parts
- [`af05098`](https://github.com/libopencm3/libopencm3/commit/af0509826d91357e96385cc8401e46560d535568) devices.data: Added stm32f410
- [`2b54119`](https://github.com/libopencm3/libopencm3/commit/2b54119b78cc298da72aea76373d086b271a1b52) cm3: scs: drop all duplicate information
- [`833da4b`](https://github.com/libopencm3/libopencm3/commit/833da4b672a56421bba1434068e7662b1ddc6697) cm3: extract SCB SHPR to the SCB world it belongs to
- [`3ebd71b`](https://github.com/libopencm3/libopencm3/commit/3ebd71b464364cbd575540ea71158fe7fd25d648) cm3: extract Coresight LSR/LAR definitions
- [`d8579dd`](https://github.com/libopencm3/libopencm3/commit/d8579dde956f095d9dc53d45dcf4b78cd6234751) CortexM0: IPR and SHPR are only word addressable
- [`baa2f13`](https://github.com/libopencm3/libopencm3/commit/baa2f1359231f94fa0ea3c4585d773c644f0df16) swm050: doc: tweak peripheral apis groupings
- [`3c4ee6f`](https://github.com/libopencm3/libopencm3/commit/3c4ee6f4c0fa7352bb4c9f6766b7fc8c14b7c30a) SWM050: Finishes GPIO, IAP flash, sysclock, sleep/stop, and the sysctl memory...
- Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...7a27397b9eea55a3f2ffa248c179f33714b6fdd4)
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)
Bumps libopencm3 from
8feb711
to7a27397
.Commits
- [`7a27397`](https://github.com/libopencm3/libopencm3/commit/7a27397b9eea55a3f2ffa248c179f33714b6fdd4) stm32: rtcv2: don't shift the "month tens" bit - [`6d91399`](https://github.com/libopencm3/libopencm3/commit/6d9139934c705b785ea06bc423f0bd0d480a939e) devices.data: add some more l0 parts - [`88b32e3`](https://github.com/libopencm3/libopencm3/commit/88b32e3ac011fcf490a9303324bd82962f54e21b) devices.data: stm32f4: add all missing parts - [`af05098`](https://github.com/libopencm3/libopencm3/commit/af0509826d91357e96385cc8401e46560d535568) devices.data: Added stm32f410 - [`2b54119`](https://github.com/libopencm3/libopencm3/commit/2b54119b78cc298da72aea76373d086b271a1b52) cm3: scs: drop all duplicate information - [`833da4b`](https://github.com/libopencm3/libopencm3/commit/833da4b672a56421bba1434068e7662b1ddc6697) cm3: extract SCB SHPR to the SCB world it belongs to - [`3ebd71b`](https://github.com/libopencm3/libopencm3/commit/3ebd71b464364cbd575540ea71158fe7fd25d648) cm3: extract Coresight LSR/LAR definitions - [`d8579dd`](https://github.com/libopencm3/libopencm3/commit/d8579dde956f095d9dc53d45dcf4b78cd6234751) CortexM0: IPR and SHPR are only word addressable - [`baa2f13`](https://github.com/libopencm3/libopencm3/commit/baa2f1359231f94fa0ea3c4585d773c644f0df16) swm050: doc: tweak peripheral apis groupings - [`3c4ee6f`](https://github.com/libopencm3/libopencm3/commit/3c4ee6f4c0fa7352bb4c9f6766b7fc8c14b7c30a) SWM050: Finishes GPIO, IAP flash, sysclock, sleep/stop, and the sysctl memory... - Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...7a27397b9eea55a3f2ffa248c179f33714b6fdd4)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)