mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
HAL_ChibiOS: optimize CubeYellow build
and fixed comment in CubeOrange
This commit is contained in:
parent
59652ad147
commit
2842063146
@ -37,7 +37,7 @@ UART_ORDER OTG1 UART4 USART2 USART3 UART8 UART7
|
||||
# If the board has an IOMCU connected via a UART then this defines the
|
||||
# UART to talk to that MCU. Leave it out for boards with no IOMCU.
|
||||
|
||||
# UART for IOMCU (disabled for now)
|
||||
# UART for IOMCU
|
||||
IOMCU_UART USART6
|
||||
|
||||
# UART4 serial GPS
|
||||
|
@ -32,6 +32,8 @@ define STM32_PLLQ_VALUE 9
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 120
|
||||
|
||||
# with 2M flash we can afford to optimize for speed
|
||||
env OPTIMIZE -O3
|
||||
# on some boards you will need to also set the various PLL values. See
|
||||
# the defaults in common/mcuconf.h, and use the define mechanism
|
||||
# explained later in this file to override values suitable for your
|
||||
|
Loading…
Reference in New Issue
Block a user