HAL_ChibiOS: added specific builds for the Pixracer and mRoX21 boards

This commit is contained in:
Andrew Tridgell 2018-07-12 11:27:44 +10:00
parent e52176e23b
commit f84424cca4
4 changed files with 18 additions and 0 deletions

View 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

View 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

View 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

View 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