- Nov 06, 2016
-
-
Beat Küng authored
Reformatting makes it look worse than it is, but it really only adds {}
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This saves ~1.1KB of RAM for systems with only 1 sensor of each type. If there are more sensors, they will be dynamically added, such that failover still works.
-
Beat Küng authored
reduces the stack depth
-
Henry Zhang authored
* param: fix bug when param value is changed to 'zero' for the first time, it won't be saved. * param: revert incorrectly removed code.
-
- Nov 05, 2016
-
-
Julian Oes authored
This fixes the case where more than 10 args were needed for instance when starting mavlink with all its options.
-
Lorenz Meier authored
Add GitHub links to maintenance team list.
-
Lorenz Meier authored
Listing existing maintainers explicitly.
-
Michal Stasiak authored
Current implementation checks against geofence only if it is in polygon form. When it's created via params, it accepts all the waypoints as the number of vertices = 0. Thus, changed the function to the one that is used to check whether geofence is breached in flight.
-
Dennis Shtatnov authored
-
David Sidrane authored
Update the comment, to explain how to achive a different perescale value. Added PX4_IO_TIMER_ALTERNATE_RATE one board agnostic ifdef PX4_IO_TIMER_ALTERNATE_RATE that is non board specific. N.B. I would like to eliminate PX4_IO_TIMER_ALTERNATE_RATE as well, but I need crazyflie HW to validate that the startup script can just set the rate on the PWM to 3921 fast enough to not effect the motors.
-
David Sidrane authored
Add PX4_PWM_ALTERNATE_RANGES in suport of a board agnostic way to override the PWM_.*_{MIN|MAX} values
-
David Sidrane authored
Removed #ifdef in version.h
-
David Sidrane authored
1) Remove uneeded spi and reset code 2) Use the Board commin for providing the BOARD_NAME 3) Add PX4_PWM_ALTERNATE_RANGES in suport of a board agnostic way to override the PWM_.*_{MIN|MAX} values 4) Remove #ifdefs from the IO timers*. Drive the config deltas from the crazyflie_timer_config.c and one board agnostic ifdef PX4_IO_TIMER_ALTERNATE_RATE that is non board specific *I would like to eliminate PX4_IO_TIMER_ALTERNATE_RATE as well, but I need HW to validate that the startup script can just set the rate on the PWM to 3921 fast enough to not effect the motors.
-
David Sidrane authored
CONFIG_STM32_I2CTIMEOTICKS is hard defined on PX4 master and defconfig defined on upstream Nuttx (nuttx_v3) it will be fixed there.
-
David Sidrane authored
Aligned Make.Defs to use the build system's defined warnigns.
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Daniel Agar authored
- fixes #5061
-
- Nov 04, 2016
-
-
Sander Smeets authored
-
Beat Küng authored
in C++11, double braces are needed for std::array aggregate initialization, or assignment with =. see: http://en.cppreference.com/w/cpp/container/array
-
Carlo Wood authored
See discussion in https://github.com/PX4/Firmware/issues/5756
-
Beat Küng authored
'mavlink stop-all' during a log streaming session previously led to a resource leak, and log streaming could only be re-started by rebooting the system.
-
Beat Küng authored
-
Beat Küng authored
This is helpful, so that a connected partner can switch from broadcasting to a 'connected' state.
-
- Nov 03, 2016
-
-
Mark Whitehorn authored
-
Lorenz Meier authored
-
Lucas De Marchi authored
-
mantelt authored
-
mantelt authored
-
- Nov 02, 2016
- Nov 01, 2016
-
-
Daniel Agar authored
-
- Oct 31, 2016
-
-
CarlOlsson authored
Signed-off-by:
CarlOlsson <carlolsson.co@gmail.com>
-
Beat Küng authored
orb_subscribe can succeed, but if there is no publisher, orb_copy will fail. We still need to unsubscribe in that case.
-