Commits
- [`867e382`](https://github.com/libopencm3/libopencm3/commit/867e38209b34841a3196dcd7e8df94f09619da0c) readme: add h7 and g0
- [`af384db`](https://github.com/libopencm3/libopencm3/commit/af384dbc7cf760f9067e3dd3b9c2a8a42730f9ca) doc: fix some broken groups uncovered while reviewing h7 code
- [`af8a177`](https://github.com/libopencm3/libopencm3/commit/af8a1773b7ad86ebc84716883c061e9465fa7f47) stm32h7: doc: fix some missing group definitions
- [`5330243`](https://github.com/libopencm3/libopencm3/commit/53302439dfabcbb86a9beec595f5df1bccc6b010) stm32h7: Initial introduction into libopencm3.
- [`da0c6a6`](https://github.com/libopencm3/libopencm3/commit/da0c6a6724f0aa355a519b18dfb3415e3c5617b0) swm050: wdt: doxygen polish
- [`47b59e2`](https://github.com/libopencm3/libopencm3/commit/47b59e2df47ec7019af738a4a441a4788a21de04) swm050: Adds WDT peripheral
- [`dd18b9f`](https://github.com/libopencm3/libopencm3/commit/dd18b9fdbc28f9c1f8c009ce0e52784693e4ed10) Qorvo pac55xx: initial support
- [`bcfdcc0`](https://github.com/libopencm3/libopencm3/commit/bcfdcc09ac54e728778b98d0249d4af736f9344b) stm32g0: add syscfg header.
- [`0a68b01`](https://github.com/libopencm3/libopencm3/commit/0a68b012a11df86ce15e7a84cc26438b3654b8a3) stm32l4: Fix typo impacting uart4 and uart5
- [`38b45c8`](https://github.com/libopencm3/libopencm3/commit/38b45c87861e5461283609f3aa2df31b141faae6) stm32g0: add adc.
- Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/0d5e51a8a7b24c8bc93ca849eb670bc55b02e091...867e38209b34841a3196dcd7e8df94f09619da0c)
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-upstream from
0d5e51a
to867e382
.Commits
- [`867e382`](https://github.com/libopencm3/libopencm3/commit/867e38209b34841a3196dcd7e8df94f09619da0c) readme: add h7 and g0 - [`af384db`](https://github.com/libopencm3/libopencm3/commit/af384dbc7cf760f9067e3dd3b9c2a8a42730f9ca) doc: fix some broken groups uncovered while reviewing h7 code - [`af8a177`](https://github.com/libopencm3/libopencm3/commit/af8a1773b7ad86ebc84716883c061e9465fa7f47) stm32h7: doc: fix some missing group definitions - [`5330243`](https://github.com/libopencm3/libopencm3/commit/53302439dfabcbb86a9beec595f5df1bccc6b010) stm32h7: Initial introduction into libopencm3. - [`da0c6a6`](https://github.com/libopencm3/libopencm3/commit/da0c6a6724f0aa355a519b18dfb3415e3c5617b0) swm050: wdt: doxygen polish - [`47b59e2`](https://github.com/libopencm3/libopencm3/commit/47b59e2df47ec7019af738a4a441a4788a21de04) swm050: Adds WDT peripheral - [`dd18b9f`](https://github.com/libopencm3/libopencm3/commit/dd18b9fdbc28f9c1f8c009ce0e52784693e4ed10) Qorvo pac55xx: initial support - [`bcfdcc0`](https://github.com/libopencm3/libopencm3/commit/bcfdcc09ac54e728778b98d0249d4af736f9344b) stm32g0: add syscfg header. - [`0a68b01`](https://github.com/libopencm3/libopencm3/commit/0a68b012a11df86ce15e7a84cc26438b3654b8a3) stm32l4: Fix typo impacting uart4 and uart5 - [`38b45c8`](https://github.com/libopencm3/libopencm3/commit/38b45c87861e5461283609f3aa2df31b141faae6) stm32g0: add adc. - Additional commits viewable in [compare view](https://github.com/libopencm3/libopencm3/compare/0d5e51a8a7b24c8bc93ca849eb670bc55b02e091...867e38209b34841a3196dcd7e8df94f09619da0c)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)