mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: added separate builds for Pixhawk4 and CUAVv5
this makes it easier to distinguish boards in logs, plus makes life easier when the user is selecting the right firmware. It also gives us the flexibility to make parameter changes as needed
This commit is contained in:
parent
a75447c8bd
commit
61b8cbc3c6
|
@ -0,0 +1,4 @@
|
|||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for CUAVv5 bootloader
|
||||
|
||||
include ../fmuv5/hwdef-bl.dat
|
|
@ -0,0 +1,4 @@
|
|||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for CUAVv5 hardware.
|
||||
|
||||
include ../fmuv5/hwdef.dat
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Pixhawk4 does not have hw flow control on radios
|
||||
BRD_SER1_RTSCTS 0
|
||||
BRD_SER2_RTSCTS 0
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Pixhawk4 does not have hw flow control on radios
|
||||
BRD_SER1_RTSCTS 0
|
||||
BRD_SER2_RTSCTS 0
|
|
@ -0,0 +1,4 @@
|
|||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for Pixhawk4 bootloader
|
||||
|
||||
include ../fmuv5/hwdef-bl.dat
|
|
@ -0,0 +1,5 @@
|
|||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for Holybro Pixhawk4 hardware.
|
||||
|
||||
include ../fmuv5/hwdef.dat
|
||||
|
Loading…
Reference in New Issue