Skip to content

Commit

Permalink
remove icm drivers from targets (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
DusKing1 committed Jun 7, 2023
1 parent efc7b28 commit 776410a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/main/target/BETAFPVF435/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,12 @@

#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define GYRO_1_ALIGN CW270_DEG

#define USE_ACC
#define USE_ACCGYRO_BMI270
#define USE_ACC_SPI_MPU6000
#define USE_ACCGYRO_LSM6DSO
#define USE_ACC_SPI_ICM42688P

// *************** Baro **************************
#define USE_BARO
Expand Down
1 change: 0 additions & 1 deletion src/main/target/BETAFPVF435/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FEATURES += VCP ONBOARDFLASH

TARGET_SRC = \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm426xx.c\
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_dps310.c\
$(ROOT)/lib/main/BoschSensortec/BMI270-Sensor-API/bmi270.c \
Expand Down
2 changes: 0 additions & 2 deletions src/main/target/EMSRPROTO4/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
#define USE_GYRO
// #define USE_GYRO_SPI_MPU6500 //debug only
// #define USE_ACC_SPI_MPU6500 //debug only
#define USE_GYRO_SPI_ICM42688P
#define USE_ACCGYRO_BMI270
#define USE_ACCGYRO_ASM330LHH
#define USE_ACCGYRO_LSM6DSL
Expand All @@ -97,7 +96,6 @@
#define USE_ACCGYRO_SH3001

#define USE_ACC
#define USE_ACC_SPI_ICM42688P


// *************** OSD *****************************
Expand Down
1 change: 0 additions & 1 deletion src/main/target/EMSRPROTO4/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FEATURES += VCP ONBOARDFLASH

TARGET_SRC = \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm426xx.c\
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_dps310.c\
drivers/compass/compass_hmc5883l.c\
Expand Down
2 changes: 0 additions & 2 deletions src/main/target/NEUTRONRCF435MINI/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
#define USE_GYRO
// #define USE_GYRO_SPI_MPU6500 //debug only
// #define USE_ACC_SPI_MPU6500 //debug only
#define USE_GYRO_SPI_ICM42688P
#define USE_ACCGYRO_BMI270
#define USE_ACCGYRO_ASM330LHH
#define USE_ACCGYRO_LSM6DSL
Expand All @@ -97,7 +96,6 @@
#define USE_ACCGYRO_SH3001

#define USE_ACC
#define USE_ACC_SPI_ICM42688P


// *************** OSD *****************************
Expand Down
1 change: 0 additions & 1 deletion src/main/target/NEUTRONRCF435MINI/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FEATURES += VCP ONBOARDFLASH

TARGET_SRC = \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm426xx.c\
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_dps310.c\
drivers/compass/compass_hmc5883l.c\
Expand Down
2 changes: 0 additions & 2 deletions src/main/target/NEUTRONRCF435SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
#define USE_GYRO
// #define USE_GYRO_SPI_MPU6500 //debug only
// #define USE_ACC_SPI_MPU6500 //debug only
#define USE_GYRO_SPI_ICM42688P
#define USE_ACCGYRO_BMI270
#define USE_ACCGYRO_ASM330LHH
#define USE_ACCGYRO_LSM6DSL
Expand All @@ -100,7 +99,6 @@
#define USE_ACCGYRO_SH3001

#define USE_ACC
#define USE_ACC_SPI_ICM42688P


// *************** OSD *****************************
Expand Down
1 change: 0 additions & 1 deletion src/main/target/NEUTRONRCF435SE/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FEATURES += VCP ONBOARDFLASH

TARGET_SRC = \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm426xx.c\
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_dps310.c\
drivers/compass/compass_hmc5883l.c\
Expand Down

0 comments on commit 776410a

Please sign in to comment.