ardupilot/libraries/AP_HAL_ChibiOS/hwdef/CubeSolo/hwdef.dat
Matt Lawrence f7383179e8 HAL CHIBIOS: Solo stock cube child of fmuv3 instead of CubeBlack
CubeBlack-Solo hardware def to use FMUv3 as its parent rather than CubeBlack.  Since this older cube doesn't have the same hardware as a new CubeBlack, it is causing conflicts.  Nearly everything is the same.
2019-04-29 11:14:46 +10:00

16 lines
747 B
Plaintext

# hw definition file for processing by chibios_hwdef.py
# for The CUBE Black and the Cube Purple hardware in a 3DR Solo
# this is based on the CubeBlack hwdef, with Solo's required parameter defaults
# do not use this hwdef with any configuration other than a 3DR Solo with a stock or black cube running Copter 3.7.
include ../fmuv3/hwdef.dat
env OPTIMIZE -O3
SPIDEV icm20948_ext SPI4 DEVID1 MPU_EXT_CS MODE3 4*MHZ 8*MHZ
SPIDEV icm20602_ext SPI4 DEVID3 GYRO_EXT_CS MODE3 4*MHZ 8*MHZ
# pull Solo's default parameters from /Tools/Frame_params
# these are parameters the Solo requires for proper operation that are differnet from the 3.7 standard defaults.
env DEFAULT_PARAMETERS 'Tools/Frame_params/Solo_Copter-3.7_BlackCube.param'