Qurt uORB SLPI Implementation (#20538)

- allow uORB to be compiled and run on the qurt architecture.
This commit is contained in:
Zachary Lowell
2022-11-08 11:30:36 -06:00
committed by GitHub
parent 5239993c88
commit a9989df36c
9 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
set(SRCS)
if(NOT "${PX4_BOARD}" MATCHES "io-v2" AND NOT "${PX4_BOARD_LABEL}" MATCHES "bootloader")
if(NOT "${PX4_PLATFORM}" MATCHES "qurt" AND NOT "${PX4_BOARD}" MATCHES "io-v2" AND NOT "${PX4_BOARD_LABEL}" MATCHES "bootloader")
list(APPEND SRCS
px4_log.cpp
px4_log_history.cpp
@@ -67,6 +67,7 @@ __END_DECLS
#if defined(__PX4_QURT)
#include "qurt_log.h"
#include <px4_platform_common/defines.h>
/****************************************************************************
* Messages that should never be filtered or compiled out
****************************************************************************/