- Oct 15, 2018
-
-
Mark Sauder authored
-
- Sep 25, 2018
-
-
Beat Küng authored
-
- 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
-
- Aug 25, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Aug 17, 2018
-
-
Daniel Agar authored
* jenkins: decrease VTOL mission alt and FW mission use simple land wps * startup: decrease min airspeed scaling factor for landing * jenkins: FW mission include loiter_to_alt cmd
-
- Aug 12, 2018
-
-
Daniel Agar authored
- exclude DriverFramework, parameters, libuavcan
-
- Aug 05, 2018
-
-
Daniel Agar authored
-
- Jul 30, 2018
-
-
Daniel Agar authored
-
- Jun 12, 2018
-
-
Daniel Agar authored
-
- May 28, 2018
-
-
Daniel Agar authored
-
- May 09, 2018
-
-
Matthias Grob authored
It seems that on linux only inside a makefile the parameter after the echo command gets printed if no single quoted sting comes afterwards so I had to switch to single quotes such that I can use the parameter.
-
Matthias Grob authored
Force interpretation of backslash escapes with the parameter -e of echo. Switch to a lighter blue because on certain terminals default blue is hard to read on black background.
-
- May 06, 2018
-
-
Daniel Agar authored
-
- Apr 30, 2018
-
-
Daniel Agar authored
- px4_add_module now requires MAIN - px4_add_library doesn't automatically link
-
- Apr 14, 2018
-
-
Daniel Agar authored
-
- Jan 14, 2018
-
-
Lorenz Meier authored
The calls have not been updated as the CI target has been.
-
- Jan 09, 2018
-
-
Daniel Agar authored
-
- Jan 08, 2018
-
-
Lorenz Meier authored
This is required for generating documentation
-
- Jan 02, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Dec 18, 2017
-
-
Beat Küng authored
-
- Dec 15, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 22, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 20, 2017
-
-
Daniel Agar authored
-
- Oct 17, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 09, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 05, 2017
-
-
Daniel Agar authored
-
- Oct 04, 2017
-
-
Julien Lecoeur authored
-
- Sep 30, 2017
-
-
Lucas De Marchi authored
Depending on the CMake version when we are configuring it emits a warning about deprecation of CMAKE_FORCE_CXX_COMPILER. However we rely on this macro and don't want to do what CMAKE_CXX_COMPILER is doing. Here is what I get with CMake 3.9.1: CMake Deprecation Warning at /usr/share/cmake/Modules/CMakeForceCompiler.cmake:83 (message): The CMAKE_FORCE_CXX_COMPILER macro is deprecated. Instead just set CMAKE_CXX_COMPILER and allow CMake to identify the compiler. Call Stack (most recent call first): cmake/toolchains/Toolchain-arm-none-eabi.cmake:37 (cmake_force_cxx_compiler) /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:94 (include) CMakeLists.txt:263 (project) Avoid the warning by passing -Wno-deprecated to cmake.
-
- Sep 29, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
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
-
David Sidrane authored
-
David Sidrane authored
Superceeded by nxphlite-v3 before released
-