- Dec 11, 2018
-
-
Kārlis Seņko authored
-
- Dec 04, 2018
-
-
Daniel Agar authored
-
- Nov 26, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- explicitly set TOOLCHAIN on all NuttX targets
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 25, 2018
-
-
CUAVcaijie authored
Co-Authored-By:
CUAVcaijie <caijie@cuav.net>
-
- Nov 24, 2018
-
-
Mara Bos authored
-
Mara Bos authored
You can now add `DYNAMIC` as an option to `px4_add_module`, which will cause that module to no longer be compiled into the px4 executable, but instead produce a separate shared library file, which can be loaded and executed with the new `dyn` command: pxh> dyn ./hello.px4mod start This will load the shared object file `hello.px4mod` if it wasn't already loaded, and execute its main function with the given arguments.
-
- Nov 10, 2018
-
-
Daniel Agar authored
-
- Nov 02, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 26, 2018
- Oct 24, 2018
-
-
Daniele Pettenuzzo authored
-
- Oct 17, 2018
-
-
Daniel Agar authored
-
- Oct 15, 2018
-
-
Mark Sauder authored
-
- Oct 09, 2018
-
-
Daniel Agar authored
-
- Oct 02, 2018
-
-
Beat Küng authored
due to limited flash space.
-
- Sep 30, 2018
-
-
Lukas Woodtli authored
Also some general minor sanitizer improvements.
-
- Sep 29, 2018
-
-
Daniel Agar authored
- fixes #10599
-
- Sep 28, 2018
-
-
Beat Küng authored
module list is now the same as posix_ocpoc_ubuntu.cmake
-
- Sep 25, 2018
- Sep 24, 2018
-
- Sep 23, 2018
-
-
Daniel Agar authored
- add to AddressSanitizer and UndefinedBehaviorSanitizer to CMAKE_BUILD_TYPE options - handle environment variable helpers outside of CMake - add -O1 optimization - cleanup whitespace
-
Daniel Agar authored
- relative to the PX4 source directory root
-
- Sep 20, 2018
-
-
Beat Küng authored
To reduce flash usage, until we can disable the FW & VTOL modules.
-
Daniel Agar authored
-
- Sep 16, 2018
-
-
Lukas Woodtli authored
- Environment variables for building with asan - Docker argument for leak sanitizer - Regex for tests to fail on sanitizer error Signed-off-by:
Lukas Woodtli <woodtli.lukas@gmail.com>
-
- Sep 14, 2018
-
-
Beat Küng authored
This allows a simple-to-use bootloader update mechanism to switch from fmu-v2 to fmu-v3 target that has more flash.
-
- Sep 06, 2018
-
-
mcsauder authored
Added an imu heater driver, formatted whitespace, standardized comments, and added doxy documentation.
-
- Sep 03, 2018
-
-
Beat Küng authored
Not needed anymore, use PX4_ESTIMATOR.
-
- Sep 02, 2018
-
-
Daniel Agar authored
- this allows interacting with the submodules check
-
Daniel Agar authored
-
- Aug 31, 2018
-
-
Beat Küng authored
Not needed anymore
-