mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Linux to posix conversion
Changed "linux" target to "posix". Most of the changes are shared with QuRT and with OSX. The Linux specific parts are in for i2c which uses <linux/i2c.h> and <linux/i2c-dev.h>. There is also a check for __PX4_LINUX in mavlink for a tty ioctl that is not supported. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
12
posix-configs/posixtest/init/rc.S
Normal file
12
posix-configs/posixtest/init/rc.S
Normal file
@@ -0,0 +1,12 @@
|
||||
simulator start
|
||||
uorb start
|
||||
barosim start
|
||||
adcsim start
|
||||
accelsim start
|
||||
gyrosim start
|
||||
rgbled start
|
||||
mavlink start
|
||||
sensors start
|
||||
hil start
|
||||
commander start
|
||||
list_devices
|
||||
Reference in New Issue
Block a user