2019-09-29 17:00:48 -03:00
|
|
|
# hw definition file for processing by chibios_hwdef.py
|
|
|
|
# for Pixhawk1-1M, based on Pixhawk1
|
|
|
|
|
|
|
|
include ../Pixhawk1/hwdef.dat
|
|
|
|
|
2022-10-02 17:51:37 -03:00
|
|
|
# only include UBLOX and NMEA GPS drivers
|
|
|
|
define AP_GPS_NMEA_ENABLED 1
|
|
|
|
include ../include/minimal_GPS.inc
|
|
|
|
|
2019-09-29 17:00:48 -03:00
|
|
|
FLASH_SIZE_KB 1024
|
2022-06-27 03:54:39 -03:00
|
|
|
include ../include/minimize_features.inc
|
2020-02-28 23:31:20 -04:00
|
|
|
undef STORAGE_FLASH_PAGE
|
2022-10-04 04:10:18 -03:00
|
|
|
|
|
|
|
# produce this error if we are on a 2M board and using 1M firmware
|
|
|
|
define BOARD_CHECK_F427_USE_2M "2M flash - use Pixhawk1 firmware"
|