Commits
- [`a652856`](https://github.com/libopencm3/libopencm3/commit/a65285653376717390cff0e0377a732835b782b1) stm32l0: rcc: add rcc_set_peripheral_clk_sel(periph, sel)
- [`8668f91`](https://github.com/libopencm3/libopencm3/commit/8668f9198b48dfd6bdba55baa834c52f20710884) stm32l0: rcc: add peripherals clock source selection helpers.
- [`6953138`](https://github.com/libopencm3/libopencm3/commit/6953138a280bfab54464a780e5491e8bd6e1753e) stm32l0: add rcc_set_msi_range.
- [`9051480`](https://github.com/libopencm3/libopencm3/commit/9051480e7f8e1dd1c43c53ea9e492ebc7bcb0bdd) irq2nvic: support V=1 make style to see the actual commands.
- [`d0c3678`](https://github.com/libopencm3/libopencm3/commit/d0c3678f7444a6947919626b044c2b1ca714acab) stm32l4: rcc: drop bad function prototype
- [`b805db0`](https://github.com/libopencm3/libopencm3/commit/b805db04444f5a2bc4cde919121eab80a3b17297) efm32: cmu: support switching HFCLK to USHFRCODIV2
- [`065e041`](https://github.com/libopencm3/libopencm3/commit/065e0412ec934958d96da3fd3e6d6020bddcab22) efm32hg: cmu: add USHFRCODIV2 clock definition
- [`53ce5aa`](https://github.com/libopencm3/libopencm3/commit/53ce5aa3ddf17e588b245f0ab29e18073505684b) stm32:l4:flash: Fix option bytes programming
- [`833ddd9`](https://github.com/libopencm3/libopencm3/commit/833ddd9b0a6c8ddfc6003cf49b80a1661f2def3e) stm32: rtc: clear wakeup clock selection
- [`b842426`](https://github.com/libopencm3/libopencm3/commit/b8424263e8e13a2c6a225a76f242f6af042dab73) stm32:l4: rcc: Add RTC clock functions
- Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...a65285653376717390cff0e0377a732835b782b1)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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
toa652856
.Commits
- [`a652856`](https://github.com/libopencm3/libopencm3/commit/a65285653376717390cff0e0377a732835b782b1) stm32l0: rcc: add rcc_set_peripheral_clk_sel(periph, sel) - [`8668f91`](https://github.com/libopencm3/libopencm3/commit/8668f9198b48dfd6bdba55baa834c52f20710884) stm32l0: rcc: add peripherals clock source selection helpers. - [`6953138`](https://github.com/libopencm3/libopencm3/commit/6953138a280bfab54464a780e5491e8bd6e1753e) stm32l0: add rcc_set_msi_range. - [`9051480`](https://github.com/libopencm3/libopencm3/commit/9051480e7f8e1dd1c43c53ea9e492ebc7bcb0bdd) irq2nvic: support V=1 make style to see the actual commands. - [`d0c3678`](https://github.com/libopencm3/libopencm3/commit/d0c3678f7444a6947919626b044c2b1ca714acab) stm32l4: rcc: drop bad function prototype - [`b805db0`](https://github.com/libopencm3/libopencm3/commit/b805db04444f5a2bc4cde919121eab80a3b17297) efm32: cmu: support switching HFCLK to USHFRCODIV2 - [`065e041`](https://github.com/libopencm3/libopencm3/commit/065e0412ec934958d96da3fd3e6d6020bddcab22) efm32hg: cmu: add USHFRCODIV2 clock definition - [`53ce5aa`](https://github.com/libopencm3/libopencm3/commit/53ce5aa3ddf17e588b245f0ab29e18073505684b) stm32:l4:flash: Fix option bytes programming - [`833ddd9`](https://github.com/libopencm3/libopencm3/commit/833ddd9b0a6c8ddfc6003cf49b80a1661f2def3e) stm32: rtc: clear wakeup clock selection - [`b842426`](https://github.com/libopencm3/libopencm3/commit/b8424263e8e13a2c6a225a76f242f6af042dab73) stm32:l4: rcc: Add RTC clock functions - Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/8feb711ca0975808b8604903e44eefe48926ca46...a65285653376717390cff0e0377a732835b782b1)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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.