Skip to content

Commit

Permalink
Merge pull request betaflight#11627 from phobos-/crazybee-bmi270
Browse files Browse the repository at this point in the history
Added BMI270 drivers to CRAZYBEEF4SX1280 target
  • Loading branch information
blckmn authored Jun 8, 2022
2 parents b125cc1 + 95bbc89 commit 69126ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/target/CRAZYBEEF4SX1280/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_ICM20689
#define USE_ACCGYRO_BMI270

// *************** OSD/FLASH *****************************
#define USE_SPI_DEVICE_2
Expand Down
2 changes: 2 additions & 0 deletions src/main/target/CRAZYBEEF4SX1280/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FEATURES += VCP ONBOARDFLASH
TARGET_SRC = \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm20689.c \
$(ROOT)/lib/main/BoschSensortec/BMI270-Sensor-API/bmi270_maximum_fifo.c \
drivers/accgyro/accgyro_spi_bmi270.c \
drivers/max7456.c \
drivers/vtx_rtc6705.c \
drivers/vtx_rtc6705_soft_spi.c \
Expand Down

0 comments on commit 69126ea

Please sign in to comment.