mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
HAL_ChibiOS: enable debug on SD7 for bootloader for NucleoH743
This commit is contained in:
parent
ac070c92f5
commit
8c55f7bc49
@ -27,6 +27,18 @@ STM32_VDD 330U
|
||||
# order of UARTs (and USB)
|
||||
UART_ORDER OTG1
|
||||
|
||||
# UART7 is debug
|
||||
PF6 UART7_RX UART7 NODMA
|
||||
PE8 UART7_TX UART7 NODMA
|
||||
|
||||
#PB0 LED_BOOTLOADER OUTPUT
|
||||
#PB7 LED_ACTIVITY OUTPUT
|
||||
|
||||
#define HAL_LED_ON 0
|
||||
|
||||
define STM32_SERIAL_USE_USART7 TRUE
|
||||
define HAL_USE_SERIAL TRUE
|
||||
|
||||
PA11 OTG_FS_DM OTG1
|
||||
PA12 OTG_FS_DP OTG1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user