- 26 Jun, 2015 5 commits
-
-
Dominic Clifton authored
-
Dominic Clifton authored
-
Dominic Clifton authored
-
Nicholas Sherlock authored
-
Nicholas Sherlock authored
-
- 24 Jun, 2015 15 commits
-
-
Dominic Clifton authored
Remove failsafe_trottle setting from AlienWii32 defaults
-
Dominic Clifton authored
various: improve readability by using enums and ARRAYLEN()
-
Dominic Clifton authored
ld: split the common linker commands out into a shared file.
-
Dominic Clifton authored
preliminary support for pr builds / 3rd party builds
-
Dominic Clifton authored
space and results in easier to read code due to less nesting.
-
Dominic Clifton authored
Saves 248 bytes of flash space when using -O0.
-
Dominic Clifton authored
-
-
Dominic Clifton authored
functions. PR's to make similar changes to other non-static functions are welcomed.
-
https://github.com/Netsplits/cleanflightDominic Clifton authored
Merge branch 'telemetry-switch' of https://github.com/Netsplits/cleanflight into Netsplits-telemetry-switch
-
Dominic Clifton authored
-
U-possi\David authored
-
Steveis authored
-
Dominic Clifton authored
-
https://github.com/SteveAmor/cleanflightDominic Clifton authored
Merge branch 'baro_unit_tests' of https://github.com/SteveAmor/cleanflight into SteveAmor-baro_unit_tests
-
- 23 Jun, 2015 3 commits
-
-
Steveis authored
-
Paul Rogalinski authored
-
Paul Rogalinski authored
-
- 22 Jun, 2015 1 commit
-
-
Michael Hope authored
Done to make it easier to add new sections (like a parameter registry section) in the future. Signed-off-by:
Michael Hope <mlhx@google.com>
-
- 21 Jun, 2015 1 commit
-
-
Dominic Clifton authored
-
- 10 Jun, 2015 7 commits
-
-
Dominic Clifton authored
See #1006
-
Dominic Clifton authored
The general idea is that nothing calls pwmWriteServo except for writeServos() and that writeServos() knows which servos it has used.
-
Dominic Clifton authored
1) the 2 extra servos were not used for anything, yet. 2) the MSP packet to set ALL the servo configurations in one go is larger than the MSP input buffer size. Likely the MSP_SET_SERVO_CONF should be updated with command that takes an index of a servo to configure, as per mode ranges/colors/leds/etc. Fixes #1002
-
Dominic Clifton authored
* Easier to understand. * Reduces code size by 32 bytes.
-
Dominic Clifton authored
various: tidy up various things found when building with a C++ compiler.
-
Michael Hope authored
Newlib's strtok() allocates memory and causes malloc() to be linked in. Use the reentrant version instead. Saves 336 bytes. Signed-off-by:
Michael Hope <mlhx@google.com>
-
Michael Hope authored
Add 'f' suffixes to some constants so they don't get silently promoted to double. Use roundf() instead of round(). Saves 208 bytes of flash. Signed-off-by:
Michael Hope <mlhx@google.com>
-
- 09 Jun, 2015 1 commit
-
-
Dominic Clifton authored
-
- 04 Jun, 2015 4 commits
-
-
Dominic Clifton authored
-
Michael Hope authored
G++ supports a more limited version of designated initialisers. Reorder fields to be in the right order. Make nested initialisers explicit. Signed-off-by:
Michael Hope <mlhx@google.com>
-
Michael Hope authored
Signed-off-by:
Michael Hope <mlhx@google.com>
-
Michael Hope authored
Remove duplicate consts. Pull in the include files where functions and variables are declared. Mark file local but duplicated variables as static. Mark some variable declarations as extern. Remove duplicated variable definition. Signed-off-by:
Michael Hope <mlhx@google.com>
-
- 03 Jun, 2015 1 commit
-
-
Michael Jakob authored
Cleanflight default is now the same.
-
- 02 Jun, 2015 1 commit
-
-
Dominic Clifton authored
-
- 31 May, 2015 1 commit
-
-
Dominic Clifton authored
bad rate to be 19200 to match the confiurator.
-