mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
AP_HAL_ChibiOS: disable core m4 use to silence the chibios asserts
checking allocation of peripherals
This commit is contained in:
parent
fdb1c26ae8
commit
e34e9c61aa
@ -45,6 +45,11 @@ define HAL_IMU_TEMP_MARGIN_LOW_DEFAULT 5
|
||||
CANFD_SUPPORTED 8
|
||||
|
||||
STM32_ST_USE_TIMER 12
|
||||
|
||||
# disable core m4 use to silence the asserts
|
||||
# checking allocation of peripherals
|
||||
define STM32_HAS_M4 0
|
||||
|
||||
define CH_CFG_ST_RESOLUTION 16
|
||||
|
||||
# use last 2 pages for flash storage
|
||||
|
Loading…
Reference in New Issue
Block a user