hwdef: make a skyviper.inc, use it on skyviper-journey

This commit is contained in:
Peter Barker 2024-03-23 01:00:48 +11:00 committed by Andrew Tridgell
parent 44477c3b62
commit 1f3b4c47a0
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# include file for SkyViper boards. Move things in from
# skyviper-v2450/hwdef.dat as required.
define AP_AIRSPEED_ENABLED 0

View File

@ -134,6 +134,7 @@ env BUILD_ABIN True
define AP_PARAM_MAX_EMBEDDED_PARAM 8192
# Disable un-needed hardware drivers
include ../include/skyviper.inc
define HAL_WITH_ESC_TELEM 0
define AP_FETTEC_ONEWIRE_ENABLED 0

View File

@ -68,6 +68,7 @@ STORAGE_FLASH_PAGE 22
env BUILD_ABIN True
# Disable un-needed hardware drivers
include ../include/skyviper.inc
define AP_AIRSPEED_ENABLED 0
define AP_BEACON_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0