Skip to content

Commit

Permalink
AP_HAL_ChibiOS:Improve SDMODELH7V2 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed May 27, 2024
1 parent 8a58aff commit 7860b63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libraries/AP_HAL_ChibiOS/hwdef/SDMODELH7V2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ receive pin for UARTn. The Tn pin is the transmit pin for UARTn.
- SERIAL0 -> USB
- SERIAL1 -> UART1 (Telem1) (MSP DisplayPort)(DMA Capable)
- SERIAL2 -> UART2 (Telem2) (connected to internal BT module, not useable by ArduPilot)
- SERIAL3 -> UART3 (GPS)(DMA Capable)
- SERIAL3 -> UART3 (RCin)(DMA Capable)
- SERIAL4 -> UART4 (GPS)
- SERIAL5 -> not available
- SERIAL6 -> UART6 (RX6 in RCinput, ALT config to use as UART input)
- SERIAL7 -> UART7 RX pin only, ESC telem)(DMA Capable)
- SERIAL6 -> UART6 (TELEM)
- SERIAL7 -> UART7 (RX pin only, ESC telem)(DMA Capable)

## RC Input

Expand Down
Binary file modified libraries/AP_HAL_ChibiOS/hwdef/SDMODELH7V2/SDMODEL_H7V2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/SDMODELH7V2/defaults.parm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# setup for LEDs on chan9
SERVO9_FUNCTION 120
SERIAL7_PROTOCOL 16
#UART Protocol Defaults to allow DMA on RC,GPS on serial 4
SERIAL3_PROTOCOL 23
SERIAL6_PROTOCOL 2
# UART1 for DisplayPort Goggles
SERIAL1_PROTOCOL 42
OSD_TYPE2 5

0 comments on commit 7860b63

Please sign in to comment.