HAL_ChibiOS: raise I2C bus priority on F412
needed for good scheduling with I2C IMU
This commit is contained in:
parent
20a008c80a
commit
3c3389a005
@ -38,6 +38,9 @@ I2C_ORDER I2C2 I2C1
|
|||||||
# we need I2C clock at 400kHz for IMU
|
# we need I2C clock at 400kHz for IMU
|
||||||
define HAL_I2C_MAX_CLOCK 400000
|
define HAL_I2C_MAX_CLOCK 400000
|
||||||
|
|
||||||
|
# run I2C bus thread at high priority for IMU
|
||||||
|
define APM_I2C_PRIORITY 181
|
||||||
|
|
||||||
# order of UARTs
|
# order of UARTs
|
||||||
UART_ORDER USART1 USART6 USART2
|
UART_ORDER USART1 USART6 USART2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user