浏览代码

SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. (#17371)

Nick Brassel 3 年之前
父节点
当前提交
999b91fbd9
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      drivers/led/aw20216.c
  2. 1 1
      lib/chibios
  3. 1 1
      util/update_chibios_mirror.sh

+ 1 - 1
drivers/led/aw20216.c

@@ -54,7 +54,7 @@
 #endif
 
 #ifndef AW_SPI_MODE
-#    define AW_SPI_MODE 3
+#    define AW_SPI_MODE 0
 #endif
 
 #ifndef AW_SPI_DIVISOR

+ 1 - 1
lib/chibios

@@ -1 +1 @@
-Subproject commit 257302333c31f1f710800c2b97acf3550de043e1
+Subproject commit f836d24b06d7265696a33d1cea010bd6a931791d

+ 1 - 1
util/update_chibios_mirror.sh

@@ -7,7 +7,7 @@
 chibios_branches="trunk stable_20.3.x stable_21.11.x"
 
 # The ChibiOS tags to mirror
-chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1"
+chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2"
 
 # The ChibiOS-Contrib branches to mirror
 contrib_branches="chibios-20.3.x chibios-21.11.x"