mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
HAL_ChibiOS: added Pixhawk1-1M
this is for 1M versions of the Pixhawk1. It is smaller than fmuv2 as it only links the specific sensors needed for Pixhawk1
This commit is contained in:
parent
b5217412f9
commit
e3a965272c
4
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk1-1M/hwdef-bl.dat
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk1-1M/hwdef-bl.dat
Normal file
@ -0,0 +1,4 @@
|
||||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for pixhawk1, based on fmuv3
|
||||
|
||||
include ../fmuv3/hwdef-bl.dat
|
7
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk1-1M/hwdef.dat
Normal file
7
libraries/AP_HAL_ChibiOS/hwdef/Pixhawk1-1M/hwdef.dat
Normal file
@ -0,0 +1,7 @@
|
||||
# hw definition file for processing by chibios_hwdef.py
|
||||
# for Pixhawk1-1M, based on Pixhawk1
|
||||
|
||||
include ../Pixhawk1/hwdef.dat
|
||||
|
||||
FLASH_SIZE_KB 1024
|
||||
define HAL_MINIMIZE_FEATURES 1
|
Loading…
Reference in New Issue
Block a user