mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
HAL_ChibiOS: added specific builds for the Pixracer and mRoX21 boards
This commit is contained in:
parent
465c6c5a68
commit
5bf48fad43
4
libraries/AP_HAL_ChibiOS/hwdef/Pixracer/hwdef-bl.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/Pixracer/hwdef-bl.dat
Normal file
@ -0,0 +1,4 @@
|
||||
# hw definition file for processing by chibios_hwdef.py for the
|
||||
# mRo Pixracer board. This is a fmuv4 board
|
||||
|
||||
include ../fmuv4/hwdef-bl.dat
|
4
libraries/AP_HAL_ChibiOS/hwdef/Pixracer/hwdef.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/Pixracer/hwdef.dat
Normal file
@ -0,0 +1,4 @@
|
||||
# hw definition file for processing by chibios_hwdef.py for the
|
||||
# mRo Pixracer board. This is a fmuv4 board
|
||||
|
||||
include ../fmuv4/hwdef.dat
|
4
libraries/AP_HAL_ChibiOS/hwdef/mRoX21/hwdef-bl.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/mRoX21/hwdef-bl.dat
Normal file
@ -0,0 +1,4 @@
|
||||
# hw definition file for processing by chibios_hwdef.py for the
|
||||
# mRo X2.1 board. This is a fmuv3, with BRD_TYPE forced to 20
|
||||
|
||||
include ../fmuv3/hwdef-bl.dat
|
6
libraries/AP_HAL_ChibiOS/hwdef/mRoX21/hwdef.dat
Normal file
6
libraries/AP_HAL_ChibiOS/hwdef/mRoX21/hwdef.dat
Normal file
@ -0,0 +1,6 @@
|
||||
# hw definition file for processing by chibios_hwdef.py for the
|
||||
# mRo X2.1 board. This is a fmuv3, with BRD_TYPE forced to 20
|
||||
|
||||
include ../fmuv3/hwdef.dat
|
||||
|
||||
define BOARD_TYPE_DEFAULT 20
|
Loading…
Reference in New Issue
Block a user