Added nuttx sim config.

This commit is contained in:
James Goppert
2015-09-09 23:07:30 -04:00
parent bf18c84652
commit 323ae36d9f
2 changed files with 23 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ nuttx_px4fmu-v2_simple:
px4fmu-v2_simple: nuttx_px4fmu-v2_simple
nuttx_sim_simple:
echo "nuttx-sim-simple is a work in progress"
mkdir -p $d/build_$@ && cd $d/build_$@ && \
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/Toolchain-native.cmake \
-DOS=nuttx -DBOARD=sim -DLABEL=simple && \