Use DriverFramework as a PX4 module (#4415)
* Use DriverFramework as a PX4 module Targets wanting to use DriverFramework must add lib/DriverFramework/framework to their config file. Signed-off-by:Mark Charlebois <charlebm@gmail.com> * Removed spurious code No need to add if check before for loop Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Added DriverFramework to NuttX configs Added lib/DriverFramework/firmware to nuttx configs Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Updated src/lib/DriverFramework * Removed DF_TARGET and __DF_${OS} defines These are now handled inside DriverFramework Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Updated DriverFramework Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Restored __DF_${OS} The include files in DriverFramwork need to know the target OS. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
Showing
- CMakeLists.txt 1 addition, 14 deletionsCMakeLists.txt
- cmake/configs/nuttx_mindpx-v2_default.cmake 1 addition, 0 deletionscmake/configs/nuttx_mindpx-v2_default.cmake
- cmake/configs/nuttx_px4-stm32f4discovery_default.cmake 1 addition, 0 deletionscmake/configs/nuttx_px4-stm32f4discovery_default.cmake
- cmake/configs/nuttx_px4fmu-v1_default.cmake 1 addition, 0 deletionscmake/configs/nuttx_px4fmu-v1_default.cmake
- cmake/configs/nuttx_px4fmu-v2_default.cmake 1 addition, 0 deletionscmake/configs/nuttx_px4fmu-v2_default.cmake
- cmake/configs/nuttx_px4fmu-v2_ekf2.cmake 1 addition, 0 deletionscmake/configs/nuttx_px4fmu-v2_ekf2.cmake
- cmake/configs/nuttx_px4fmu-v4_default.cmake 1 addition, 0 deletionscmake/configs/nuttx_px4fmu-v4_default.cmake
- cmake/configs/posix_eagle_default.cmake 1 addition, 0 deletionscmake/configs/posix_eagle_default.cmake
- cmake/configs/posix_eagle_hil.cmake 1 addition, 0 deletionscmake/configs/posix_eagle_hil.cmake
- cmake/configs/posix_eagle_legacy_driver_default.cmake 1 addition, 0 deletionscmake/configs/posix_eagle_legacy_driver_default.cmake
- cmake/configs/posix_eagle_legacy_driver_release.cmake 1 addition, 0 deletionscmake/configs/posix_eagle_legacy_driver_release.cmake
- cmake/configs/posix_eagle_muorb.cmake 2 additions, 0 deletionscmake/configs/posix_eagle_muorb.cmake
- cmake/configs/posix_eagle_release.cmake 1 addition, 0 deletionscmake/configs/posix_eagle_release.cmake
- cmake/configs/posix_rpi2_default.cmake 1 addition, 0 deletionscmake/configs/posix_rpi2_default.cmake
- cmake/configs/posix_rpi2_release.cmake 1 addition, 0 deletionscmake/configs/posix_rpi2_release.cmake
- cmake/configs/posix_sitl_broadcast.cmake 1 addition, 0 deletionscmake/configs/posix_sitl_broadcast.cmake
- cmake/configs/posix_sitl_default.cmake 1 addition, 0 deletionscmake/configs/posix_sitl_default.cmake
- cmake/configs/posix_sitl_ekf2.cmake 1 addition, 0 deletionscmake/configs/posix_sitl_ekf2.cmake
- cmake/configs/posix_sitl_replay.cmake 1 addition, 0 deletionscmake/configs/posix_sitl_replay.cmake
- cmake/configs/qurt_eagle_default.cmake 1 addition, 0 deletionscmake/configs/qurt_eagle_default.cmake
Please register or sign in to comment