NuttX upgrade cmake wrapper (#7873)
* 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
Showing
- .gitmodules 6 additions, 3 deletions.gitmodules
- CMakeLists.txt 23 additions, 47 deletionsCMakeLists.txt
- Debug/poor-mans-profiler.sh 1 addition, 1 deletionDebug/poor-mans-profiler.sh
- Makefile 21 additions, 21 deletionsMakefile
- NuttX 0 additions, 1 deletionNuttX
- ROMFS/CMakeLists.txt 45 additions, 0 deletionsROMFS/CMakeLists.txt
- Tools/docker_run.sh 5 additions, 5 deletionsTools/docker_run.sh
- Tools/fix_headers.sh 4 additions, 4 deletionsTools/fix_headers.sh
- Tools/new_nuttx_px_config.sh 1 addition, 1 deletionTools/new_nuttx_px_config.sh
- Tools/px4_snapflight_sanitytest.sh 9 additions, 9 deletionsTools/px4_snapflight_sanitytest.sh
- Tools/qgc_meta_sync.sh 2 additions, 2 deletionsTools/qgc_meta_sync.sh
- Tools/sitl_multiple_run.sh 1 addition, 1 deletionTools/sitl_multiple_run.sh
- Tools/sitl_run.sh 0 additions, 1 deletionTools/sitl_run.sh
- cmake/common/px4_base.cmake 4 additions, 42 deletionscmake/common/px4_base.cmake
- cmake/common/px4_git.cmake 5 additions, 61 deletionscmake/common/px4_git.cmake
- cmake/common/px4_metadata.cmake 7 additions, 1 deletioncmake/common/px4_metadata.cmake
- cmake/configs/nuttx_aerocore2_default.cmake 2 additions, 20 deletionscmake/configs/nuttx_aerocore2_default.cmake
- cmake/configs/nuttx_aerofc-v1_default.cmake 1 addition, 9 deletionscmake/configs/nuttx_aerofc-v1_default.cmake
- cmake/configs/nuttx_auav-x21_default.cmake 2 additions, 27 deletionscmake/configs/nuttx_auav-x21_default.cmake
- cmake/configs/nuttx_crazyflie_default.cmake 1 addition, 23 deletionscmake/configs/nuttx_crazyflie_default.cmake
Loading
Please register or sign in to comment