From 1e02f56f19824e265a2a338cea3cf77c8022468b Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Thu, 23 Sep 2021 07:21:16 +1000 Subject: [PATCH] Swap to 21.6.x --- lib/chibios | 2 +- lib/chibios-contrib | 2 +- util/update_chibios_mirror.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/chibios b/lib/chibios index 413e39c5681d..e9afd18713d3 160000 --- a/lib/chibios +++ b/lib/chibios @@ -1 +1 @@ -Subproject commit 413e39c5681d181720440f2a8b7391f581788d7b +Subproject commit e9afd18713d3d9e8a307732d3b35f27488573cb9 diff --git a/lib/chibios-contrib b/lib/chibios-contrib index d1c2126d1cd8..1127b5575e5a 160000 --- a/lib/chibios-contrib +++ b/lib/chibios-contrib @@ -1 +1 @@ -Subproject commit d1c2126d1cd867c50127da84425805e225df8555 +Subproject commit 1127b5575e5ae784b1d5654220f35e0cb8aa8ca9 diff --git a/util/update_chibios_mirror.sh b/util/update_chibios_mirror.sh index 83aee2281798..b7e96a93059a 100755 --- a/util/update_chibios_mirror.sh +++ b/util/update_chibios_mirror.sh @@ -10,7 +10,7 @@ chibios_branches="trunk stable_20.3.x stable_21.6.x" chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver21.6.0" # The ChibiOS-Contrib branches to mirror -contrib_branches="chibios-20.3.x" +contrib_branches="chibios-20.3.x chibios-21.6.x" ################################ # Actions