board-specific usability #808
This commit is contained in:
parent
f40e0be614
commit
18b6eeef1a
|
@ -3,3 +3,10 @@ outputs:
|
||||||
GPIOE_13: "Injector #2"
|
GPIOE_13: "Injector #2"
|
||||||
GPIOE_12: "Injector #3"
|
GPIOE_12: "Injector #3"
|
||||||
GPIOE_11: "Injector #4"
|
GPIOE_11: "Injector #4"
|
||||||
|
GPIOE_10: "Extra Low #1"
|
||||||
|
GPIOE_9: "Extra Low #2"
|
||||||
|
GPIOE_8: "Extra Low #3"
|
||||||
|
GPIOE_7: "Extra Low #4"
|
||||||
|
TLE8888_PIN_20: "Extra Low #5"
|
||||||
|
TLE8888_PIN_21: "Extra Low #6"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
rem This batch files reads rusefi_config.txt and produses firmware persistent configuration headers
|
||||||
|
rem the storage section of rusefi.ini is updated as well
|
||||||
|
|
||||||
|
|
||||||
|
rem lazy is broken - TS input is not considered a change
|
||||||
|
rm build/config.gen
|
||||||
|
|
||||||
|
java -jar ../java_tools/ConfigDefinition.jar -definition integration\rusefi_config.txt -ts_destination tunerstudio -ts_output_name rusefi_microrusefi.ini -prepend config/boards/microrusefi/temp.txt -skip build/config.gen
|
||||||
|
|
||||||
|
|
||||||
|
rem This would automatically copy latest file to 'dev' TS project
|
||||||
|
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects\dev\projectCfg"
|
||||||
|
echo %ts_path%
|
||||||
|
cp tunerstudio/rusefi_microrusefi.ini %ts_path%\mainController.ini
|
Loading…
Reference in New Issue