mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Removed CONFIG_FASTLOOP_PREFERRED_ACC
This commit is contained in:
parent
ac2f39a10c
commit
ffeecaf007
33 changed files with 0 additions and 35 deletions
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "AR32" // AiR32
|
#define TARGET_BOARD_IDENTIFIER "AR32" // AiR32
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PB5 // Blue LED - PB5
|
#define LED0_PIN PB5 // Blue LED - PB5
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "AIR3"
|
#define TARGET_BOARD_IDENTIFIER "AIR3"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
#define CONFIG_PREFER_ACC_ON
|
#define CONFIG_PREFER_ACC_ON
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#define TARGET_BUS_INIT
|
#define TARGET_BUS_INIT
|
||||||
#define REMAP_TIM17_DMA
|
#define REMAP_TIM17_DMA
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define USE_HARDWARE_REVISION_DETECTION
|
#define USE_HARDWARE_REVISION_DETECTION
|
||||||
#define HW_PIN PB2
|
#define HW_PIN PB2
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
#define USE_TARGET_CONFIG // see config.c for target specific customizations
|
#define USE_TARGET_CONFIG // see config.c for target specific customizations
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
#define BRUSHED_MOTORS
|
#define BRUSHED_MOTORS
|
||||||
|
|
||||||
/* Visual Alerts - SMD LEDs
|
/* Visual Alerts - SMD LEDs
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#endif
|
#endif
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PB1
|
#define LED0_PIN PB1
|
||||||
#define LED1_PIN PB2
|
#define LED1_PIN PB2
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
#undef USE_RX_MSP
|
#undef USE_RX_MSP
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define USE_BEEPER
|
#define USE_BEEPER
|
||||||
#define BEEPER_PIN PC15
|
#define BEEPER_PIN PC15
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "CHF3" // Chebuzz F3
|
#define TARGET_BOARD_IDENTIFIER "CHF3" // Chebuzz F3
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#ifndef STM32F3DISCOVERY
|
#ifndef STM32F3DISCOVERY
|
||||||
#define STM32F3DISCOVERY
|
#define STM32F3DISCOVERY
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#define BST_DEVICE_NAME_LENGTH 12
|
#define BST_DEVICE_NAME_LENGTH 12
|
||||||
#define TARGET_BUS_INIT
|
#define TARGET_BUS_INIT
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PC15
|
#define LED0_PIN PC15
|
||||||
#define LED1_PIN PC14
|
#define LED1_PIN PC14
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "DOGE"
|
#define TARGET_BOARD_IDENTIFIER "DOGE"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
// tqfp48 pin 34
|
// tqfp48 pin 34
|
||||||
#define LED0_PIN PA13
|
#define LED0_PIN PA13
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#define ENABLE_DSHOT_DMAR true
|
#define ENABLE_DSHOT_DMAR true
|
||||||
#define REMAP_TIM16_DMA
|
#define REMAP_TIM16_DMA
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "FRF3"
|
#define TARGET_BOARD_IDENTIFIER "FRF3"
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
// Removed to make the firmware fit into flash (in descending order of priority):
|
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||||
//#undef USE_GYRO_OVERFLOW_CHECK
|
//#undef USE_GYRO_OVERFLOW_CHECK
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
#undef USE_RX_MSP
|
#undef USE_RX_MSP
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
#define CONFIG_PREFER_ACC_ON
|
#define CONFIG_PREFER_ACC_ON
|
||||||
|
|
||||||
#define LED0_PIN PC14
|
#define LED0_PIN PC14
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "IMF3"
|
#define TARGET_BOARD_IDENTIFIER "IMF3"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define ENABLE_DSHOT_DMAR true
|
#define ENABLE_DSHOT_DMAR true
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "IFF3"
|
#define TARGET_BOARD_IDENTIFIER "IFF3"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "ISF3"
|
#define TARGET_BOARD_IDENTIFIER "ISF3"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "KISS"
|
#define TARGET_BOARD_IDENTIFIER "KISS"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define SBUS_PORT_OPTIONS (SERIAL_STOPBITS_2 | SERIAL_PARITY_EVEN | SERIAL_INVERTED | SERIAL_BIDIR)
|
#define SBUS_PORT_OPTIONS (SERIAL_STOPBITS_2 | SERIAL_PARITY_EVEN | SERIAL_INVERTED | SERIAL_BIDIR)
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
|
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PC15
|
#define LED0_PIN PC15
|
||||||
#define LED1_PIN PC14
|
#define LED1_PIN PC14
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "MOTO" // MotoLab
|
#define TARGET_BOARD_IDENTIFIER "MOTO" // MotoLab
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define LED0_PIN PB5 // Blue LEDs - PB5
|
#define LED0_PIN PB5 // Blue LEDs - PB5
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#define TARGET_BOARD_IDENTIFIER "MFPB"
|
#define TARGET_BOARD_IDENTIFIER "MFPB"
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,6 @@
|
||||||
#define CURRENT_METER_ADC_PIN PA5
|
#define CURRENT_METER_ADC_PIN PA5
|
||||||
#define RSSI_ADC_PIN PA6
|
#define RSSI_ADC_PIN PA6
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
||||||
#define DEFAULT_FEATURES (FEATURE_OSD | FEATURE_RSSI_ADC | FEATURE_OSD)
|
#define DEFAULT_FEATURES (FEATURE_OSD | FEATURE_RSSI_ADC | FEATURE_OSD)
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB4
|
#define LED0_PIN PB4
|
||||||
#define LED1_PIN PB5
|
#define LED1_PIN PB5
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
#define USE_ACC
|
#define USE_ACC
|
||||||
#define USE_ACC_SPI_MPU6000
|
#define USE_ACC_SPI_MPU6000
|
||||||
#define ACC_MPU6000_ALIGN CW180_DEG
|
#define ACC_MPU6000_ALIGN CW180_DEG
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define USE_EXTI
|
#define USE_EXTI
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "SING"
|
#define TARGET_BOARD_IDENTIFIER "SING"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
|
|
||||||
|
|
|
@ -154,7 +154,6 @@
|
||||||
//#define USE_QUAD_MIXER_ONLY
|
//#define USE_QUAD_MIXER_ONLY
|
||||||
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
|
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||||
#define DEFAULT_FEATURES (FEATURE_RX_SERIAL | FEATURE_OSD)
|
#define DEFAULT_FEATURES (FEATURE_RX_SERIAL | FEATURE_OSD)
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "SPKY" // SParKY
|
#define TARGET_BOARD_IDENTIFIER "SPKY" // SParKY
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB4 // Blue (Rev 1 & 2) - PB4
|
#define LED0_PIN PB4 // Blue (Rev 1 & 2) - PB4
|
||||||
#define LED1_PIN PB5 // Green (Rev 1) / Red (Rev 2) - PB5
|
#define LED1_PIN PB5 // Green (Rev 1) / Red (Rev 2) - PB5
|
||||||
|
|
|
@ -49,11 +49,9 @@
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
#if defined(ZCOREF3)
|
#if defined(ZCOREF3)
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PB8
|
#define LED0_PIN PB8
|
||||||
#else
|
#else
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
#endif // SPRACINGF3MQ
|
#endif // SPRACINGF3MQ
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PB8
|
#define LED0_PIN PB8
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#ifdef TINYBEEF3
|
#ifdef TINYBEEF3
|
||||||
#define TARGET_BOARD_IDENTIFIER "TBF3"
|
#define TARGET_BOARD_IDENTIFIER "TBF3"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PB8
|
#define LED0_PIN PB8
|
||||||
#else
|
#else
|
||||||
|
@ -49,7 +48,6 @@
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define LED0_PIN PB3
|
#define LED0_PIN PB3
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
#undef USE_RX_MSP
|
#undef USE_RX_MSP
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PB9
|
#define LED0_PIN PB9
|
||||||
#define LED1_PIN PB2
|
#define LED1_PIN PB2
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#define TARGET_BOARD_IDENTIFIER "SOF3"
|
#define TARGET_BOARD_IDENTIFIER "SOF3"
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
|
|
||||||
|
|
||||||
#define LED0_PIN PA15
|
#define LED0_PIN PA15
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,6 @@
|
||||||
#undef USE_EXTENDED_CMS_MENUS
|
#undef USE_EXTENDED_CMS_MENUS
|
||||||
#undef USE_ESC_SENSOR_INFO
|
#undef USE_ESC_SENSOR_INFO
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
#define CURRENT_TARGET_CPU_VOLTAGE 3.0
|
#define CURRENT_TARGET_CPU_VOLTAGE 3.0
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "XRC3"
|
#define TARGET_BOARD_IDENTIFIER "XRC3"
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
|
||||||
|
|
||||||
|
|
||||||
#define LED0_PIN PC14
|
#define LED0_PIN PC14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue