Update libraries/AP_HAL_ChibiOS/hwdef/BrahmaF4/README.md

Co-authored-by: Henry Wurzburg <hwurzburg@yahoo.com>
This commit is contained in:
ShadowWalker8642 2024-12-08 22:47:15 +05:30 committed by GitHub
parent 072d7f2488
commit 743c275f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ The UARTs are marked Rx and Tx in the above pinouts.
| SERIAL 1 | RX1/TX1 | USART 1 | (DMA) (Reciever) |
| SERIAL 2 | RX3/TX3 | USART 3 | (NODMA) (MAVLINK) |
| SERIAL 3 | RX6/TX6 | USART 6| (DMA) (GPS1) |
| SERIAL 4 | RX6/TX6 | USART 6 | (DMA) (GPS) |
| SERIAL 4 | RX4/TX4 | USART 4 | (NODMA) (GPS2) |
USART1 and USART6 supports RX and TX DMA.
UART2 and UART4 do not support DMA.