mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Missing stuff from commit e8aaa67450
This commit is contained in:
parent
e8aaa67450
commit
f27c092ba4
10 changed files with 54 additions and 17 deletions
|
@ -11,6 +11,6 @@ macro(add_lua_export_target target)
|
||||||
add_custom_target(lua_export_${target} DEPENDS lua_exports_${target}.inc)
|
add_custom_target(lua_export_${target} DEPENDS lua_exports_${target}.inc)
|
||||||
endmacro(add_lua_export_target)
|
endmacro(add_lua_export_target)
|
||||||
|
|
||||||
add_lua_export_target(taranis -DPCBTARANIS -DLUA -DVIRTUALINPUTS)
|
add_lua_export_target(taranis -DCPUARM -DPCBTARANIS -DLUA -DVIRTUALINPUTS)
|
||||||
add_lua_export_target(taranis_x9e -DPCBTARANIS -DREVPLUS -DREV9E -DLUA -DVIRTUALINPUTS)
|
add_lua_export_target(taranis_x9e -DCPUARM -DPCBTARANIS -DREVPLUS -DREV9E -DLUA -DVIRTUALINPUTS)
|
||||||
add_lua_export_target(horus -DPCBHORUS -DLUA -DVIRTUALINPUTS)
|
add_lua_export_target(horus -DCPUARM -DPCBHORUS -DLUA -DVIRTUALINPUTS)
|
||||||
|
|
|
@ -129,7 +129,11 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(REV9E)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "SVPK12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "SVPK123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
#define TR_RETA123 "SVPK1234LRLR"
|
#define TR_RETA123 "SVPK1234LRLR"
|
||||||
#elif defined(PCBTARANIS) || defined(REVX)
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "SVPK123LR"
|
#define TR_RETA123 "SVPK123LR"
|
||||||
|
|
|
@ -134,7 +134,11 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(REV9E)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "SHGQ12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "SHGQ123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
#define TR_RETA123 "SHGQ1234LRLR"
|
#define TR_RETA123 "SHGQ1234LRLR"
|
||||||
#elif defined(PCBTARANIS) || defined(REVX)
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "SHGQ123LR"
|
#define TR_RETA123 "SHGQ123LR"
|
||||||
|
|
|
@ -129,7 +129,13 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) || defined(REVX)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "RETA12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "RETA123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
|
#define TR_RETA123 "RETA1234LRLR"
|
||||||
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "RETA123LR"
|
#define TR_RETA123 "RETA123LR"
|
||||||
#elif defined(PCBSKY9X)
|
#elif defined(PCBSKY9X)
|
||||||
#define TR_RETA123 "RETA123a"
|
#define TR_RETA123 "RETA123a"
|
||||||
|
|
|
@ -129,7 +129,13 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) || defined(REVX)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "RETA12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "RETA123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
|
#define TR_RETA123 "RETA1234LRLR"
|
||||||
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "RETA123LR"
|
#define TR_RETA123 "RETA123LR"
|
||||||
#elif defined(PCBSKY9X)
|
#elif defined(PCBSKY9X)
|
||||||
#define TR_RETA123 "RETA123a"
|
#define TR_RETA123 "RETA123a"
|
||||||
|
|
|
@ -129,7 +129,11 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(REV9E)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "DPGA12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "DPGA123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
#define TR_RETA123 "DPGA1234LRLR"
|
#define TR_RETA123 "DPGA1234LRLR"
|
||||||
#elif defined(PCBTARANIS) || defined(REVX)
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "DPGA123LR"
|
#define TR_RETA123 "DPGA123LR"
|
||||||
|
|
|
@ -132,7 +132,11 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(REV9E)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "DEMA12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "DEMA123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
#define TR_RETA123 "DEMA123SDSD"
|
#define TR_RETA123 "DEMA123SDSD"
|
||||||
#elif defined(PCBTARANIS) || defined(REVX)
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "DEMA123SD"
|
#define TR_RETA123 "DEMA123SD"
|
||||||
|
|
|
@ -132,7 +132,11 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(REV9E)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "RETA12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "RETA123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
#define TR_RETA123 "RETA1234LRLR"
|
#define TR_RETA123 "RETA1234LRLR"
|
||||||
#elif defined(PCBTARANIS) || defined(REVX)
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "RETA123LR"
|
#define TR_RETA123 "RETA123LR"
|
||||||
|
|
|
@ -133,7 +133,11 @@
|
||||||
|
|
||||||
#define LEN_RETA123 "\001"
|
#define LEN_RETA123 "\001"
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(REV9E)
|
#if defined(PCBHORUS)
|
||||||
|
#define TR_RETA123 "KWGL12345LR"
|
||||||
|
#elif defined(PCBFLAMENCO)
|
||||||
|
#define TR_RETA123 "KWGL123LR"
|
||||||
|
#elif defined(PCBTARANIS) && defined(REV9E)
|
||||||
#define TR_RETA123 "KWGL1234LRLR"
|
#define TR_RETA123 "KWGL1234LRLR"
|
||||||
#elif defined(PCBTARANIS) || defined(REVX)
|
#elif defined(PCBTARANIS) || defined(REVX)
|
||||||
#define TR_RETA123 "KWGL123LR"
|
#define TR_RETA123 "KWGL123LR"
|
||||||
|
|
|
@ -36,6 +36,7 @@ make -j2 gtests
|
||||||
rm -rf *
|
rm -rf *
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug -DPCB=HORUS -DHELI=NO -DUSB=SERIAL -DCLI=YES -DDEBUG=YES ..
|
cmake -DCMAKE_BUILD_TYPE=Debug -DPCB=HORUS -DHELI=NO -DUSB=SERIAL -DCLI=YES -DDEBUG=YES ..
|
||||||
make -j2 firmware.bin
|
make -j2 firmware.bin
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=Debug -DPCB=HORUS -DHELI=NO -DUSB=SERIAL -DCLI=NO -DDEBUG=YES ..
|
||||||
make -j2 simu
|
make -j2 simu
|
||||||
#make gtests
|
#make gtests
|
||||||
#./gtests
|
#./gtests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue