mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
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
4
libraries/AP_HAL_ChibiOS/hwdef/CUAVv5/hwdef-bl.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/CUAVv5/hwdef-bl.dat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# hw definition file for processing by chibios_hwdef.py
|
||||||
|
# for CUAVv5 bootloader
|
||||||
|
|
||||||
|
include ../fmuv5/hwdef-bl.dat
|
4
libraries/AP_HAL_ChibiOS/hwdef/CUAVv5/hwdef.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/CUAVv5/hwdef.dat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# hw definition file for processing by chibios_hwdef.py
|
||||||
|
# for CUAVv5 hardware.
|
||||||
|
|
||||||
|
include ../fmuv5/hwdef.dat
|
4
libraries/AP_HAL_ChibiOS/hwdef/PH4-mini/defaults.parm
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/PH4-mini/defaults.parm
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
# Pixhawk4 does not have hw flow control on radios
|
||||||
|
BRD_SER1_RTSCTS 0
|
||||||
|
BRD_SER2_RTSCTS 0
|
4
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk4/defaults.parm
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk4/defaults.parm
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
# Pixhawk4 does not have hw flow control on radios
|
||||||
|
BRD_SER1_RTSCTS 0
|
||||||
|
BRD_SER2_RTSCTS 0
|
4
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk4/hwdef-bl.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk4/hwdef-bl.dat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# hw definition file for processing by chibios_hwdef.py
|
||||||
|
# for Pixhawk4 bootloader
|
||||||
|
|
||||||
|
include ../fmuv5/hwdef-bl.dat
|
5
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk4/hwdef.dat
Normal file
5
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk4/hwdef.dat
Normal file
@ -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
Block a user