and now I need to get all this working again
This commit is contained in:
parent
6ac45039d4
commit
8fbc572be9
|
@ -40,7 +40,7 @@ java -DSystemOut.name=gen_config_board \
|
||||||
-cache ${SHORT_BOARDNAME} \
|
-cache ${SHORT_BOARDNAME} \
|
||||||
-cache_zip_file tunerstudio/generated/cache.zip \
|
-cache_zip_file tunerstudio/generated/cache.zip \
|
||||||
-firing_order controllers/algo/firing_order.h \
|
-firing_order controllers/algo/firing_order.h \
|
||||||
-ts_output_name rusefi_${SHORT_BOARDNAME}.ini \
|
-ts_output_name generated/rusefi_${SHORT_BOARDNAME}.ini \
|
||||||
-signature tunerstudio/generated/signature_${SHORT_BOARDNAME}.txt \
|
-signature tunerstudio/generated/signature_${SHORT_BOARDNAME}.txt \
|
||||||
-signature_destination controllers/generated/signature_${SHORT_BOARDNAME}.h \
|
-signature_destination controllers/generated/signature_${SHORT_BOARDNAME}.h \
|
||||||
-prepend tunerstudio/generated/${BOARDNAME}_prefix.txt \
|
-prepend tunerstudio/generated/${BOARDNAME}_prefix.txt \
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
! all the sub-structures are going to be nested within the primary structure, that's
|
! all the sub-structures are going to be nested within the primary structure, that's
|
||||||
! needed to get a proper TunerStudio file
|
! needed to get a proper TunerStudio file
|
||||||
|
|
||||||
|
|
||||||
struct persistent_config_s
|
struct persistent_config_s
|
||||||
|
|
||||||
struct_no_prefix engine_configuration_s
|
struct_no_prefix engine_configuration_s
|
||||||
|
|
Loading…
Reference in New Issue