mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Nuttx sim support.
This commit is contained in:
7
Makefile
7
Makefile
@@ -6,6 +6,13 @@ px4fmu-v2_simple:
|
||||
-DOS=nuttx -DBOARD=px4fmu-v2 -DLABEL=simple && \
|
||||
make -s && ctest -V && cpack -G ZIP
|
||||
|
||||
nuttx-sim-simple:
|
||||
echo "nuttx-sim-simple is a work in progress"
|
||||
mkdir -p $d/build_$@ && cd $d/build_$@ && \
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-native.cmake \
|
||||
-DOS=nuttx -DBOARD=sim -DLABEL=simple && \
|
||||
make -s && ctest -V && cpack -G ZIP
|
||||
|
||||
px4fmu-v2_simple-upload: px4fmu-v2_simple
|
||||
cd $d/build_$< && make upload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user