- May 09, 2019
-
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
visibility.h is included globally in PX4 via cmake compile flags. It contains poisoning the exit() command which is used by gtest to close the test application. Removing the flag for gtest compilation fixes the compile error: gtest.cc:4757:7: error: attempt to use poisoned "exit"
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
- Mar 16, 2019
-
-
Daniel Agar authored
-
- Mar 14, 2019
-
-
Daniel Agar authored
-
- Feb 08, 2019
-
-
Daniel Agar authored
- fixes #11408 - cleanup Limits.hpp
-
- Jan 30, 2019
-
-
Daniel Agar authored
-
- Jan 22, 2019
-
-
Daniel Agar authored
- starts requirements for PX4 modules (hrt, param, etc)
-
- 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