- Jan 31, 2018
-
-
Daniel Agar authored
-
- Jan 15, 2018
-
-
Daniel Agar authored
-
- Sep 29, 2017
-
-
Daniel Agar authored
* NuttX cmake * px4_macros:Pass the stringified predicate as second arg to static assert CC_ASSERT mapes to the c++ static_assert or provides the same funtionality for c via the other macros. The c++ static assert takes 2 argumants the prdicate and a message. This fixes the lacking second argument. * Updated nuttx and apps submodule to upstream nuttx 7.21+==master This is the latest uptake of upstream nuttx and apps. * ROMFS generate with xxd instead of objcopy * delete nuttx-patches * NuttX update submodules to latest px4_nuttx-master * fix nuttx apps and board dependency * docker_run update to latest container 2017-08-29 * cmake ROMFS portable sed usage * NuttX update submodules to latest px4_nuttx-master
-
- Mar 12, 2017
-
-
Beat Küng authored
This is the new interface to control external LED's (user-facing). Features: - Supports maximum N Leds (where the board can define N) - on/off/blink M times - Different priorities - Allows setting a single led or multiple at once
-
- Sep 30, 2016
-
-
Julian Oes authored
It makes more sense to set the optimization flags on a platform basis instead of individually for each module. This allows for different optimization options for SITL, NuttX, Snapdragon, etc.
-
- Sep 08, 2015
-
-
James Goppert authored
-
- Apr 12, 2015
-
-
Anton Babushkin authored
-
- Jul 23, 2014
-
-
Luis Rodrigues authored
-
Lorenz Meier authored
-
- Jul 10, 2013
-
-
Lorenz Meier authored
-
- Apr 27, 2013
-
-
Lorenz Meier authored
-
- Aug 10, 2012
-
-
px4dev authored
Now the mixer is a C++ library that can be fairly easily bolted into an output driver to provide mixing services. Teach the FMU driver how to use it as an example. More testing is still required.
-
- Aug 05, 2012
-
-
px4dev authored
-