- Apr 03, 2019
-
-
bresch authored
using parameter_update.py script
-
- Mar 30, 2019
-
-
Alessandro Simovic authored
-
- Feb 21, 2019
-
-
Daniel Agar authored
-
- Feb 19, 2019
-
-
mcsauder authored
Rename tune_control_s strength to volume to match Nuttx and Linux standard nomenclature for audio (loudness) control.
-
- Jan 30, 2019
-
-
Beat Küng authored
-
- Dec 22, 2018
-
-
Julian Oes authored
This is a step towards isolating time from the system.
-
- Aug 31, 2018
-
-
Beat Küng authored
Generally exit() should not be used on Posix, because it exits the whole program instead of only the task.
-
- Aug 29, 2018
-
-
mcsauder authored
-
- Jul 22, 2018
-
-
Daniel Agar authored
-
- Jul 05, 2018
-
-
alessandro authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
- Jul 01, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- May 09, 2018
-
-
Beat Küng authored
px4_main_t is defined as: typedef int (*px4_main_t)(int argc, char *argv[]); which matches with the definition in NuttX, given to task_create
-
- Apr 30, 2018
-
-
Daniel Agar authored
- px4_add_module now requires MAIN - px4_add_library doesn't automatically link
-
- Apr 11, 2018
-
-
Beat Küng authored
Since assertions lead to crashes, we need better failure handling. In all the cases in this patch, the assert is not required. All the ones with the task id should be replaced with the module base class. Ah yes, and this reduces flash space, since the ASSERT macro will expand to a printf that contains the source file name.
-
- Jan 07, 2018
- Oct 24, 2017
-
-
Beat Küng authored
-
ChristophTobler authored
-
- Oct 07, 2017
-
-
Beat Küng authored
-
- Sep 16, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Sep 08, 2017
-
-
Daniel Agar authored
-
- Sep 07, 2017
-
-
Daniel Agar authored
-
- Aug 19, 2017
-
-
José Roberto de Souza authored
-
- Aug 08, 2017
-
-
José Roberto de Souza authored
This will initialize those structs with zero in all fields not set and all fields set will only be change once to the final value not wasting CPU time zeroing it. This will guarantee that no non-unitialized structs will have a trash value on from_external causing it to be sent to the MAVLink channel without need it.
-
José Roberto de Souza authored
Lets save a few bytes using the right data types.
-
- Aug 01, 2017
-
-
Lorenz Meier authored
-
- Jul 14, 2017
- Apr 06, 2017
-
-
Beat Küng authored
-
- Mar 12, 2017