mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add missing bootloader binaries
This commit is contained in:
parent
2ce61cce58
commit
b1fc5bd69f
|
@ -0,0 +1,4 @@
|
|||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for pixhawk1, based on fmuv3
|
||||
|
||||
include ../fmuv3/hwdef-bl.dat
|
|
@ -0,0 +1,4 @@
|
|||
include ../f303-periph/hwdef-bl.inc
|
||||
|
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_tempsensor"
|
|
@ -0,0 +1,4 @@
|
|||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for pixhawk1, based on fmuv3
|
||||
|
||||
include ../fmuv3/hwdef-bl.dat
|
Loading…
Reference in New Issue