uORB move to PX4 platform layer

This commit is contained in:
Daniel Agar
2021-02-17 11:25:56 -05:00
committed by GitHub
parent 6bbb2faf8a
commit ab0d0fd0be
156 changed files with 261 additions and 212 deletions

View File

@@ -406,7 +406,6 @@ add_subdirectory(src/lib EXCLUDE_FROM_ALL)
add_subdirectory(platforms/${PX4_PLATFORM}/src/px4)
add_subdirectory(platforms EXCLUDE_FROM_ALL)
add_subdirectory(src/modules/uORB EXCLUDE_FROM_ALL) # TODO: platform layer
if(EXISTS "${PX4_BOARD_DIR}/CMakeLists.txt")
add_subdirectory(${PX4_BOARD_DIR})

View File

@@ -30,13 +30,6 @@ sercon
#
ver all
#
# Start the ORB (first app to start)
# tone_alarm and tune_control
# is dependent.
#
uorb start
#
# Set the parameter file if mtd starts successfully.
#

View File

@@ -20,7 +20,6 @@ module: replay
ignore_others: false
EOF
uorb start
param set SDLOG_DIRS_MAX 7
# apply all params before ekf starts, as some params cannot be changed after startup

View File

@@ -53,8 +53,6 @@ else
fi
fi
uorb start
# Load parameters
set PARAM_FILE eeprom/parameters_"$REQUESTED_AUTOSTART"
param select $PARAM_FILE

View File

@@ -73,13 +73,6 @@ sercon
#
ver all
#
# Start the ORB (first app to start)
# tone_alarm and tune_control
# is dependent.
#
uorb start
#
# Try to mount the microSD card.
#

View File

@@ -5,9 +5,4 @@
echo "[i] doing standalone PX4FMU startup..."
#
# Start the ORB
#
uorb start
echo "[i] startup done"

View File

@@ -8,8 +8,6 @@ set unit_test_failure 0
set BOARD_RC ${R}etc/init.d/rc.board
uorb start
if rgbled start -X
then
led_control on -c blue
@@ -41,11 +39,6 @@ fi
# Start a minimal system
#
#
# Start the ORB (first app to start)
#
uorb start
#
# Load parameters
#

View File

@@ -83,6 +83,7 @@ px4_add_board(
#top
topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -105,6 +105,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -110,6 +110,7 @@ px4_add_board(
#top
topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -108,6 +108,7 @@ px4_add_board(
#top
topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -102,6 +102,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -79,6 +79,7 @@ px4_add_board(
#top
topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -64,6 +64,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -61,6 +61,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -49,6 +49,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
ver
work_queue
)

View File

@@ -109,6 +109,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -112,6 +112,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -113,6 +113,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -113,6 +113,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -112,6 +112,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -112,6 +112,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -79,6 +79,7 @@ px4_add_board(
#top
topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -110,6 +110,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -72,6 +72,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -117,6 +117,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -88,6 +88,7 @@ px4_add_board(
top
#topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -87,6 +87,7 @@ px4_add_board(
top
#topic_listener
tune_control
uorb
ver
work_queue
EXAMPLES

View File

@@ -104,6 +104,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -109,6 +109,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -109,6 +109,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -110,6 +110,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -111,6 +111,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -107,6 +107,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -106,6 +106,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -105,6 +105,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -106,6 +106,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -106,6 +106,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -105,6 +105,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -98,6 +98,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -93,6 +93,7 @@ px4_add_board(
top
#topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -123,6 +123,7 @@ px4_add_board(
top
#topic_listener
tune_control
#uorb
#usb_connected
#ver
#work_queue

View File

@@ -82,6 +82,7 @@ px4_add_board(
top
#topic_listener
tune_control
#uorb
#usb_connected
ver
#work_queue

View File

@@ -108,6 +108,7 @@ px4_add_board(
top
#topic_listener
tune_control
uorb
ver
work_queue

View File

@@ -81,6 +81,7 @@ px4_add_board(
top
#topic_listener
tune_control
#uorb
#usb_connected
ver
#work_queue

View File

@@ -75,6 +75,7 @@ px4_add_board(
top
#topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -116,6 +116,7 @@ px4_add_board(
top
#topic_listener
tune_control
#uorb
#usb_connected
ver
#work_queue

View File

@@ -122,6 +122,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -120,6 +120,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

View File

@@ -116,6 +116,7 @@ px4_add_board(
top
topic_listener
tune_control
uorb
usb_connected
ver
work_queue

Some files were not shown because too many files have changed in this diff Show More