-
-
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] FLYWOOF405 update dual-gyro, add ICM42688P; fix timers, add …
…pinio (#1012)
- Loading branch information
1 parent
1d7430e
commit d0396f7
Showing
3 changed files
with
34 additions
and
15 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,11 +1,13 @@ | ||
F405_TARGETS += $(TARGET) | ||
FEATURES += VCP ONBOARDFLASH | ||
TARGET_SRC = \ | ||
drivers/accgyro/accgyro_spi_icm20689.c \ | ||
drivers/accgyro/accgyro_mpu.c \ | ||
drivers/accgyro/accgyro_spi_mpu6000.c \ | ||
drivers/accgyro/accgyro_mpu.c \ | ||
drivers/accgyro/accgyro_spi_icm20689.c \ | ||
drivers/accgyro/accgyro_spi_icm426xx.c \ | ||
drivers/barometer/barometer_bmp085.c \ | ||
drivers/barometer/barometer_bmp280.c \ | ||
drivers/barometer/barometer_ms5611.c \ | ||
drivers/compass/compass_hmc5883l.c \ | ||
drivers/pinio.c \ | ||
drivers/max7456.c |