Commits
- [`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
- [`ec59779`](https://github.com/libopencm3/libopencm3/commit/ec597796d7cbbea5cc133fae93bef6e7d41854ad) stm32g0: fix bad typos in memorymap, impacting tim1 and tim15-17.
- [`7ff54cb`](https://github.com/libopencm3/libopencm3/commit/7ff54cb7f075b0bf46a340d5f71b6d8cf9936f3c) devices.data: add more stm32l1 parts
- [`3eff201`](https://github.com/libopencm3/libopencm3/commit/3eff201a4bb3759a9c967a6f5e3fd0aad46dc5af) doc: stm32: adc: upgrade common_v2 documentation
- [`2035d84`](https://github.com/libopencm3/libopencm3/commit/2035d84e550f64b9423b37bdef578be2708530c9) stm32: lptim: add base support
- [`f99e711`](https://github.com/libopencm3/libopencm3/commit/f99e7118732f5749f9de2c56fccb0c5ac05fdf00) stm32g0: lptim: add additional cr bits and cfgr2 reg.
- Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...b0c3de8d8516557f1f4ac85c5deb4fb45fb8a10b)
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps libopencm3 from
8feb711
tob0c3de8
.Commits
- [`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 - [`ec59779`](https://github.com/libopencm3/libopencm3/commit/ec597796d7cbbea5cc133fae93bef6e7d41854ad) stm32g0: fix bad typos in memorymap, impacting tim1 and tim15-17. - [`7ff54cb`](https://github.com/libopencm3/libopencm3/commit/7ff54cb7f075b0bf46a340d5f71b6d8cf9936f3c) devices.data: add more stm32l1 parts - [`3eff201`](https://github.com/libopencm3/libopencm3/commit/3eff201a4bb3759a9c967a6f5e3fd0aad46dc5af) doc: stm32: adc: upgrade common_v2 documentation - [`2035d84`](https://github.com/libopencm3/libopencm3/commit/2035d84e550f64b9423b37bdef578be2708530c9) stm32: lptim: add base support - [`f99e711`](https://github.com/libopencm3/libopencm3/commit/f99e7118732f5749f9de2c56fccb0c5ac05fdf00) stm32g0: lptim: add additional cr bits and cfgr2 reg. - Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...b0c3de8d8516557f1f4ac85c5deb4fb45fb8a10b)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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.