mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Fix AR9X build and add it to regular commit tests.
Note that simu still crashes on startup in the readRtc function
This commit is contained in:
parent
bea0411071
commit
fdcc60b1b9
4 changed files with 11 additions and 4 deletions
|
@ -58,6 +58,13 @@ make -j2 firmware
|
|||
make -j2 simu
|
||||
make -j2 gtests ; ./gtests
|
||||
|
||||
# OpenTX on AR9X
|
||||
rm -rf *
|
||||
cmake ${COMMON_OPTIONS} -DPCB=AR9X -DHELI=YES ${SRCDIR}
|
||||
make -j2 firmware
|
||||
make -j2 simu
|
||||
make -j2 gtests ; ./gtests
|
||||
|
||||
# OpenTX on Taranis
|
||||
rm -rf *
|
||||
cmake ${COMMON_OPTIONS} -DPCB=TARANIS -DHELI=YES -DLUA=YES -DWARNINGS_AS_ERRORS=YES ${SRCDIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue