mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
hwdef: reduced memory usage on MatekF405-CAN board
This commit is contained in:
parent
e246e2b579
commit
5c7a2b6369
@ -81,6 +81,9 @@ PB8 CAN1_RX CAN1
|
|||||||
PB9 CAN1_TX CAN1
|
PB9 CAN1_TX CAN1
|
||||||
PC13 GPIO_CAN1_SILENT OUTPUT PUSHPULL SPEED_LOW LOW GPIO(70)
|
PC13 GPIO_CAN1_SILENT OUTPUT PUSHPULL SPEED_LOW LOW GPIO(70)
|
||||||
|
|
||||||
|
# reduce memory usage
|
||||||
|
define UAVCAN_NODE_POOL_SIZE 1024
|
||||||
|
|
||||||
|
|
||||||
# --------------------- UARTs ---------------------------
|
# --------------------- UARTs ---------------------------
|
||||||
SERIAL_ORDER OTG1 USART1 USART3 UART4 UART5 USART2
|
SERIAL_ORDER OTG1 USART1 USART3 UART4 UART5 USART2
|
||||||
|
Loading…
Reference in New Issue
Block a user