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:
Andrew Tridgell 2018-07-10 16:27:17 +10:00 committed by Randy Mackay
parent a75447c8bd
commit 61b8cbc3c6
6 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# hw definition file for processing by chibios_hwdef.py
# for CUAVv5 bootloader
include ../fmuv5/hwdef-bl.dat

View File

@ -0,0 +1,4 @@
# hw definition file for processing by chibios_hwdef.py
# for CUAVv5 hardware.
include ../fmuv5/hwdef.dat

View File

@ -0,0 +1,4 @@
# Pixhawk4 does not have hw flow control on radios
BRD_SER1_RTSCTS 0
BRD_SER2_RTSCTS 0

View File

@ -0,0 +1,4 @@
# Pixhawk4 does not have hw flow control on radios
BRD_SER1_RTSCTS 0
BRD_SER2_RTSCTS 0

View File

@ -0,0 +1,4 @@
# hw definition file for processing by chibios_hwdef.py
# for Pixhawk4 bootloader
include ../fmuv5/hwdef-bl.dat

View File

@ -0,0 +1,5 @@
# hw definition file for processing by chibios_hwdef.py
# for Holybro Pixhawk4 hardware.
include ../fmuv5/hwdef.dat