rusefi/firmware/tunerstudio
GitHub build-firmware Action 3952d4ec07 Auto-generated configs and docs 2021-12-09 00:07:09 +00:00
..
docs Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
generated Auto-generated configs and docs 2021-12-09 00:07:09 +00:00
translations Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
.gitignore
readme.md rusEFI is the spelling 2021-10-30 20:33:11 -04:00
rusefi.input smarter priming logic (#3674) 2021-12-08 16:20:19 -05:00
upload_ini.sh Use SSH for remaining workflows (#3407) 2021-10-25 08:22:31 -04:00

readme.md

TunerStudio

This directory contains the initialization and configuration files for the rusEFI interface to TunerStudio.

The primary contents are a set rusefi*.ini initialization files, used to configure TunerStudio to setup and monitor a specific ECU board. These are the only files a typical end user needs.

The translations directory contains non-English-language translations for TunerStudio.

The initialization files are automatically generated from a combination of input files located both in this directory and in the board-specific directories .

rusefi*.ini files are generated based on the following four inputs:

  1. rusefi_config.txt contains configuration region definition in proprietary text format.
  2. rusefi.input contains the UI - all the menus and dialogs. UI definition starts at menuDialog = main line - here you will see all top level menus defined with internal IDs and visible text labels.
  3. mapping.yaml is a minor detail related to how pins are named in drop downs
  4. prepend.txt is a minor detail which allows you to hide elements of the UI using @@if_XXX syntax.

The combined file is generated by ConfigDefinition.jar tool. On Windows this may be run with gen_config.bat.

Q: how do I offer my changes to TS project?

A: please PR only rusefi.input. Once merged, gen_config.bat would be executed automatically and results would be pushed by automation.