HAL_ChibiOS: Reinstate HAL_MINIMIZE_FEATURES for 1MB F7 boards

This commit is contained in:
Hwurzburg 2021-01-01 08:28:31 -06:00 committed by Andrew Tridgell
parent 6ed4eca57f
commit ce361e51bf
2 changed files with 8 additions and 1 deletions

View File

@ -157,5 +157,9 @@ define HAL_BATTMON_FUEL_ENABLE 0
define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0
# save FLASH, but leave above when flash issue is fixed
define HAL_MINIMIZE_FEATURES 1
# reduce max size of embedded params for apj_tool.py
define AP_PARAM_MAX_EMBEDDED_PARAM 1024

View File

@ -134,6 +134,9 @@ define HAL_BATTMON_FUEL_ENABLE 0
define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0
# save FLASH, but leave above when flash issue is fixed
define HAL_MINIMIZE_FEATURES 1
# one baro
BARO BMP280 SPI:bmp280