mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
[4.4.1] FIX CONFIG: Adding USE_FLASH to enable where hardware supports (#12499)
FIX CONFIG: Adding USE_FLASH to enable where hardware supports
This commit is contained in:
parent
dd4805370d
commit
cbf1030fe3
187 changed files with 187 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define USE_BARO_SPI_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_BMP280
|
||||
|
|
|
@ -34,5 +34,6 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#define USE_MAG_MPU925X_AK8963
|
||||
#define USE_MAG_SPI_AK8963
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_SDCARD
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
#define USE_BARO
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_BARO_QMP6988
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,5 +39,6 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_RX_CC2500
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#define USE_BARO_DPS310
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_QMP6988
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,5 +34,6 @@
|
|||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25P16
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -36,5 +36,6 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_MS5611
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
#define USE_RX_SPI
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25P16
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_ACC_SPI_ICM20689
|
||||
#define USE_GYRO_SPI_ICM20689
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_MS5611
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_ACC_SPI_ICM20689
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25M
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,5 +39,6 @@
|
|||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_ICM20689
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_ACC_SPI_ICM20689
|
||||
#define USE_GYRO_SPI_ICM20689
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#define USE_GYRO
|
||||
#define USE_ACC
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_ACC
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#define USE_GYRO_SPI_ICM20689
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,5 +37,6 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
|
|
|
@ -38,5 +38,6 @@
|
|||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_MAX7456
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_GYRO_SPI_ICM42688P
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
#define USE_RX_SPI
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
#define USE_BARO
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
#define USE_BARO
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25Q128FV
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
#define USE_SDCARD
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_ICM20689
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_FLASH_W25M512
|
||||
#define USE_FLASH_W25N01G
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_DPS310
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define USE_ACCGYRO_BMI270
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_ACC_SPI_ICM20689
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_FLASH_W25N01G
|
||||
#define USE_MAX7456
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
#define USE_MAX7456
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue