mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 13:11:24 +08:00
The PX4IO driver uses DMA but not NuttX's TXDMA
This commit is contained in:
committed by
Daniel Agar
parent
f18e70029a
commit
b6f24eefb2
@@ -215,7 +215,7 @@ CONFIG_UART8_BAUD=57600
|
|||||||
CONFIG_UART8_RXBUFSIZE=600
|
CONFIG_UART8_RXBUFSIZE=600
|
||||||
CONFIG_UART8_RXDMA=y
|
CONFIG_UART8_RXDMA=y
|
||||||
CONFIG_UART8_TXBUFSIZE=1500
|
CONFIG_UART8_TXBUFSIZE=1500
|
||||||
CONFIG_UART8_TXDMA=y
|
#CONFIG_UART8_TXDMA=y
|
||||||
CONFIG_USART1_BAUD=57600
|
CONFIG_USART1_BAUD=57600
|
||||||
CONFIG_USART1_RXBUFSIZE=600
|
CONFIG_USART1_RXBUFSIZE=600
|
||||||
CONFIG_USART1_TXBUFSIZE=1500
|
CONFIG_USART1_TXBUFSIZE=1500
|
||||||
|
|||||||
Reference in New Issue
Block a user