1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Merge pull request #5166 from jflyper/bfdev-omnibus-drop-xbus-mavlink

OMNIBUS Drop XBUS and MAVLINK in favor of FLASH & RAM
This commit is contained in:
Michael Keller 2018-02-13 00:53:32 +13:00 committed by GitHub
commit 94d0fbb997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,12 +20,16 @@
// 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_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot #undef USE_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot
#undef USE_GYRO_OVERFLOW_CHECK #undef USE_GYRO_OVERFLOW_CHECK
#undef USE_TELEMETRY_LTM
#undef USE_RTC_TIME
#undef USE_SERIALRX_XBUS
#undef USE_TELEMETRY_LTM
#undef USE_TELEMETRY_MAVLINK
#undef USE_RTC_TIME
#undef USE_COPY_PROFILE_CMS_MENU #undef USE_COPY_PROFILE_CMS_MENU
#undef USE_RX_MSP #undef USE_RX_MSP
#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 CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE