2019-02-07 |
mikeller | Excised some more unused code after review.
|
commit | commitdiff | tree |
2019-02-07 |
mikeller | Fix leftover debug code from #7529.
|
commit | commitdiff | tree |
2019-02-07 |
mikeller | Applied 'USE_ACC' consistently.
|
commit | commitdiff | tree |
2019-02-06 |
mikeller | Added the MCU type to MSP.
|
commit | commitdiff | tree |
2019-02-05 |
mikeller | Removed unneeded source files from 'target.mk'.
|
commit | commitdiff | tree |
2019-02-05 |
mikeller | Added single colour mode to WS2811 driver for RAM savings.
|
commit | commitdiff | tree |
2019-02-05 |
mikeller | Dang, forgot to push the changeset that reverts the...
|
commit | commitdiff | tree |
2019-02-04 |
mikeller | Separated LED_STRIP parameter groups, separated out...
|
commit | commitdiff | tree |
2019-02-04 |
mikeller | Added battery cell count based automatic PID profile...
|
commit | commitdiff | tree |
2019-02-03 |
Bruce Luckcuck | Add CMS entry for motor_output_limit
|
commit | commitdiff | tree |
2019-02-03 |
mikeller | Make 'test-representative' work as expected.
|
commit | commitdiff | tree |
2019-02-03 |
mikeller | Separate out target specific tests into the 'test-all...
|
commit | commitdiff | tree |
2019-02-03 |
mikeller | Fixed range detection for setting of PID / rate profiles...
|
commit | commitdiff | tree |
2019-02-03 |
mikeller | Removed features from AIORACERF3 and IMPULSERCF3 to...
|
commit | commitdiff | tree |
2019-02-02 |
mikeller | Added support for full range uint16_t parameters in...
|
commit | commitdiff | tree |
2019-02-02 |
mikeller | Fixed up reference in the driver layer.
|
commit | commitdiff | tree |
2019-02-02 |
mikeller | Fixed flash overflow on IMPULSERCF3, RMDO, and SPRACINGF3.
|
commit | commitdiff | tree |
2019-02-02 |
mikeller | Improved CRSF flight mode reporting.
|
commit | commitdiff | tree |
2019-01-31 |
mikeller | Fixed missing conditional, incremented parameter group...
|
commit | commitdiff | tree |
2019-01-31 |
mikeller | Removed leftover references to 'gyro_align', 'acc_align'.
|
commit | commitdiff | tree |
2019-01-31 |
Sean M | Adding display name to OSD and CLI
|
commit | commitdiff | tree |
2019-01-31 |
mikeller | Fixed flash overflow on CHEBUZZF3, FURYF3, FURYF3OSD...
|
commit | commitdiff | tree |
2019-01-29 |
mikeller | Halved motor_output_limit for 3D modes.
|
commit | commitdiff | tree |
2019-01-28 |
mikeller | Added 'test_help' and 'test_<testname>' targets to...
|
commit | commitdiff | tree |
2019-01-27 |
mikeller | Re-added minimal LED_STRIP support to F3.
|
commit | commitdiff | tree |
2019-01-27 |
mikeller | Changed OSD stick overlay to use custom symbols.
|
commit | commitdiff | tree |
2019-01-27 |
mikeller | Added motor output limiting per profile.
|
commit | commitdiff | tree |
2019-01-27 |
mikeller | Added 'test-representative' make target to run a representat...
|
commit | commitdiff | tree |
2019-01-27 |
mikeller | Reorganised interfaces, putting them where they are...
|
commit | commitdiff | tree |
2019-01-26 |
mikeller | Aligned debug mode names with debug enum value names...
|
commit | commitdiff | tree |
2019-01-24 |
mikeller | Simplify 'PWM_RANGE_MAX' handling.
|
commit | commitdiff | tree |
2019-01-23 |
mikeller | Changed to smooth transitions everywhere.
|
commit | commitdiff | tree |
2019-01-23 |
mikeller | Change OSD stick overlays to be more square.
|
commit | commitdiff | tree |
2019-01-22 |
mikeller | Fixed position calculation for OSD stick position elements.
|
commit | commitdiff | tree |
2019-01-22 |
mikeller | Make battery voltage / current filter cutoffs configurable.
|
commit | commitdiff | tree |
2019-01-22 |
mikeller | Remove the OSD_MENU arming disabled flag, as it is...
|
commit | commitdiff | tree |
2019-01-20 |
mikeller | Fixed unit tests using 'ledstrip.c'.
|
commit | commitdiff | tree |
2019-01-20 |
mikeller | Migrate the remaining F3 targets to feature cut levels.
|
commit | commitdiff | tree |
2019-01-19 |
mikeller | Added the ability to print lists of targets by MCU...
|
commit | commitdiff | tree |
2019-01-18 |
mikeller | Fixed conditionals for 4 way ESC boot loader.
|
commit | commitdiff | tree |
2019-01-18 |
mikeller | First wave of feature cut conversions: CHEBUZZF3, MIDELICF3...
|
commit | commitdiff | tree |
2019-01-16 |
mikeller | Renamed to 'FEATURE_CUT_LEVEL', added 'FORCE_FEATURE_CUT_LEV...
|
commit | commitdiff | tree |
2019-01-16 |
mikeller | Fixed conditionals in OSD code.
|
commit | commitdiff | tree |
2019-01-16 |
mikeller | Removed unnecessary cast.
|
commit | commitdiff | tree |
2019-01-16 |
Michael Keller | For discussion: Take a methodical approach to dealing...
|
commit | commitdiff | tree |
2019-01-15 |
Michael Keller | Fixed flash overflow on SPRACINGF3NEO.
|
commit | commitdiff | tree |
2019-01-15 |
mikeller | Undo move of USE_SMART_FEEDFORWARD, as it's been done...
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | manage space of f3 targets
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | more renaming to accomodate review feedback
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | remove smart_feedforward at 128mb to make room for...
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | address review feedback
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | reverse unit test change
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | fix FAST_RAM_ZERO_INIT
|
commit | commitdiff | tree |
2019-01-15 |
Thorsten Laux | Add option for scheduling policy targeting constant...
|
commit | commitdiff | tree |
2019-01-14 |
mikeller | Removed features from BETAFLIGHTF3 to fix flash overflow...
|
commit | commitdiff | tree |
2019-01-14 |
mikeller | Removed Smart Feedforward from F3.
|
commit | commitdiff | tree |
2019-01-12 |
mikeller | Removed some more features from OMNIBUS and SPRACINGF3NEO...
|
commit | commitdiff | tree |
2019-01-12 |
mikeller | Removed USE_EXTENDED_CMS_MENUS from LUXV2_RACE to fix...
|
commit | commitdiff | tree |
2019-01-10 |
Dominic Clifton | Merge pull request #3074 from cleanflight/fix-controls...
|
commit | commitdiff | tree |
2019-01-09 |
mikeller | Fixed flash space overflow on MIDELICF3.
|
commit | commitdiff | tree |
2019-01-08 |
Michael Keller | Fixed flash overflow for MIDELICF3.
|
commit | commitdiff | tree |
2019-01-08 |
mikeller | Updated coding style documentation.
|
commit | commitdiff | tree |
2018-12-29 |
mikeller | Added exception for ternary conditional operator.
|
commit | commitdiff | tree |
2018-12-29 |
mikeller | Simplified conditionals for using gyro data analysis.
|
commit | commitdiff | tree |
2018-12-29 |
mikeller | Amended rule to stipulate minimal use of parentheses.
|
commit | commitdiff | tree |
2018-12-29 |
mikeller | Added rule for trailing comma in enums.
|
commit | commitdiff | tree |
2018-12-29 |
mikeller | Updated policy on allowing 'if' without braces.
|
commit | commitdiff | tree |
2018-12-29 |
mikeller | Added note about embargo for new targets in 4.0.
|
commit | commitdiff | tree |
2018-12-28 |
Michael Keller | Fourth attempt at adding secure integrations to travis.
|
commit | commitdiff | tree |
2018-12-27 |
mikeller | Third attempt at adding secure integrations to travis.
|
commit | commitdiff | tree |
2018-12-27 |
mikeller | Second attempt at adding secure integrations to travis.
|
commit | commitdiff | tree |
2018-12-27 |
Michael Keller | Changed to new (and private) API keys to get rid of...
|
commit | commitdiff | tree |
2018-12-26 |
Michael Keller | Updated secrets to travis-ci.com (pro) ones.
|
commit | commitdiff | tree |
2018-12-24 |
mikeller | Added explicit acc alignment.
|
commit | commitdiff | tree |
2018-12-24 |
mikeller | Cleaned up Dshot defines.
|
commit | commitdiff | tree |
2018-12-24 |
mikeller | Fixed MATEKF411RX after #7263.
|
commit | commitdiff | tree |
2018-12-24 |
mikeller | Added sensor for core temperature to SmartPort.
|
commit | commitdiff | tree |
2018-12-23 |
mikeller | Updated STM32F3DISCOVERY target to support on-board...
|
commit | commitdiff | tree |
2018-12-22 |
mikeller | Do not disable the vario feature if GPS is enabled.
|
commit | commitdiff | tree |
2018-12-20 |
Michael Keller | Fixed tests.
|
commit | commitdiff | tree |
2018-12-19 |
mikeller | Added 'small_angle' indicator to OSD flip arrow.
|
commit | commitdiff | tree |
2018-12-19 |
mikeller | Moved 'mcoInit()' to after 'OverclockRebootIfNecessary...
|
commit | commitdiff | tree |
2018-12-19 |
jflyper | Speed up the first boot on generic firmware
|
commit | commitdiff | tree |
2018-12-18 |
mikeller | Fixed gyro CS pin count in CLI.
|
commit | commitdiff | tree |
2018-12-18 |
mikeller | Update L3GD20 gyro to modern gyro API.
|
commit | commitdiff | tree |
2018-12-17 |
mikeller | Fixed casts.
|
commit | commitdiff | tree |
2018-12-17 |
mikeller | Fixed NULL dereference in 'printResource'.
|
commit | commitdiff | tree |
2018-12-17 |
mikeller | Made timer tests respect 'USE_TIMER_MGMT'.
|
commit | commitdiff | tree |
2018-12-15 |
mikeller | Fixed tests.
|
commit | commitdiff | tree |
2018-12-15 |
mikeller | Fixed PID profile switching.
|
commit | commitdiff | tree |
2018-12-06 |
mikeller | Moved CLRACINGF7 board description into 'docs/boards/'.
|
commit | commitdiff | tree |
2018-12-06 |
Michael Keller | Added 'eeprom.bin' (SITL EEPROM image) to '.gitignore'.
|
commit | commitdiff | tree |
2018-12-06 |
Michael Keller | Fixed markdown for URL in README.
|
commit | commitdiff | tree |
2018-12-05 |
mikeller | Fix non-chronological element ordering.
|
commit | commitdiff | tree |
2018-12-05 |
mikeller | Added postponement note for Betaflight 4.0.
|
commit | commitdiff | tree |
2018-12-03 |
mikeller | Fixed arming prevention unittest.
|
commit | commitdiff | tree |
2018-12-01 |
mikeller | Fixed build dependency on EXTI for BMI160 driver.
|
commit | commitdiff | tree |
2018-11-27 |
mikeller | Removed USE_MULTI_GYRO from targets that have it defined...
|
commit | commitdiff | tree |
2018-11-27 |
mikeller | Amended parameter group documentation to include array...
|
commit | commitdiff | tree |
2018-11-27 |
mikeller | Fixed define dependency of gyro device parameter group...
|
commit | commitdiff | tree |