2018-12-01 01:04:50 -04:00
|
|
|
# hw definition file for processing by chibios_hwdef.py
|
|
|
|
# for The CUBE Green hardware in a 3DR Solo
|
|
|
|
# this is based on the CubeBlack hwdef, with Solo's required parameter defaults
|
|
|
|
# The CUBE green is identical to a CUBE Black, but uses 5v signalling for the Solo ESC issues
|
2019-11-07 17:56:21 -04:00
|
|
|
# do not use this hwdef with any configuration other than a 3DR Solo with a Green Cube running Copter 4.
|
2018-12-01 01:04:50 -04:00
|
|
|
|
|
|
|
include ../CubeBlack/hwdef.dat
|
|
|
|
|
|
|
|
# pull Solo's default parameters from /Tools/Frame_params
|
2019-11-07 17:56:21 -04:00
|
|
|
# these are parameters the Solo requires for proper operation that are different from the 4 standard defaults.
|
|
|
|
env DEFAULT_PARAMETERS 'Tools/Frame_params/Solo_Copter-4_GreenCube.param'
|
2022-02-24 01:34:07 -04:00
|
|
|
|
2022-04-03 21:37:47 -03:00
|
|
|
undef HAL_OREO_LED_ENABLED
|
2022-02-08 15:46:16 -04:00
|
|
|
define HAL_OREO_LED_ENABLED 1
|
|
|
|
|
2022-04-03 21:37:47 -03:00
|
|
|
undef HAL_SOLO_GIMBAL_ENABLED
|
2022-03-18 04:17:34 -03:00
|
|
|
define HAL_SOLO_GIMBAL_ENABLED HAL_MOUNT_ENABLED
|
|
|
|
|
2022-02-24 01:34:07 -04:00
|
|
|
AUTOBUILD_TARGETS Copter
|