- 24 Jun, 2015 2 commits
-
-
U-possi\David authored
-
Steveis authored
-
- 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>
-
- 02 Jun, 2015 1 commit
-
-
Dominic Clifton authored
-
- 31 May, 2015 2 commits
-
-
Dominic Clifton authored
bad rate to be 19200 to match the confiurator.
-
Dominic Clifton authored
This is done to make it clearer in configuration dumps which ports are enabled and configured. There is a nice code size reduction due to less strings being needed. Serial documentation updated. Closes #966.
-
- 30 May, 2015 1 commit
-
-
Dominic Clifton authored
removed multiple declaration of function mixerUseConfigs
-
- 29 May, 2015 14 commits
-
-
Dominic Clifton authored
configuration storage space.
-
Dominic Clifton authored
This primarily is to avaoid stalling the main loop when beeping and flashing. This is needed because oneshot ESCs do not receive updates when the main loop is stalled. Additionally the beeper code for sticks held in disarm position is changed since it also clashed with profile selection. Now profile selections can be seen and heard clearly. Other subsections of the system that changed the LED0 state while the main loop is running have been updated to use the status indicator API instead of blindly hitting the hardware which previously caused lots of odd LED flashing behaviour - now it is consistent.
-
Dominic Clifton authored
-
https://github.com/ProDrone/cleanflightDominic Clifton authored
Merge branch 'lock_active_features' of https://github.com/ProDrone/cleanflight into ProDrone-lock_active_features Conflicts: src/test/unit/rc_controls_unittest.cc
-
Dominic Clifton authored
-
Dominic Clifton authored
-
Dominic Clifton authored
GCC compilation error. Error message is: "sorry, unimplemented: non-trivial designated initializers not supported"
-
Dominic Clifton authored
-
Dominic Clifton authored
Remove tricopter yaw gyro smoothing from imuUpdate
-
Dominic Clifton authored
AlienWii32 updates
-
Dominic Clifton authored
Use C++11 for the C++ unit test code to make the tests easier to read. Previously we were using a 17 year old standard (!) (g++98) GoogleTest is compiled with some additional flags to avoid some specific warnings. Consider enabling the warnings when upgrading GoogleTest. See https://code.google.com/p/googletest/issues/detail?id=433 Closes #941
-
Dominic Clifton authored
fixture classes.
-
Dominic Clifton authored
compiling unit tests.
-
Dominic Clifton authored
various: optimise RAM and flash usage
-
- 28 May, 2015 5 commits
-
-
Michael Hope authored
Tidy the encoders up. Reduce the code size stacking the encoders for different sizes. Signed-off-by:
Michael Hope <mlhx@google.com>
-
Michael Hope authored
Signed-off-by:
Michael Hope <mlhx@google.com>
-
Dominic Clifton authored
Telemetry_Switch TELEMETRY_BOX conditional logic incorrect
-
Dominic Clifton authored
Air Hero 32 board.
-
Dominic Clifton authored
configuration of softserial ports. Fix some typos.
-
- 27 May, 2015 1 commit
-
-
Nicholas Sherlock authored
Closes #960
-
- 26 May, 2015 1 commit
-
-
enly1 [Simon Love] authored
Telemetry_Switch TELEMETRY_BOX conditional logic incorrect - corrected so TELEMETRY_BOX now available in GUI with telemetry_switch=1
-