1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Feature cutback making headroom for local development (#12139)

Feature cutback
This commit is contained in:
haslinghuis 2023-01-09 02:25:13 +01:00 committed by GitHub
parent 107d577a90
commit be6852e242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View file

@ -29,12 +29,9 @@ For optimal use please select ONLY the appropiate hardware for the flight contro
SUMH SUMH
XBUS XBUS
EXPRESSLRS (SPI)
CC2500 (SPI)
SX1280 (SPI)
### Telemetry Protocols ### Telemetry Protocols
CRSF
FRSKY_HUB FRSKY_HUB
GHOST GHOST
HOTT HOTT
@ -45,18 +42,23 @@ For optimal use please select ONLY the appropiate hardware for the flight contro
SMARTPORT SMARTPORT
SRXL SRXL
Note: telemetry for CRSF, ELRS, FPORT and GHST are included during the build.
### Other Options ### Other Options
AKK (SA FIX) AKK (SA FIX)
BARO
FLASH FLASH
GPS GPS
LED LED
LED64
MAG MAG
OSD OSD
OSD (HD)
PINIO PINIO
VTX VTX
### Motor Protocols ### Motor Protocols
BRUSHED BRUSHED
@ -66,6 +68,7 @@ For optimal use please select ONLY the appropiate hardware for the flight contro
PROSHOT PROSHOT
PWM PWM
### Custom Defines ### Custom Defines
BATTERY_CONTINUE BATTERY_CONTINUE
@ -73,6 +76,8 @@ For optimal use please select ONLY the appropiate hardware for the flight contro
EMFAT_AUTORUN EMFAT_AUTORUN
EMFAT_ICON EMFAT_ICON
ESCSERIAL_SIMONK ESCSERIAL_SIMONK
GPS
GPS_PLUS_CODES GPS_PLUS_CODES
LED_STRIP
SERIAL_4WAY_SK_BOOTLOADER SERIAL_4WAY_SK_BOOTLOADER

View file

@ -361,8 +361,6 @@ extern uint8_t _dmaram_end__;
#define USE_SERVOS #define USE_SERVOS
#define USE_VTX #define USE_VTX
#define USE_GPS
#define USE_OSD #define USE_OSD
#define USE_OSD_SD #define USE_OSD_SD
#define USE_OSD_HD #define USE_OSD_HD
@ -394,7 +392,9 @@ extern uint8_t _dmaram_end__;
#define USE_EMFAT_AUTORUN #define USE_EMFAT_AUTORUN
#define USE_EMFAT_ICON #define USE_EMFAT_ICON
#define USE_ESCSERIAL_SIMONK #define USE_ESCSERIAL_SIMONK
#define USE_GPS
#define USE_GPS_PLUS_CODES #define USE_GPS_PLUS_CODES
#define USE_LED_STRIP
#define USE_SERIAL_4WAY_SK_BOOTLOADER #define USE_SERIAL_4WAY_SK_BOOTLOADER
#endif #endif