mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Adding last of the settings in unified targets (#12414)
* Adding GYRO and MAG alignment from settings in unified targets * I2C devices incorrectly specified, i.e. variance to how SPI is handled. * Adding in remaining setting (where a mapping is yet to be verified) * Adding check for comment in auto generation (so editing can be commenced). * SYSTEM_HSE_MHZ now being set.
This commit is contained in:
parent
4fff1b3c42
commit
eacbf0d548
354 changed files with 4584 additions and 776 deletions
|
@ -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
|
||||
|
@ -101,13 +101,24 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
#define BARO_SPI_INSTANCE SPI2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ESC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_ALIGN CW0_DEG_FLIP
|
||||
#define GYRO_2_ALIGN_PITCH 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -100,13 +100,26 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
#define BARO_SPI_INSTANCE SPI2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define MIN_THROTTLE 1070
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define USE_UNSYNCED_PWM OFF
|
||||
//TODO #define MOTOR_PWM_PROTOCOL ONESHOT125
|
||||
//TODO #define MOTOR_PWM_RATE 480
|
||||
//TODO #define CURRENT_METER ESC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_ALIGN CW0_DEG_FLIP
|
||||
#define GYRO_2_ALIGN_PITCH 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -100,9 +100,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -100,9 +100,15 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define BARO_SPI_INSTANCE SPI3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW0_DEG
|
||||
//TODO #define PINIO_BOX 40,0,0,0
|
||||
|
|
|
@ -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
|
||||
|
@ -102,10 +102,15 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
#define BARO_SPI_INSTANCE SPI1
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -106,13 +106,21 @@
|
|||
#define SPI3_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
#define BARO_SPI_INSTANCE SPI1
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI3
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_ALIGN CW270_DEG
|
||||
#define GYRO_2_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -82,10 +82,20 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI3
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -83,10 +83,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI3
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -77,9 +77,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -82,9 +82,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
//TODO #define PINIO_CONFIG 1,1,1,1
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -106,12 +106,26 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
#define MAG_ALIGN CW180_DEG_FLIP
|
||||
#define MAG_ALIGN_PITCH 1800
|
||||
#define MAG_ALIGN_YAW 1800
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SPEK2048
|
||||
//TODO #define SPEKTRUM_SAT_BIND 9
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
//TODO #define I2C1_PULLUP ON
|
||||
|
|
|
@ -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
|
||||
|
@ -106,8 +106,19 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_ALIGN CW180_DEG_FLIP
|
||||
#define MAG_ALIGN_PITCH 1800
|
||||
#define MAG_ALIGN_YAW 1800
|
||||
//TODO #define MAG_SPI_DEVICE 3
|
||||
#define BARO_SPI_INSTANCE SPI3
|
||||
//TODO #define SERIALRX_PROVIDER SPEK2048
|
||||
//TODO #define SPEKTRUM_SAT_BIND 9
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
|
@ -115,3 +126,5 @@
|
|||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
//TODO #define I2C1_PULLUP ON
|
||||
|
|
|
@ -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
|
||||
|
@ -99,13 +99,23 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define SERIALRX_PROVIDER SPEK2048
|
||||
//TODO #define SPEKTRUM_SAT_BIND 9
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_2_SPI_INSTANCE SPI3
|
||||
#define GYRO_2_ALIGN CW270_DEG
|
||||
#define GYRO_2_ALIGN_YAW 2700
|
||||
//TODO #define I2C1_PULLUP ON
|
||||
|
|
|
@ -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
|
||||
|
@ -111,11 +111,19 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define RX_SPI_PROTOCOL RX_SPI_EXPRESSLRS
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
//TODO #define EXPRESSLRS_DOMAIN ISM2400
|
||||
|
|
|
@ -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
|
||||
|
@ -101,11 +101,18 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define RX_SPI_PROTOCOL FRSKY_X
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -76,7 +76,11 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define MAG_BUSTYPE SLAVE
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -117,12 +117,19 @@
|
|||
#define SPI4_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI4
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -102,10 +102,15 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE NONE
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -93,11 +93,22 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 500
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW0_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -95,9 +95,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 500
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -95,9 +95,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 500
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -92,8 +92,16 @@
|
|||
|
||||
#define ADC3_DMA_OPT 0
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 166
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -92,9 +92,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -79,8 +79,19 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define DSHOT_IDLE_VALUE 450
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define ADC_DEVICE 1
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 500
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI2
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -97,13 +97,24 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define GYRO_TO_USE SECOND
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 500
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI2
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define GYRO_2_SPI_INSTANCE SPI2
|
||||
#define GYRO_2_ALIGN CW180_DEG
|
||||
#define GYRO_2_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -120,13 +120,24 @@
|
|||
#define TIMUP4_DMA_OPT 1
|
||||
#define TIMUP5_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define GYRO_TO_USE BOTH
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 500
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
#define GYRO_2_SPI_INSTANCE SPI4
|
||||
#define GYRO_2_ALIGN CW180_DEG
|
||||
#define GYRO_2_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -89,11 +89,20 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_CONFIG 129,129,1,1
|
||||
//TODO #define PINIO_BOX 0,40,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI3
|
||||
#define GYRO_2_SPI_INSTANCE SPI3
|
||||
#define GYRO_2_ALIGN CW270_DEG
|
||||
#define GYRO_2_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -88,10 +88,22 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 366
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define OSD_CRAFT_NAME_POS 2048
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -92,10 +92,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -75,9 +75,15 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -92,10 +92,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -93,8 +93,15 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_SPI_INSTANCE SPI2
|
||||
|
|
|
@ -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
|
||||
|
@ -98,10 +98,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 200
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -96,11 +96,20 @@
|
|||
#define SPI3_RX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
|
|
|
@ -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
|
||||
|
@ -91,11 +91,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -99,14 +99,36 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC2_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define MAG_HARDWARE NONE
|
||||
#define BARO_SPI_INSTANCE SPI3
|
||||
//TODO #define BARO_HARDWARE NONE
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_IDLE_VALUE 450
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define MOTOR_POLES 12
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define YAW_MOTORS_REVERSED ON
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define VTX_BAND 5
|
||||
//TODO #define VTX_CHANNEL 8
|
||||
//TODO #define VTX_POWER 1
|
||||
//TODO #define VTX_FREQ 5917
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -85,10 +85,24 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_HARDWARE NONE
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_IDLE_VALUE 450
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define MAG_HARDWARE NONE
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -86,9 +86,20 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define RX_SPI_PROTOCOL FRSKY_X
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define RX_SPI_LED_INVERSION ON
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define CC2500_SPI_CHIP_DETECT OFF
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -100,8 +100,18 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define RX_SPI_LED_INVERSION ON
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 800
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
//TODO #define EXPRESSLRS_DOMAIN ISM2400
|
||||
|
|
|
@ -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
|
||||
|
@ -95,12 +95,21 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define BARO_SPI_INSTANCE SPI3
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_IDLE_VALUE 450
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 450
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_ALIGN CW180_DEG
|
||||
#define GYRO_2_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -119,13 +119,24 @@
|
|||
#define TIMUP8_DMA_OPT 0
|
||||
#define TIMUP0_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 350
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
#define GYRO_2_SPI_INSTANCE SPI4
|
||||
#define GYRO_2_ALIGN CW180_DEG
|
||||
#define GYRO_2_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -95,9 +95,16 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -91,9 +91,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -86,11 +86,19 @@
|
|||
#define SPI3_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI3
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -90,12 +90,22 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define PINIO_CONFIG 1,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 250
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define BEEPER_PWM_HZ 3800
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
//TODO #define PID_PROCESS_DENOM 1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW0_DEG
|
||||
|
|
|
@ -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
|
||||
|
@ -107,14 +107,32 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 250
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define PID_PROCESS_DENOM 1
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define PINIO_BOX 39,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_ALIGN CW90_DEG
|
||||
#define GYRO_2_ALIGN_YAW 900
|
||||
//TODO #define GYRO_TO_USE BOTH
|
||||
//TODO #define PINIO_CONFIG 1,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
//TODO #define MCO2_ON_PC9 ON
|
||||
|
|
|
@ -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
|
||||
|
@ -101,9 +101,16 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C3
|
||||
#define BARO_I2C_INSTANCE I2C3
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_3)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_3)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
#define SYSTEM_HSE_MHZ 16
|
||||
//TODO #define DASHBOARD_I2C_BUS 3
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -81,7 +81,16 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define SERIALRX_PROVIDER SPEK2048
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -83,9 +83,20 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define RX_SPI_PROTOCOL SPEKTRUM
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define RX_SPI_LED_INVERSION ON
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT300
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -89,8 +89,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define RX_SPI_PROTOCOL FRSKY_X
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -84,8 +84,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define RX_SPI_PROTOCOL FLYSKY_2A
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT300
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -106,9 +106,19 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 1175
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -91,11 +91,24 @@
|
|||
|
||||
#define ADC3_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define OSD_DISPLAYPORT_DEVICE MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 0,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -97,11 +97,24 @@
|
|||
|
||||
#define ADC3_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define OSD_DISPLAYPORT_DEVICE MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 0,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -98,9 +98,19 @@
|
|||
#define ADC2_DMA_OPT 1
|
||||
|
||||
#define BARO_SPI_INSTANCE SPI2
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -85,9 +85,20 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define BARO_SPI_INSTANCE SPI2
|
||||
//TODO #define BARO_BUSTYPE SPI
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BITBANG ON
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -96,9 +96,19 @@
|
|||
#define ADC2_DMA_OPT 1
|
||||
|
||||
#define BARO_SPI_INSTANCE SPI2
|
||||
//TODO #define BARO_BUSTYPE SPI
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -97,10 +97,21 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define OSD_DISPLAYPORT_DEVICE MAX7456
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -94,12 +94,24 @@
|
|||
|
||||
#define ADC3_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define VBAT_SCALE 160
|
||||
//TODO #define IBATA_SCALE 166
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -88,11 +88,23 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER CRSF
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 125
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -107,8 +107,18 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define RX_SPI_LED_INVERSION ON
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 125
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
//TODO #define EXPRESSLRS_DOMAIN ISM2400
|
||||
|
|
|
@ -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
|
||||
|
@ -106,11 +106,25 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define MAG_HARDWARE NONE
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 125
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define OSD_WARN_CORE_TEMP OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -94,10 +94,23 @@
|
|||
|
||||
#define ADC3_DMA_OPT 0
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
//TODO #define GYRO_TO_USE BOTH
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 100
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_CONFIG 129,1,1,1
|
||||
//TODO #define PINIO_BOX 0,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -82,11 +82,26 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define MAG_HARDWARE NONE
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_I2C_ADDRESS 119
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 119
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define OSD_DISPLAYPORT_DEVICE MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW0_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
//TODO #define PINIO_CONFIG 1,1,1,1
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
|
|
|
@ -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
|
||||
|
@ -98,10 +98,19 @@
|
|||
#define SPI3_TX_DMA_OPT 1
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -97,10 +97,20 @@
|
|||
|
||||
#define ADC2_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -78,9 +78,16 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
|
|
|
@ -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
|
||||
|
@ -103,11 +103,22 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
#define BARO_SPI_INSTANCE SPI1
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
|
|
|
@ -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
|
||||
|
@ -102,11 +102,21 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
#define BARO_SPI_INSTANCE SPI1
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
|
|
|
@ -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
|
||||
|
@ -91,8 +91,35 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_HARDWARE NONE
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define SERIALRX_HALFDUPLEX ON
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define PID_PROCESS_DENOM 1
|
||||
//TODO #define OSD_WARN_CORE_TEMP OFF
|
||||
//TODO #define OSD_WARN_RC_SMOOTHING OFF
|
||||
//TODO #define OSD_WARN_FAIL_SAFE OFF
|
||||
//TODO #define OSD_WARN_LAUNCH_CONTROL OFF
|
||||
//TODO #define OSD_WARN_NO_GPS_RESCUE OFF
|
||||
//TODO #define OSD_WARN_GPS_RESCUE_DISABLED OFF
|
||||
//TODO #define OSD_VBAT_POS 2401
|
||||
//TODO #define OSD_RSSI_POS 2106
|
||||
//TODO #define OSD_VTX_CHANNEL_POS 2424
|
||||
//TODO #define OSD_CROSSHAIRS_POS 2253
|
||||
//TODO #define OSD_AH_SBAR_POS 2254
|
||||
//TODO #define OSD_AH_POS 2126
|
||||
//TODO #define OSD_COMPASS_BAR_POS 106
|
||||
//TODO #define OSD_WARNINGS_POS 2377
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define VCD_VIDEO_SYSTEM NTSC
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -88,8 +88,33 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_HARDWARE NONE
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define SERIALRX_HALFDUPLEX ON
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define PID_PROCESS_DENOM 1
|
||||
//TODO #define OSD_WARN_CORE_TEMP OFF
|
||||
//TODO #define OSD_WARN_RC_SMOOTHING OFF
|
||||
//TODO #define OSD_WARN_FAIL_SAFE OFF
|
||||
//TODO #define OSD_WARN_LAUNCH_CONTROL OFF
|
||||
//TODO #define OSD_WARN_NO_GPS_RESCUE OFF
|
||||
//TODO #define OSD_WARN_GPS_RESCUE_DISABLED OFF
|
||||
//TODO #define OSD_VBAT_POS 2401
|
||||
//TODO #define OSD_RSSI_POS 2106
|
||||
//TODO #define OSD_VTX_CHANNEL_POS 2424
|
||||
//TODO #define OSD_CROSSHAIRS_POS 2253
|
||||
//TODO #define OSD_AH_SBAR_POS 2254
|
||||
//TODO #define OSD_AH_POS 2126
|
||||
//TODO #define OSD_COMPASS_BAR_POS 106
|
||||
//TODO #define OSD_WARNINGS_POS 2377
|
||||
//TODO #define VCD_VIDEO_SYSTEM NTSC
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -73,6 +73,9 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define MAG_BUSTYPE SLAVE
|
||||
#define SYSTEM_HSE_MHZ 25
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI2
|
||||
#define GYRO_1_ALIGN CW270_DEG
|
||||
#define GYRO_1_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -93,8 +93,21 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define GYRO_TO_USE FIRST
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define SERIALRX_INVERTED OFF
|
||||
//TODO #define ADC_DEVICE 1
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define MAX7456_CLOCK DEFAULT
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define USB_MSC_PIN_PULLUP ON
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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 STM32F411SX1280
|
||||
|
@ -104,8 +104,16 @@
|
|||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define RX_SPI_LED_INVERSION ON
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
//TODO #define EXPRESSLRS_DOMAIN ISM2400
|
||||
|
|
|
@ -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
|
||||
|
@ -90,9 +90,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define RX_SPI_PROTOCOL FRSKY_X
|
||||
#define RX_SPI_INSTANCE SPI3
|
||||
//TODO #define RX_SPI_LED_INVERSION ON
|
||||
//TODO #define DSHOT_BURST AUTO
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 179
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define CC2500_SPI_CHIP_DETECT OFF
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
|
|
|
@ -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
|
||||
|
@ -101,9 +101,21 @@
|
|||
|
||||
#define ADC3_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define GYRO_TO_USE BOTH
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 100
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -100,12 +100,23 @@
|
|||
|
||||
#define ADC2_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -110,10 +110,17 @@
|
|||
#define SPI2_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C2
|
||||
#define BARO_I2C_INSTANCE I2C2
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_2)
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
//TODO #define DASHBOARD_I2C_BUS 2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -74,8 +74,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define SERIALRX_PROVIDER CRSF
|
||||
//TODO #define DSHOT_BITBANG OFF
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT300
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 270
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI3
|
||||
#define GYRO_1_ALIGN CW0_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -86,9 +86,14 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -89,8 +89,14 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define DASHBOARD_I2C_BUS 3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -75,8 +75,12 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BATTERY_METER ADC
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -81,8 +81,14 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 250
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI3
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -39,12 +39,14 @@
|
|||
#define LED1_PIN PB8
|
||||
#define BEEPER_PIN PC3
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define PINIO1_PIN PC0
|
||||
#define PINIO2_PIN PC8
|
||||
#define CAMERA_CONTROL_PIN PA10
|
||||
|
||||
#define I2C3_SCL_PIN PA8
|
||||
#define I2C3_SDA_PIN PC9
|
||||
//TODO #define I2C3_PULLUP ON
|
||||
|
||||
#define SPI1_SCK_PIN PA5
|
||||
#define SPI1_MISO_PIN PA6
|
||||
|
@ -87,6 +89,9 @@
|
|||
|
||||
#define ADC2_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL Dshot600
|
||||
|
||||
#define UART1_TX_PIN PA9
|
||||
#define UART1_RX_PIN PB7
|
||||
|
||||
|
@ -111,3 +116,10 @@
|
|||
|
||||
#define ESCSERIAL_PIN PB0
|
||||
|
||||
//TODO #define PINIO_CONFIG 1,129,1,1
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
//TODO #define TLM_HALFDUPLEX OFF
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define CURRENT_METER ADC
|
||||
|
|
|
@ -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
|
||||
|
@ -78,9 +78,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -83,9 +83,17 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,255,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -39,11 +39,13 @@
|
|||
#define LED1_PIN PB8
|
||||
#define BEEPER_PIN PC3
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define PINIO1_PIN PC0
|
||||
#define PINIO2_PIN PC8
|
||||
|
||||
#define I2C3_SCL_PIN PA8
|
||||
#define I2C3_SDA_PIN PC9
|
||||
//TODO #define I2C3_PULLUP ON
|
||||
|
||||
#define SPI1_SCK_PIN PA5
|
||||
#define SPI1_MISO_PIN PA6
|
||||
|
@ -86,6 +88,9 @@
|
|||
|
||||
#define ADC2_DMA_OPT 1
|
||||
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL Dshot600
|
||||
|
||||
#define UART1_TX_PIN PA9
|
||||
#define UART1_RX_PIN PB7
|
||||
|
||||
|
@ -110,3 +115,10 @@
|
|||
|
||||
#define ESCSERIAL_PIN PB0
|
||||
|
||||
//TODO #define PINIO_CONFIG 1,129,1,1
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
//TODO #define TLM_HALFDUPLEX OFF
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define ADC_DEVICE 2
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define CURRENT_METER ADC
|
||||
|
|
|
@ -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
|
||||
|
@ -87,11 +87,16 @@
|
|||
#define SPI3_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define SDCARD_DETECT_INVERTED ON
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI3
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW90_DEG
|
||||
#define GYRO_1_ALIGN_YAW 900
|
||||
|
|
|
@ -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
|
||||
|
@ -61,8 +61,12 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
#define BEEPER_PWM_HZ 2185
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -62,9 +62,13 @@
|
|||
#define SPI3_TX_DMA_OPT 0
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
//TODO #define BLACKBOX_DEVICE SDCARD
|
||||
#define BEEPER_PWM_HZ 2185
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define USE_SDCARD_SPI
|
||||
#define SDCARD_SPI_INSTANCE SPI3
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -99,13 +99,28 @@
|
|||
|
||||
#define ADC3_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
//TODO #define PID_PROCESS_DENOM 4
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
#define GYRO_2_ALIGN CW270_DEG
|
||||
#define GYRO_2_ALIGN_YAW 2700
|
||||
|
|
|
@ -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
|
||||
|
@ -94,11 +94,24 @@
|
|||
|
||||
#define ADC3_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define ADC_DEVICE 3
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 450
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW0_DEG
|
||||
#define GYRO_1_ALIGN_ROLL 0
|
||||
#define GYRO_1_ALIGN_PITCH 0
|
||||
#define GYRO_1_ALIGN_YAW 0
|
||||
|
|
|
@ -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
|
||||
|
@ -95,10 +95,24 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 1
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -96,10 +96,18 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -95,11 +95,21 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG_FLIP
|
||||
#define GYRO_1_ALIGN_PITCH 1800
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -95,12 +95,21 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
//TODO #define DASHBOARD_I2C_BUS 1
|
||||
#define FLASH_SPI_INSTANCE SPI3
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -87,10 +87,23 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 1
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
//TODO #define PINIO_BOX 40,41,255,255
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
|
@ -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
|
||||
|
@ -81,9 +81,20 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define ADC_DEVICE 1
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
|
|
|
@ -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
|
||||
|
@ -82,11 +82,22 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
|
|
|
@ -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
|
||||
|
@ -82,12 +82,23 @@
|
|||
|
||||
#define ADC1_DMA_OPT 1
|
||||
|
||||
#define MAG_I2C_INSTANCE I2C1
|
||||
#define BARO_I2C_INSTANCE I2C1
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define BARO_BUSTYPE I2C
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
//TODO #define SERIALRX_PROVIDER SBUS
|
||||
//TODO #define BLACKBOX_DEVICE SPIFLASH
|
||||
//TODO #define DSHOT_BURST ON
|
||||
//TODO #define CURRENT_METER ADC
|
||||
//TODO #define BATTERY_METER ADC
|
||||
//TODO #define IBATA_SCALE 170
|
||||
#define BEEPER_INVERTED
|
||||
//TODO #define BEEPER_OD OFF
|
||||
#define SYSTEM_HSE_MHZ 8
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define FLASH_SPI_INSTANCE SPI2
|
||||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN_YAW 1800
|
||||
#define GYRO_2_SPI_INSTANCE SPI1
|
||||
|
|
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