mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Some TX16S related changes
This commit is contained in:
parent
0f9114c524
commit
128265327e
3 changed files with 13 additions and 0 deletions
|
@ -149,6 +149,11 @@ def main():
|
||||||
cmake_options["PCBREV"] = "T16"
|
cmake_options["PCBREV"] = "T16"
|
||||||
firmware_options = options_jumper_t16
|
firmware_options = options_jumper_t16
|
||||||
maxsize = 2 * 1024 * 1024
|
maxsize = 2 * 1024 * 1024
|
||||||
|
elif board_name == "tx16s":
|
||||||
|
cmake_options["PCB"] = "X10"
|
||||||
|
cmake_options["PCBREV"] = "TX16S"
|
||||||
|
firmware_options = options_jumper_t16
|
||||||
|
maxsize = 2 * 1024 * 1024
|
||||||
else:
|
else:
|
||||||
exit(INVALID_BOARD)
|
exit(INVALID_BOARD)
|
||||||
|
|
||||||
|
|
|
@ -98,6 +98,10 @@ cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=T16 -DINTERNAL_MODULE_MULTI=YES ${SRC
|
||||||
make -j${JOBS} libsimulator
|
make -j${JOBS} libsimulator
|
||||||
rm CMakeCache.txt
|
rm CMakeCache.txt
|
||||||
|
|
||||||
|
cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=TX16S ${SRCDIR}
|
||||||
|
make -j${JOBS} libsimulator
|
||||||
|
rm CMakeCache.txt
|
||||||
|
|
||||||
cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=EXPRESS ${SRCDIR}
|
cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=EXPRESS ${SRCDIR}
|
||||||
make -j${JOBS} libsimulator
|
make -j${JOBS} libsimulator
|
||||||
rm CMakeCache.txt
|
rm CMakeCache.txt
|
||||||
|
|
|
@ -98,6 +98,10 @@ cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=T16 -DINTERNAL_MODULE_MULTI=YES ${SRC
|
||||||
make -j${JOBS} libsimulator
|
make -j${JOBS} libsimulator
|
||||||
rm CMakeCache.txt
|
rm CMakeCache.txt
|
||||||
|
|
||||||
|
cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=TX16S ${SRCDIR}
|
||||||
|
make -j${JOBS} libsimulator
|
||||||
|
rm CMakeCache.txt
|
||||||
|
|
||||||
cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=EXPRESS ${SRCDIR}
|
cmake ${COMMON_OPTIONS} -DPCB=X10 -DPCBREV=EXPRESS ${SRCDIR}
|
||||||
make -j${JOBS} libsimulator
|
make -j${JOBS} libsimulator
|
||||||
rm CMakeCache.txt
|
rm CMakeCache.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue