mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Merge pull request #10258 from etracer65/enable_bmp085_unified_targets
Enable BMP085/BMP180 for F405 and F745 unified targets
This commit is contained in:
parent
3f1abc20f5
commit
a367a04280
1 changed files with 4 additions and 0 deletions
|
@ -25,7 +25,9 @@
|
||||||
|
|
||||||
#define USBD_PRODUCT_STRING "Betaflight STM32F405"
|
#define USBD_PRODUCT_STRING "Betaflight STM32F405"
|
||||||
|
|
||||||
|
// Additional drivers included for targets with > 512KB of flash
|
||||||
#define USE_ACCGYRO_BMI270
|
#define USE_ACCGYRO_BMI270
|
||||||
|
#define USE_BARO_BMP085
|
||||||
|
|
||||||
#define USE_I2C_DEVICE_1
|
#define USE_I2C_DEVICE_1
|
||||||
#define USE_I2C_DEVICE_2
|
#define USE_I2C_DEVICE_2
|
||||||
|
@ -114,7 +116,9 @@
|
||||||
|
|
||||||
#define USBD_PRODUCT_STRING "Betaflight STM32F745"
|
#define USBD_PRODUCT_STRING "Betaflight STM32F745"
|
||||||
|
|
||||||
|
// Additional drivers included for targets with > 512KB of flash
|
||||||
#define USE_ACCGYRO_BMI270
|
#define USE_ACCGYRO_BMI270
|
||||||
|
#define USE_BARO_BMP085
|
||||||
|
|
||||||
#define USE_I2C_DEVICE_1
|
#define USE_I2C_DEVICE_1
|
||||||
#define USE_I2C_DEVICE_2
|
#define USE_I2C_DEVICE_2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue