rusefi-1/firmware/tunerstudio
ola d49e253bff Some initial work at Launch/ALS
(cherry picked from commit 07b3a0632f6673ad57db5b2d6b8ad21674cf3509)
2020-02-02 12:17:06 -05:00
..
docs
translations
.gitignore
readme.md skeleton & docs (#995) 2019-11-03 08:41:14 -05:00
rusefi.ini Boost Control is experimental/Alpha Version 2020-02-02 08:38:15 -05:00
rusefi.input Some initial work at Launch/ALS 2020-02-02 12:17:06 -05:00
rusefi_frankenso.ini Boost Control is experimental/Alpha Version 2020-02-02 08:38:15 -05:00
rusefi_kinetis.ini opening the door to boost controller! 2020-01-31 14:23:15 -05:00
rusefi_microrusefi.ini Boost Control is experimental/Alpha Version 2020-02-02 08:38:15 -05:00
rusefi_prometheus.ini Boost Control is experimental/Alpha Version 2020-02-02 08:38:15 -05:00
rusefi_proteus.ini more Proteus CI 2020-02-02 08:42:05 -05:00

readme.md

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.