mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
X9LiteS (#6820)
This commit is contained in:
parent
a8a32792cc
commit
4a618f1317
25 changed files with 191 additions and 19 deletions
|
@ -94,6 +94,15 @@ if [[ " X9LITE ALL " =~ " ${FLAVOR} " ]] ; then
|
|||
make -j${CORES} tests
|
||||
fi
|
||||
|
||||
if [[ " X9LITES ALL " =~ " ${FLAVOR} " ]] ; then
|
||||
# OpenTX on X9LITES
|
||||
rm -rf *
|
||||
cmake ${COMMON_OPTIONS} -DPCB=X9LITES -DHELI=YES -DGVARS=YES ${SRCDIR}
|
||||
make -j${CORES} ${FIRMARE_TARGET}
|
||||
make -j${CORES} libsimulator
|
||||
make -j${CORES} tests
|
||||
fi
|
||||
|
||||
if [[ " X7 ALL " =~ " ${FLAVOR} " ]] ; then
|
||||
# OpenTX on X7
|
||||
rm -rf *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue