Added DShot for F7 targets. Cleaned up USE_DSHOT in 'target.h'.
This commit is contained in:
parent
64625965ed
commit
0770ccb11a
|
@ -22,7 +22,6 @@
|
|||
#define USE_HARDWARE_REVISION_DETECTION
|
||||
#define HW_PIN PC13
|
||||
#define BRUSHED_ESC_AUTODETECT
|
||||
#define USE_DSHOT
|
||||
|
||||
#define USBD_PRODUCT_STRING "AlienFlightNG F7"
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "AnyFCF7"
|
||||
|
||||
#define USE_DSHOT
|
||||
#define USE_ESC_SENSOR
|
||||
|
||||
#define LED0 PB7
|
||||
|
|
|
@ -138,8 +138,6 @@
|
|||
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
|
||||
#define USE_ESC_TELEMETRY
|
||||
|
||||
#define TARGET_IO_PORTA 0xffff
|
||||
#define TARGET_IO_PORTB 0xffff
|
||||
#define TARGET_IO_PORTC 0xffff
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "FuryF7"
|
||||
|
||||
#define USE_DSHOT
|
||||
#define USE_ESC_SENSOR
|
||||
|
||||
#define LED0 PB5
|
||||
|
|
|
@ -135,8 +135,6 @@
|
|||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
|
||||
|
||||
#define USE_DSHOT
|
||||
|
||||
#define USE_SPI
|
||||
|
||||
#define USE_SPI_DEVICE_1
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "NucleoF7"
|
||||
|
||||
//#define USE_DSHOT
|
||||
//#define USE_ESC_TELEMETRY
|
||||
|
||||
#define LED0 PB7
|
||||
#define LED1 PB14
|
||||
|
||||
|
|
|
@ -139,8 +139,6 @@
|
|||
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||
|
||||
#define USE_DSHOT
|
||||
#define USE_ESC_TELEMETRY
|
||||
#define REMAP_TIM16_DMA
|
||||
#define REMAP_TIM17_DMA
|
||||
#define ADC24_DMA_REMAP
|
||||
|
|
|
@ -133,8 +133,6 @@
|
|||
#define VBAT_ADC_PIN PC1
|
||||
#define RSSI_ADC_GPIO_PIN PC0
|
||||
|
||||
#define USE_ESC_TELEMETRY
|
||||
|
||||
// Default configuration
|
||||
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef STM32F7
|
||||
#define USE_DSHOT
|
||||
#define I2C3_OVERCLOCK true
|
||||
#define I2C4_OVERCLOCK true
|
||||
#define TELEMETRY_IBUS
|
||||
|
|
Loading…
Reference in New Issue