rusefi-1/firmware/tunerstudio
Matthew Kennedy 9645130527 Shrink output channels, now with passing CI (#1077)
* reorder fields

* temporary tle8888 fix

* comment, simplify

* hand tweak generated

* oops, those are reciprocal

* fix engineLoadAccelExtra

* aggressive priority order

* fix output size

* comments

* reorder fields, no sizes yet

* should've been signed

* simplify constructor mess, hook up scaling

* notes

* typo

* if -> switch

* rev signature

* correct map offset

* handle unsigned properly

* RPM is unsigned

* vss isn't scaled

* extract magic

* required generated for build

* de-scale rpm

* field type cases
2019-12-22 08:12:45 -05:00
..
docs docs 2018-06-04 19:49:40 -04:00
translations docs 2019-05-27 16:13:19 -04:00
.gitignore board-specific usability #808 2019-05-30 20:41:54 -04:00
readme.md skeleton & docs (#995) 2019-11-03 08:41:14 -05:00
rusefi.ini Revert "fresh integration & changing protocol versions & versions" 2019-12-21 15:02:37 -05:00
rusefi.input Shrink output channels, now with passing CI (#1077) 2019-12-22 08:12:45 -05:00
rusefi_frankenso.ini Revert "fresh integration & changing protocol versions & versions" 2019-12-21 15:02:37 -05:00
rusefi_kinetis.ini kinetis just started to suddenly work? #1061 2019-12-21 19:58:07 -05:00
rusefi_microrusefi.ini Revert "fresh integration & changing protocol versions & versions" 2019-12-21 15:02:37 -05:00
rusefi_prometheus.ini Revert "fresh integration & changing protocol versions & versions" 2019-12-21 15:02:37 -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.