1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

CMS: Remove standard options from target.h

Remove USE_DASHBOARD, CMS and USE_MSP_DISPLAYPORT options from targets
used during development of the CMS. These options are standard for
>128K targets and defined in target/common.h
This commit is contained in:
jflyper 2016-11-18 23:57:15 +09:00
parent 480774ade4
commit ab7c519cb0
6 changed files with 0 additions and 39 deletions

View file

@ -142,11 +142,3 @@
#define USABLE_TIMER_CHANNEL_COUNT 17
#define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(15) | TIM_N(16) | TIM_N(17) )
#define USE_DASHBOARD
// Configuratoin Menu System
#define CMS
// Use external display connected by MSP to run CMS
#define USE_MSP_DISPLAYPORT

View file

@ -91,15 +91,6 @@
#define SPI1_MISO_PIN PA6
#define SPI1_MOSI_PIN PA7
#define USE_DASHBOARD
// Configuratoin Menu System
#define CMS
#define CMS_MAX_DEVICE 4
// Use external display connected by MSP to run CMS
#define USE_MSP_DISPLAYPORT
// OSD define info:
// feature name (includes source) -> MAX_OSD, used in target.mk
// include the osd code

View file

@ -70,9 +70,6 @@
//#define MAX7456_DMA_CHANNEL_RX DMA1_Stream0
//#define MAX7456_DMA_IRQ_HANDLER_ID DMA1_ST0_HANDLER
#define CMS
#define USE_MSP_DISPLAYPORT
//#define PITOT
//#define USE_PITOT_MS4525
//#define MS4525_BUS I2C_DEVICE_EXT

View file

@ -170,6 +170,3 @@
#endif
#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(5) | TIM_N(12) | TIM_N(8) | TIM_N(9) )
#define CMS
#define USE_MSP_DISPLAYPORT

View file

@ -137,16 +137,8 @@
//#define USE_QUAD_MIXER_ONLY
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
#define USE_DASHBOARD
#define OSD
// Configuratoin Menu System
#define CMS
// Use external display connected by MSP to run CMS
#define USE_MSP_DISPLAYPORT
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
#define USE_SERVOS

View file

@ -145,11 +145,3 @@
#define USABLE_TIMER_CHANNEL_COUNT 17
#define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(15) | TIM_N(16) | TIM_N(17) )
#define USE_DASHBOARD
// Configuratoin Menu System
#define CMS
// Use external display connected by MSP to run CMS
#define USE_MSP_DISPLAYPORT