SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. (#17371)
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AW_SPI_MODE
|
#ifndef AW_SPI_MODE
|
||||||
# define AW_SPI_MODE 3
|
# define AW_SPI_MODE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AW_SPI_DIVISOR
|
#ifndef AW_SPI_DIVISOR
|
||||||
|
Submodule lib/chibios updated: 257302333c...f836d24b06
@ -7,7 +7,7 @@
|
|||||||
chibios_branches="trunk stable_20.3.x stable_21.11.x"
|
chibios_branches="trunk stable_20.3.x stable_21.11.x"
|
||||||
|
|
||||||
# The ChibiOS tags to mirror
|
# 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
|
# The ChibiOS-Contrib branches to mirror
|
||||||
contrib_branches="chibios-20.3.x chibios-21.11.x"
|
contrib_branches="chibios-20.3.x chibios-21.11.x"
|
||||||
|
Reference in New Issue
Block a user