Remove LIS3MDL from < F4 targets
This commit is contained in:
parent
eb5af3a161
commit
e4e9dc6507
|
@ -67,7 +67,6 @@
|
|||
#define USE_MAG
|
||||
#define USE_MAG_AK8963
|
||||
#define MAG_AK8963_ALIGN CW180_DEG_FLIP
|
||||
#define USE_MAG_LIS3MDL
|
||||
|
||||
#define USE_VCP
|
||||
#define USE_UART1 // Not connected - TX (PB6) RX PB7 (AF7)
|
||||
|
|
|
@ -6,5 +6,4 @@ TARGET_SRC = \
|
|||
drivers/accgyro/accgyro_mpu6050.c \
|
||||
drivers/accgyro/accgyro_mpu6500.c \
|
||||
drivers/accgyro/accgyro_spi_mpu6500.c \
|
||||
drivers/compass/compass_lis3mdl.c \
|
||||
drivers/compass/compass_ak8963.c
|
||||
|
|
|
@ -88,7 +88,6 @@
|
|||
|
||||
#define USE_MAG
|
||||
#define USE_MAG_AK8975
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_AK8975_ALIGN CW90_DEG_FLIP
|
||||
|
||||
#define USE_VCP
|
||||
|
|
|
@ -3,7 +3,6 @@ FEATURES = VCP SDCARD
|
|||
|
||||
TARGET_SRC = \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c \
|
||||
drivers/accgyro/accgyro_mpu.c \
|
||||
drivers/accgyro/accgyro_mpu3050.c \
|
||||
drivers/accgyro/accgyro_mpu6050.c \
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
#define USE_MAG
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_HMC5883_ALIGN CW270_DEG_FLIP
|
||||
|
||||
#define MAG_INT_EXTI PC1
|
||||
|
|
|
@ -7,4 +7,3 @@ TARGET_SRC = \
|
|||
drivers/barometer/barometer_ms5611.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_AK8963
|
||||
#define USE_MAG_AK8975
|
||||
#define USE_MAG_LIS3MDL
|
||||
|
||||
#define USE_VCP
|
||||
#define USE_UART1
|
||||
|
|
|
@ -14,5 +14,4 @@ TARGET_SRC = \
|
|||
drivers/compass/compass_ak8975.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
||||
|
|
|
@ -100,7 +100,6 @@
|
|||
#define USE_MAG
|
||||
#define USE_MPU9250_MAG // Enables bypass configuration on the MPU9250 I2C bus
|
||||
#define USE_MAG_AK8963
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_AK8963_ALIGN CW270_DEG
|
||||
|
||||
#define USE_EXTI
|
||||
|
|
|
@ -5,4 +5,3 @@ TARGET_SRC = \
|
|||
drivers/accgyro/accgyro_mpu.c \
|
||||
drivers/accgyro/accgyro_mpu6500.c \
|
||||
drivers/compass/compass_ak8963.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
|
||||
#define USE_MAG
|
||||
#define USE_MAG_AK8963
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_AK8963_ALIGN CW0_DEG_FLIP
|
||||
|
||||
#define USE_VCP
|
||||
|
|
|
@ -7,4 +7,3 @@ TARGET_SRC = \
|
|||
drivers/accgyro/accgyro_mpu6500.c \
|
||||
drivers/accgyro/accgyro_spi_mpu6500.c \
|
||||
drivers/compass/compass_ak8963.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
#define USE_MAG
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_HMC5883_ALIGN CW180_DEG
|
||||
#define MAG_I2C_INSTANCE I2CDEV_1
|
||||
|
||||
|
|
|
@ -7,5 +7,4 @@ TARGET_SRC = \
|
|||
drivers/barometer/barometer_ms5611.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c \
|
||||
drivers/max7456.c
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
#define USE_MAG_AK8975
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_HMC5883_ALIGN CW270_DEG
|
||||
|
||||
#define USE_MAG_DATA_READY_SIGNAL
|
||||
|
|
|
@ -10,4 +10,3 @@ TARGET_SRC = \
|
|||
drivers/compass/compass_ak8975.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
#define USE_MAG
|
||||
#define USE_MAG_AK8975
|
||||
#define USE_MAG_HMC5883 // External
|
||||
#define USE_MAG_LIS3MDL
|
||||
|
||||
#define MAG_AK8975_ALIGN CW180_DEG
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ TARGET_SRC = \
|
|||
drivers/barometer/barometer_ms5611.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_ak8975.c \
|
||||
drivers/compass/compass_lis3mdl.c \
|
||||
drivers/display_ug2864hsweg01.c \
|
||||
drivers/serial_usb_vcp.c \
|
||||
drivers/flash_m25p16.c
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#define USE_MAG
|
||||
//#define USE_MAG_HMC5883
|
||||
#define USE_MAG_AK8963
|
||||
#define USE_MAG_LIS3MDL
|
||||
|
||||
//#define MAG_HMC5883_ALIGN CW180_DEG
|
||||
#define MAG_AK8963_ALIGN CW270_DEG
|
||||
|
|
|
@ -7,4 +7,3 @@ TARGET_SRC = \
|
|||
drivers/barometer/barometer_ms5611.c \
|
||||
drivers/compass/compass_ak8963.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
|
|
@ -154,7 +154,6 @@
|
|||
#define USE_MAG_AK8975
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_LIS3MDL
|
||||
#define MAG_HMC5883_ALIGN CW270_DEG
|
||||
|
||||
#define USE_MAG_DATA_READY_SIGNAL
|
||||
|
|
|
@ -9,7 +9,6 @@ TARGET_SRC = \
|
|||
drivers/compass/compass_ak8975.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c
|
||||
|
||||
ifeq ($(TARGET), FLIP32F3OSD)
|
||||
TARGET_SRC += \
|
||||
|
|
|
@ -178,7 +178,6 @@
|
|||
#define USE_MAG_AK8975
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_LIS3MDL
|
||||
|
||||
#define USE_VCP
|
||||
#define USE_UART1
|
||||
|
|
|
@ -20,6 +20,5 @@ TARGET_SRC = \
|
|||
drivers/compass/compass_fake.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/compass/compass_lis3mdl.c \
|
||||
drivers/flash_m25p16.c \
|
||||
drivers/max7456.c
|
||||
|
|
Loading…
Reference in New Issue