|
|
|
@ -92,8 +92,8 @@ define HAL_DISABLE_LOOP_DELAY
@@ -92,8 +92,8 @@ define HAL_DISABLE_LOOP_DELAY
|
|
|
|
|
# enable CAN support |
|
|
|
|
PA11 CAN_RX CAN |
|
|
|
|
PA12 CAN_TX CAN |
|
|
|
|
define HAL_USE_CAN TRUE |
|
|
|
|
define STM32_CAN_USE_CAN1 TRUE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# reduce memory overheads |
|
|
|
|
define HAL_CAN_POOL_SIZE 2500 |
|
|
|
@ -142,3 +142,6 @@ RAM_RESERVE_START 256
@@ -142,3 +142,6 @@ RAM_RESERVE_START 256
|
|
|
|
|
# keep ROMFS uncompressed as we don't have enough RAM |
|
|
|
|
# to uncompress the bootloader at runtime |
|
|
|
|
env ROMFS_UNCOMPRESSED True |
|
|
|
|
|
|
|
|
|
# reduce the number of CAN RX Buffer |
|
|
|
|
define HAL_CAN_RX_QUEUE_SIZE 32 |