HAL_ChibiOS: allow for some embedded parameters on AP_Periph builds

This commit is contained in:
Andrew Tridgell 2021-01-20 09:24:21 +11:00
parent fd91cb03b4
commit d81c2ee407
3 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ define HAL_DEVICE_THREAD_STACK 0x200
define STORAGE_THD_WA_SIZE 512
define IO_THD_WA_SIZE 512
define AP_PARAM_MAX_EMBEDDED_PARAM 0
define AP_PARAM_MAX_EMBEDDED_PARAM 512
define HAL_I2C_INTERNAL_MASK 1

View File

@ -95,7 +95,7 @@ define HAL_I2C_CLEAR_ON_TIMEOUT 0
define HAL_DEVICE_THREAD_STACK 512
define AP_PARAM_MAX_EMBEDDED_PARAM 0
define AP_PARAM_MAX_EMBEDDED_PARAM 512
define HAL_I2C_INTERNAL_MASK 1

View File

@ -119,7 +119,7 @@ define HAL_I2C_CLEAR_ON_TIMEOUT 0
define HAL_DEVICE_THREAD_STACK 0x200
define AP_PARAM_MAX_EMBEDDED_PARAM 0
define AP_PARAM_MAX_EMBEDDED_PARAM 512
define HAL_I2C_INTERNAL_MASK 0