-
-
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] TMOTORF7 update; add ICM42688P and BMI270 (#944)
* [target] TMOTORF7 update; add ICM42688P and BMI270
- Loading branch information
1 parent
01155c0
commit aaa46e6
Showing
3 changed files
with
55 additions
and
23 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
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,10 +1,15 @@ | ||
F7X2RE_TARGETS += $(TARGET) | ||
FEATURES = VCP ONBOARDFLASH | ||
TARGET_SRC = \ | ||
drivers/accgyro/accgyro_spi_bmi270.c \ | ||
drivers/accgyro/accgyro_spi_icm426xx.c \ | ||
drivers/accgyro/accgyro_mpu6500.c \ | ||
drivers/accgyro/accgyro_spi_mpu6000.c \ | ||
drivers/accgyro/accgyro_spi_mpu6500.c \ | ||
drivers/barometer/barometer_bmp280.c \ | ||
drivers/compass/compass_hmc5883l.c \ | ||
drivers/compass/compass_qmc5883l.c \ | ||
drivers/max7456.c | ||
drivers/light_led.h \ | ||
drivers/light_ws2811strip.c \ | ||
drivers/pinio.c \ | ||
drivers/max7456.c \ |