Commits
- [`b5d66ee`](https://github.com/libopencm3/libopencm3/commit/b5d66ee63fdd6febfb868b02a54d9b2ace11d54d) devices.data: add all missing stm32f3 parts
- [`66e6a20`](https://github.com/libopencm3/libopencm3/commit/66e6a2092eb14027bf44866e88400c934273acda) doc: stm32f1: gpio: remove redundant doxygen types
- [`ec2d964`](https://github.com/libopencm3/libopencm3/commit/ec2d96433ffe9b5dc8c29514a8b8c0dbff45a3e7) stm32f4: rcc: add plli2s config function
- [`203d0ca`](https://github.com/libopencm3/libopencm3/commit/203d0ca295d6e3d80ab70a5ce864dd87e79065d9) stm32f4: rcc: remove unnecessary pllsai functions
- [`5fbe5c8`](https://github.com/libopencm3/libopencm3/commit/5fbe5c8c477ad97f21a2f3f523f9d422a80fd385) devices.data: Added STM32F7 value line devices with 64K flash
- [`b0c3de8`](https://github.com/libopencm3/libopencm3/commit/b0c3de8d8516557f1f4ac85c5deb4fb45fb8a10b) devices.data: add missing stm32f301 parts
- [`8a1cfa8`](https://github.com/libopencm3/libopencm3/commit/8a1cfa8cebfb6e7de3e50fee47d8e5be948670cc) stm32g0: use proper register for gpio peripheral clock sleep enable.
- [`998e647`](https://github.com/libopencm3/libopencm3/commit/998e647dde22318a33acc14d1fc39692a7779b92) stm32g0: memorymap: get rid of apb1/apb2 reference, device only has one apb.
- [`1928e6e`](https://github.com/libopencm3/libopencm3/commit/1928e6eb3c82f5b715a4e6fd1444bb72699a5a8c) doc: typo
- [`562dca7`](https://github.com/libopencm3/libopencm3/commit/562dca7358ddb4a599de635fd96e3969aa0e4699) stm32f4: doc: f4 are cortex m4f based
- Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...b5d66ee63fdd6febfb868b02a54d9b2ace11d54d)
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
tob5d66ee
.Commits
- [`b5d66ee`](https://github.com/libopencm3/libopencm3/commit/b5d66ee63fdd6febfb868b02a54d9b2ace11d54d) devices.data: add all missing stm32f3 parts - [`66e6a20`](https://github.com/libopencm3/libopencm3/commit/66e6a2092eb14027bf44866e88400c934273acda) doc: stm32f1: gpio: remove redundant doxygen types - [`ec2d964`](https://github.com/libopencm3/libopencm3/commit/ec2d96433ffe9b5dc8c29514a8b8c0dbff45a3e7) stm32f4: rcc: add plli2s config function - [`203d0ca`](https://github.com/libopencm3/libopencm3/commit/203d0ca295d6e3d80ab70a5ce864dd87e79065d9) stm32f4: rcc: remove unnecessary pllsai functions - [`5fbe5c8`](https://github.com/libopencm3/libopencm3/commit/5fbe5c8c477ad97f21a2f3f523f9d422a80fd385) devices.data: Added STM32F7 value line devices with 64K flash - [`b0c3de8`](https://github.com/libopencm3/libopencm3/commit/b0c3de8d8516557f1f4ac85c5deb4fb45fb8a10b) devices.data: add missing stm32f301 parts - [`8a1cfa8`](https://github.com/libopencm3/libopencm3/commit/8a1cfa8cebfb6e7de3e50fee47d8e5be948670cc) stm32g0: use proper register for gpio peripheral clock sleep enable. - [`998e647`](https://github.com/libopencm3/libopencm3/commit/998e647dde22318a33acc14d1fc39692a7779b92) stm32g0: memorymap: get rid of apb1/apb2 reference, device only has one apb. - [`1928e6e`](https://github.com/libopencm3/libopencm3/commit/1928e6eb3c82f5b715a4e6fd1444bb72699a5a8c) doc: typo - [`562dca7`](https://github.com/libopencm3/libopencm3/commit/562dca7358ddb4a599de635fd96e3969aa0e4699) stm32f4: doc: f4 are cortex m4f based - Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...b5d66ee63fdd6febfb868b02a54d9b2ace11d54d)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)