-
- Downloads
Build fixes for qurt after rebase on PX4 master
Removed the re-definitions of the usage method in the posix/main.cpp file.
Added qurt_external_hook interface to call externally linked module.
Fixed code format to comply with PX4 style.
Added usage information to main app and handled cases for unknown arguments.
Fixed the orb_priority interface to use int32_t instead of int.
Fixes to get hil working with led changes.
Added the config_eagle_adsp.mk file and update the make files to to use new
include/lib paths
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
Showing
- makefiles/posix-arm/config_eagle_adsp.mk 57 additions, 0 deletionsmakefiles/posix-arm/config_eagle_adsp.mk
- makefiles/posix-arm/config_eagle_hil.mk 1 addition, 0 deletionsmakefiles/posix-arm/config_eagle_hil.mk
- makefiles/posix-arm/toolchain_gnu-arm-linux-gnueabihf.mk 16 additions, 10 deletionsmakefiles/posix-arm/toolchain_gnu-arm-linux-gnueabihf.mk
- makefiles/posix/config_posix_sitl.mk 1 addition, 0 deletionsmakefiles/posix/config_posix_sitl.mk
- makefiles/qurt/config_qurt_adsp.mk 19 additions, 4 deletionsmakefiles/qurt/config_qurt_adsp.mk
- makefiles/qurt/config_qurt_hil.mk 1 addition, 0 deletionsmakefiles/qurt/config_qurt_hil.mk
- makefiles/qurt/firmware_qurt.mk 1 addition, 2 deletionsmakefiles/qurt/firmware_qurt.mk
- makefiles/qurt/toolchain_hexagon.mk 11 additions, 14 deletionsmakefiles/qurt/toolchain_hexagon.mk
- msg/input_rc.msg 1 addition, 0 deletionsmsg/input_rc.msg
- src/drivers/boards/sitl/module.mk 8 additions, 0 deletionssrc/drivers/boards/sitl/module.mk
- src/drivers/boards/sitl/sitl_led.c 81 additions, 0 deletionssrc/drivers/boards/sitl/sitl_led.c
- src/modules/muorb/krait/uORBKraitFastRpcChannel.hpp 1 addition, 1 deletionsrc/modules/muorb/krait/uORBKraitFastRpcChannel.hpp
- src/modules/simulator/simulator.cpp 0 additions, 40 deletionssrc/modules/simulator/simulator.cpp
- src/modules/uORB/uORB.cpp 1 addition, 1 deletionsrc/modules/uORB/uORB.cpp
- src/modules/uORB/uORBManager.hpp 1 addition, 1 deletionsrc/modules/uORB/uORBManager.hpp
- src/modules/uORB/uORBManager_nuttx.cpp 1 addition, 1 deletionsrc/modules/uORB/uORBManager_nuttx.cpp
- src/modules/uORB/uORBManager_posix.cpp 1 addition, 1 deletionsrc/modules/uORB/uORBManager_posix.cpp
- src/platforms/px4_log.h 1 addition, 17 deletionssrc/platforms/px4_log.h
- src/platforms/qurt/eagle_px4_firmware_patch.patch 0 additions, 190 deletionssrc/platforms/qurt/eagle_px4_firmware_patch.patch
- src/platforms/qurt/px4_layer/commands_adsp.c 175 additions, 0 deletionssrc/platforms/qurt/px4_layer/commands_adsp.c
Loading
Please register or sign in to comment