- 10 Jun, 2015 2 commits
-
-
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 1 commit
-
-
Dominic Clifton authored
-
- 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
-
- 23 May, 2015 3 commits
-
-
Mauro Mombelli authored
-
Dominic Clifton authored
CC3D OPBL build.
-
Dominic Clifton authored
-
- 22 May, 2015 6 commits
-
-
Dominic Clifton authored
This also ensures that the PWM mapping does not use the sonar pins when sonar is enabled in a board agnostic way. Conflicts: src/main/config/config.c src/main/drivers/pwm_mapping.h src/main/main.c src/main/target/CC3D/target.h
-
Dominic Clifton authored
This change also allows serial ports to be removed at runtime. e.g. UART3 on Naze32 and SoftSerial 1 & 2 when softserial is not enabled.
-
Dominic Clifton authored
Fix Blackbox arming beep time logging
-
Michael Jakob authored
-
Michael Jakob authored
-
Michael Jakob authored
Updated configuration defaults Documentation updates AlienWii and Spektrum bind
-
- 21 May, 2015 2 commits
-
-
ProDrone authored
-
Dominic Clifton authored
-