1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

[4.4.1] FIX CONFIG: Adding USE_ACC, USE_GYRO and USE_BARO where appropriate. (#12477)

This commit is contained in:
J Blackman 2023-03-08 12:04:12 +11:00 committed by GitHub
parent ebc3479b6b
commit e156d089b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
353 changed files with 1149 additions and 355 deletions

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,10 +30,13 @@
#define BOARD_NAME AG3XF4
#define MANUFACTURER_ID AIRB
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,10 +30,13 @@
#define BOARD_NAME AG3XF7
#define MANUFACTURER_ID AIRB
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -31,10 +31,13 @@
#define MANUFACTURER_ID AIKO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_ICM20602
#define USE_GYRO_SPI_ICM20602
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH_M25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -31,8 +31,11 @@
#define MANUFACTURER_ID AIKO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_BARO_SPI_DPS310
#define USE_FLASH_M25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,10 +30,13 @@
#define BOARD_NAME AIRBOTF4
#define MANUFACTURER_ID AIRB
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_MAX7456
#define USE_FLASH_M25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,10 +30,13 @@
#define BOARD_NAME AIRBOTF4SD
#define MANUFACTURER_ID AIRB
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_MAX7456
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME AIRBOTF4V2
#define MANUFACTURER_ID AIRB
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,10 @@
#define BOARD_NAME AIRBOTF7
#define MANUFACTURER_ID AIRB
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME AIRBOTF7HDV
#define MANUFACTURER_ID AIRB
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_FLASH_M25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,10 @@
#define BOARD_NAME AIRF7
#define MANUFACTURER_ID RAST
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME ALIENFLIGHTF4
#define MANUFACTURER_ID AFNG
#define USE_GYRO
#define USE_GYRO_SPI_MPU9250
#define USE_ACC
#define USE_ACC_SPI_MPU9250
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6500

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,12 +30,15 @@
#define BOARD_NAME ALIENFLIGHTNGF7
#define MANUFACTURER_ID AFNG
#define USE_GYRO
#define USE_GYRO_SPI_MPU9250
#define USE_ACC
#define USE_ACC_SPI_MPU9250
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_ICM20602
#define USE_ACC_SPI_ICM20602
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_MAG_MPU925X_AK8963
#define USE_MAG_SPI_AK8963

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME ALIENFLIGHTNGF7_DUAL
#define MANUFACTURER_ID AFNG
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_ICM20602
#define USE_ACC_SPI_ICM20602

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME ALIENFLIGHTNGF7_ELRS
#define MANUFACTURER_ID AFNG
#define USE_GYRO
#define USE_GYRO_SPI_MPU9250
#define USE_ACC
#define USE_ACC_SPI_MPU9250
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6500

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME ALIENFLIGHTNGF7_RX
#define MANUFACTURER_ID AFNG
#define USE_GYRO
#define USE_GYRO_SPI_MPU9250
#define USE_ACC
#define USE_ACC_SPI_MPU9250
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6500

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME ALIENWHOOPF4
#define MANUFACTURER_ID ALWH
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F745
@ -30,8 +30,11 @@
#define BOARD_NAME ANYFCF7
#define MANUFACTURER_ID FOSS
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_MS5611
#define USE_MAX7456
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,11 @@
#define BOARD_NAME ANYFCM7
#define MANUFACTURER_ID FOSS
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_MS5611
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME AOCODAF405
#define MANUFACTURER_ID SJET
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,8 +30,11 @@
#define BOARD_NAME AOCODAF405V2MPU6000
#define MANUFACTURER_ID SJET
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,8 +30,11 @@
#define BOARD_NAME AOCODAF405V2MPU6500
#define MANUFACTURER_ID SJET
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME AOCODAF722BLE
#define MANUFACTURER_ID SJET
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,9 +30,12 @@
#define BOARD_NAME AOCODAF722MINI
#define MANUFACTURER_ID SJET
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
#define USE_BARO
#define USE_BARO_BMP280

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -31,7 +31,9 @@
#define MANUFACTURER_ID SJET
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,10 @@
#define BOARD_NAME AOCODARCF7DUAL
#define MANUFACTURER_ID SJET
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32H743
@ -30,7 +30,10 @@
#define BOARD_NAME AOCODARCH7DUAL
#define MANUFACTURER_ID SJET
#define USE_GYRO
#define USE_ACC
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_DPS310
#define USE_FLASH_W25N01G
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,9 +30,12 @@
#define BOARD_NAME APEXF7
#define MANUFACTURER_ID APEX
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_BARO
#define USE_BARO_BMP280
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME ARESF7
#define MANUFACTURER_ID RCTI
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_FLASH_W25N01G
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME ATOMRCF405
#define MANUFACTURER_ID SKZO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME ATOMRCF411
#define MANUFACTURER_ID SKZO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME ATOMRCF722
#define MANUFACTURER_ID SKZO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,9 +30,12 @@
#define BOARD_NAME AXISFLYINGF7
#define MANUFACTURER_ID AXFL
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_DPS310
#define USE_BARO_QMP6988
#define USE_FLASH_W25Q128FV

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,10 @@
#define BOARD_NAME AXISFLYINGF7PRO
#define MANUFACTURER_ID AXFL
#define USE_GYRO
#define USE_ACC
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_DPS310
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME BEEROTORF4
#define MANUFACTURER_ID RCTI
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_MAX7456
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME BETAFLIGHTF4
#define MANUFACTURER_ID FPVM
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,10 +30,12 @@
#define BOARD_NAME BETAFPVF405
#define MANUFACTURER_ID BEFH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,8 +30,10 @@
#define BOARD_NAME BETAFPVF411
#define MANUFACTURER_ID BEFH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_FLASH_M25P16
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,10 +30,12 @@
#define BOARD_NAME BETAFPVF411RX
#define MANUFACTURER_ID BEFH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_RX_CC2500
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -31,9 +31,11 @@
#define MANUFACTURER_ID BEFH
#define USE_GYRO_SPI_ICM20689
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_MAX7456
#define USE_RX_SPI

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,10 @@
#define BOARD_NAME BETAFPVF722
#define MANUFACTURER_ID BEFH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32H743
@ -30,8 +30,11 @@
#define BOARD_NAME BETAFPVH743
#define MANUFACTURER_ID BEFH
#define USE_GYRO
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_M25P16
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,10 +30,13 @@
#define BOARD_NAME BLADE_F7
#define MANUFACTURER_ID RUSH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_DPS310
#define USE_BARO_BMP280
#define USE_FLASH_W25Q128FV

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,10 +30,13 @@
#define BOARD_NAME BLADE_F7_HD
#define MANUFACTURER_ID RUSH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_DPS310
#define USE_BARO_BMP280
#define USE_BARO_QMP6988

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME BLUEJAYF4
#define MANUFACTURER_ID BKMN
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_FLASH_W25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME CLRACINGF4
#define MANUFACTURER_ID CLRA
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME CLRACINGF7
#define MANUFACTURER_ID CLRA
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,8 +30,11 @@
#define BOARD_NAME COLIBRI
#define MANUFACTURER_ID TEBS
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_BARO
#define USE_BARO_MS5611
#define USE_FLASH_M25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,9 +30,14 @@
#define BOARD_NAME CRAZYBEEF4DX
#define MANUFACTURER_ID HAMO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_ICM20689
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME CRAZYBEEF4DXS
#define MANUFACTURER_ID HAMO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,10 +30,12 @@
#define BOARD_NAME CRAZYBEEF4FR
#define MANUFACTURER_ID HAMO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_ICM20689
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO_SPI_ICM42688P

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME CRAZYBEEF4FS
#define MANUFACTURER_ID HAMO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_RX_CC2500
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,10 +30,12 @@
#define BOARD_NAME CRAZYBEEF4SX1280
#define MANUFACTURER_ID HAMO
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,11 @@
#define BOARD_NAME CYCLONEF722_PRO
#define MANUFACTURER_ID CYCL
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_W25P16
#define USE_FLASH_W25Q128FV

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -31,8 +31,11 @@
#define MANUFACTURER_ID DAKE
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_FLASH_M25P16
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -31,8 +31,11 @@
#define MANUFACTURER_ID DAKE
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_FLASH_M25P16
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -31,8 +31,11 @@
#define MANUFACTURER_ID DAKE
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_FLASH_M25P16
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME DALRCF405
#define MANUFACTURER_ID DALR
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_ICM20689
#define USE_GYRO_SPI_ICM20689

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,10 +30,14 @@
#define BOARD_NAME DALRCF722DUAL
#define MANUFACTURER_ID DALR
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_BARO
#define USE_BARO_MS5611
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -31,10 +31,13 @@
#define MANUFACTURER_ID DAFP
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_BMP280
#define USE_MAX7456
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,12 +30,14 @@
#define BOARD_NAME DARWINF4SX1280HD
#define MANUFACTURER_ID DAFP
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_ICM20689
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO
#define USE_ACCGYRO_LSM6DSO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42605

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,11 @@
#define BOARD_NAME DARWINF722HD
#define MANUFACTURER_ID DAFP
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME DYSF44530D
#define MANUFACTURER_ID DYST
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME DYSF4PRO
#define MANUFACTURER_ID DYST
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME EACHINEF411_AIO
#define MANUFACTURER_ID EACH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME EACHINEF722
#define MANUFACTURER_ID EACH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME EACHINEF722_AIO
#define MANUFACTURER_ID EACH
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME ELINF405
#define MANUFACTURER_ID DRCL
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME ELINF722
#define MANUFACTURER_ID DRCL
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,6 +30,8 @@
#define BOARD_NAME ELLE0
#define MANUFACTURER_ID LEGA
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -31,7 +31,9 @@
#define MANUFACTURER_ID EMAX
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689

View file

@ -22,16 +22,18 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411SX1280
#define FC_TARGET_MCU STM32F411
#define BOARD_NAME EMAX_TINYHAWKF4SX1280
#define MANUFACTURER_ID EMAX
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -31,7 +31,9 @@
#define MANUFACTURER_ID EMAX
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,8 +30,11 @@
#define BOARD_NAME EXF722DUAL
#define MANUFACTURER_ID EXUA
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH_M25P16

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME EXUAVF4PRO
#define MANUFACTURER_ID EXUA
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,8 +30,11 @@
#define BOARD_NAME F4BY
#define MANUFACTURER_ID FOSS
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_MS5611
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME FENIX_F405
#define MANUFACTURER_ID FOSS
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_FLASH_W25M
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,9 +30,11 @@
#define BOARD_NAME FF_FORTINIF4
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,9 +30,11 @@
#define BOARD_NAME FF_FORTINIF4_REV03
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,8 +30,10 @@
#define BOARD_NAME FF_PIKOF4
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,8 +30,10 @@
#define BOARD_NAME FF_PIKOF4OSD
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME FF_RACEPIT
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_M25P16
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME FF_RACEPITF7_MINI
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME FF_RACEPIT_MINI
#define MANUFACTURER_ID FFPV
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME FISHDRONEF4
#define MANUFACTURER_ID LEGA
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_MAX7456
#define USE_SDCARD

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2
@ -30,7 +30,9 @@
#define BOARD_NAME FLYCOLORF7
#define MANUFACTURER_ID FLCO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F7X2

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,7 +30,9 @@
#define BOARD_NAME FLYWOOF405
#define MANUFACTURER_ID FLWO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -31,10 +31,13 @@
#define MANUFACTURER_ID FLWO
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,10 +30,13 @@
#define BOARD_NAME FLYWOOF405PRO
#define MANUFACTURER_ID FLWO
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_DPS310
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F405
@ -30,10 +30,14 @@
#define BOARD_NAME FLYWOOF405S_AIO
#define MANUFACTURER_ID FLWO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH_W25Q128FV

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,8 +30,10 @@
#define BOARD_NAME FLYWOOF411
#define MANUFACTURER_ID FLWO
#define USE_ACC
#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME FLYWOOF411EVO_HD
#define MANUFACTURER_ID FLWO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME FLYWOOF411HEX
#define MANUFACTURER_ID FLWO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_MAX7456

View file

@ -22,7 +22,7 @@
/*
This file has been auto generated from unified-targets repo.
The auto generation is transitional only, please ensure you update unified targets and not this file until the transition has complete.
The auto generation is transitional only, please remove this comment once the file is edited.
*/
#define FC_TARGET_MCU STM32F411
@ -30,7 +30,9 @@
#define BOARD_NAME FLYWOOF411V2
#define MANUFACTURER_ID FLWO
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

Some files were not shown because too many files have changed in this diff Show more