diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-11-03 08:26:40 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 08:26:40 +1100 |
| commit | 5da04fb45b0d5cddc6f49f88ea9c6a4037ef82ce (patch) | |
| tree | 6fb7eafbbbef1278200421290659a13d208d7c31 /util/update_chibios_mirror.sh | |
| parent | 387edab52b1c1ab7585c4c1a11d997a6a90a505c (diff) | |
| download | qmk_firmware-5da04fb45b0d5cddc6f49f88ea9c6a4037ef82ce.tar.gz qmk_firmware-5da04fb45b0d5cddc6f49f88ea9c6a4037ef82ce.zip | |
Update to ChibiOS 20.3.4, support builds against trunk (#14208)
* Add support for building against ChibiOS svn/trunk.
* Swap to 21.6.x
* Update to latest branch revision as released version is broken.
* Updated configs.
* Conf updates.
* Updated ChibiOS
* Convert STM32L422 to actual L422 ChibiOS platform.
* Downgrade to 20.3.4 as ChibiOS 21.6.x is being aborted.
* Rollback L422-based boards.
Diffstat (limited to 'util/update_chibios_mirror.sh')
| -rwxr-xr-x | util/update_chibios_mirror.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/update_chibios_mirror.sh b/util/update_chibios_mirror.sh index 83aee2281..0bf648ebf 100755 --- a/util/update_chibios_mirror.sh +++ b/util/update_chibios_mirror.sh | |||
| @@ -7,10 +7,10 @@ | |||
| 7 | chibios_branches="trunk stable_20.3.x stable_21.6.x" | 7 | chibios_branches="trunk stable_20.3.x stable_21.6.x" |
| 8 | 8 | ||
| 9 | # The ChibiOS tags to mirror | 9 | # The ChibiOS tags to mirror |
| 10 | chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver21.6.0" | 10 | chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.6.0" |
| 11 | 11 | ||
| 12 | # The ChibiOS-Contrib branches to mirror | 12 | # The ChibiOS-Contrib branches to mirror |
| 13 | contrib_branches="chibios-20.3.x" | 13 | contrib_branches="chibios-20.3.x chibios-21.6.x" |
| 14 | 14 | ||
| 15 | ################################ | 15 | ################################ |
| 16 | # Actions | 16 | # Actions |
