13 changed files with 18 additions and 17 deletions
@ -1,5 +0,0 @@
@@ -1,5 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
mkdir -p Build/posix_default.build/rootfs/fs/microsd |
||||
mkdir -p Build/posix_default.build/rootfs/eeprom |
||||
cd Build/posix_default.build && ./mainapp ../../posix-configs/posixtest/init/rc.S |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash |
||||
|
||||
mkdir -p Build/posix_sitl.build/rootfs/fs/microsd |
||||
mkdir -p Build/posix_sitl.build/rootfs/eeprom |
||||
cd Build/posix_sitl.build && ./mainapp ../../posix-configs/SITL/init/rc.S |
@ -1,11 +1,12 @@
@@ -1,11 +1,12 @@
|
||||
#
|
||||
# Board-specific definitions for the POSIX port of PX4
|
||||
# for use in SITL testing
|
||||
#
|
||||
|
||||
#
|
||||
# Configure the toolchain
|
||||
#
|
||||
CONFIG_ARCH = NATIVE
|
||||
CONFIG_BOARD = POSIXTEST
|
||||
CONFIG_BOARD = SITL
|
||||
|
||||
include $(PX4_MK_DIR)/posix/toolchain_native.mk |
||||
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile for the POSIXTEST *default* configuration
|
||||
# Makefile for the SITL configuration
|
||||
#
|
||||
|
||||
#
|
Loading…
Reference in new issue