-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[target] update BETAFPVF411RX adding BMI270 and MPU6500 and flash (#947)
[target] BETAFPVF411RX add BMI270 and MPU6500 and flash
- Loading branch information
1 parent
6caf22e
commit 53c6836
Showing
2 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
F411_TARGETS += $(TARGET) | ||
|
||
FEATURES += VCP | ||
FEATURES += VCP ONBOARDFLASH | ||
|
||
TARGET_SRC = \ | ||
drivers/accgyro/accgyro_mpu.c \ | ||
drivers/accgyro/accgyro_spi_mpu6000.c \ | ||
drivers/accgyro/accgyro_spi_icm20689.c \ | ||
drivers/accgyro/accgyro_mpu.c \ | ||
drivers/accgyro/accgyro_spi_mpu6000.c \ | ||
drivers/accgyro/accgyro_mpu6500.c \ | ||
drivers/accgyro/accgyro_spi_mpu6500.c \ | ||
drivers/accgyro/accgyro_spi_bmi270.c \ | ||
drivers/max7456.c \ | ||
drivers/rx/rx_cc2500.c \ | ||
rx/cc2500_common.c \ | ||
rx/cc2500_common.c \ | ||
rx/cc2500_frsky_shared.c \ | ||
rx/cc2500_frsky_d.c \ | ||
rx/cc2500_frsky_x.c \ | ||
rx/cc2500_redpine.c \ | ||
rx/cc2500_frsky_x.c \ | ||
rx/cc2500_redpine.c \ | ||
rx/cc2500_sfhss.c\ | ||
drivers/rx/rx_a7105.c \ | ||
drivers/light_ws2811strip.c | ||
drivers/light_ws2811strip.c |