mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Organize > 512K options (#12077)
This commit is contained in:
parent
0a46ef37f8
commit
c656148a8b
2 changed files with 17 additions and 16 deletions
|
@ -29,6 +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
|
CRSF
|
||||||
|
@ -44,12 +47,15 @@ For optimal use please select ONLY the appropiate hardware for the flight contro
|
||||||
|
|
||||||
### Other Options
|
### Other Options
|
||||||
|
|
||||||
|
AKK (SA FIX)
|
||||||
BARO
|
BARO
|
||||||
FLASH
|
FLASH
|
||||||
GPS
|
GPS
|
||||||
LED
|
LED
|
||||||
MAG
|
MAG
|
||||||
OSD
|
OSD
|
||||||
|
PINIO
|
||||||
|
VTX
|
||||||
|
|
||||||
### Motor Protocols
|
### Motor Protocols
|
||||||
|
|
||||||
|
@ -63,10 +69,10 @@ For optimal use please select ONLY the appropiate hardware for the flight contro
|
||||||
### Custom Defines
|
### Custom Defines
|
||||||
|
|
||||||
BATTERY_CONTINUE
|
BATTERY_CONTINUE
|
||||||
ESCSERIAL_SIMONK
|
|
||||||
DASHBOARD
|
DASHBOARD
|
||||||
EMFAT_AUTORUN
|
EMFAT_AUTORUN
|
||||||
EMFAT_ICON
|
EMFAT_ICON
|
||||||
|
ESCSERIAL_SIMONK
|
||||||
GPS_PLUS_CODES
|
GPS_PLUS_CODES
|
||||||
SERIAL_4WAY_SK_BOOTLOADER
|
SERIAL_4WAY_SK_BOOTLOADER
|
||||||
|
|
||||||
|
|
|
@ -337,6 +337,16 @@ extern uint8_t _dmaram_end__;
|
||||||
#define USE_OSD
|
#define USE_OSD
|
||||||
#define USE_LED_STRIP
|
#define USE_LED_STRIP
|
||||||
|
|
||||||
|
#if TARGET_FLASH_SIZE > 512
|
||||||
|
#define USE_BATTERY_CONTINUE
|
||||||
|
#define USE_DASHBOARD
|
||||||
|
#define USE_EMFAT_AUTORUN
|
||||||
|
#define USE_EMFAT_ICON
|
||||||
|
#define USE_ESCSERIAL_SIMONK
|
||||||
|
#define USE_GPS_PLUS_CODES
|
||||||
|
#define USE_SERIAL_4WAY_SK_BOOTLOADER
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // !defined(CLOUD_BUILD)
|
#endif // !defined(CLOUD_BUILD)
|
||||||
|
|
||||||
#if defined(USE_SDCARD)
|
#if defined(USE_SDCARD)
|
||||||
|
@ -463,21 +473,6 @@ extern uint8_t _dmaram_end__;
|
||||||
#define USE_OSD_STICK_OVERLAY
|
#define USE_OSD_STICK_OVERLAY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (TARGET_FLASH_SIZE > 512)
|
|
||||||
|
|
||||||
#define USE_ESCSERIAL_SIMONK
|
|
||||||
#define USE_SERIAL_4WAY_SK_BOOTLOADER
|
|
||||||
#define USE_DASHBOARD
|
|
||||||
#define USE_EMFAT_AUTORUN
|
|
||||||
#define USE_EMFAT_ICON
|
|
||||||
#define USE_BATTERY_CONTINUE
|
|
||||||
|
|
||||||
#if !defined(CLOUD_BUILD)
|
|
||||||
#define USE_GPS_PLUS_CODES
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CLOUD_BUILD)
|
#if defined(CLOUD_BUILD)
|
||||||
|
|
||||||
// Handle the CRSF co-dependency requirements
|
// Handle the CRSF co-dependency requirements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue