mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add new posix_sitl_shell build target which allows to run -make posix_sitl_shell none- in order to get an empty shell
This commit is contained in:
parent
78f00368c5
commit
9178bb7371
5
cmake/configs/posix_sitl_shell.cmake
Normal file
5
cmake/configs/posix_sitl_shell.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
include(cmake/configs/posix_sitl_default.cmake)
|
||||
|
||||
set(config_sitl_rcS_dir
|
||||
posix-configs/SITL/init/shell
|
||||
)
|
||||
9
posix-configs/SITL/init/shell/iris
Normal file
9
posix-configs/SITL/init/shell/iris
Normal file
@ -0,0 +1,9 @@
|
||||
uorb start
|
||||
|
||||
param load
|
||||
param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
rgbledsim start
|
||||
tone_alarm start
|
||||
Loading…
x
Reference in New Issue
Block a user