rusefi-1/firmware/tunerstudio
andreika-git 7bf4c50ef3
sftp .ini uploader (#1548)
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-06-29 08:47:23 -04:00
..
cache Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
docs docs 2018-06-04 19:49:40 -04:00
translations docs 2019-05-27 16:13:19 -04:00
.gitignore commits which do not affect generated files fail gen_config action commit step #1547 2020-06-28 21:36:14 -04:00
frankenso_prefix.txt cost of progress 2020-06-27 16:13:48 -04:00
microrusefi_prefix.txt cost of progress 2020-06-27 16:13:48 -04:00
prometheus_prefix.txt cost of progress 2020-06-27 16:13:48 -04:00
proteus_prefix.txt cost of progress 2020-06-27 16:13:48 -04:00
readme.md FAQ 2020-04-19 15:23:51 -04:00
rusefi.ini Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
rusefi.input actions are broken? 2020-06-28 20:58:51 -04:00
rusefi_frankenso.ini Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
rusefi_kinetis.ini Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
rusefi_microrusefi.ini Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
rusefi_prometheus.ini Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
rusefi_proteus.ini Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
upload.sh sftp .ini uploader (#1548) 2020-06-29 08:47:23 -04: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.

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.