only:docs

This commit is contained in:
rusefillc 2024-02-22 10:46:01 -05:00
parent e274967c82
commit 0af539f56f
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,5 @@
Here we have source code for rusEFI console: while [TunerStudio](http://www.tunerstudio.com/index.php/products/tuner-studio) is the primary calibration frontend application we need secondary app for firmware update and some advanced troubleshooting. One day we shall combine but not yet :(
See also http://rusefi.com/build_server/ for pre-compiled full bundle
this java_console folder is part of [../java_tools](../java_tools) gradle project

View File

@ -1,11 +1,12 @@
Here we have some tiny dev utilities - average rusEFI user would not need to use any of these!
Here we have some dev utilities - average rusEFI user would not need to use any of these!
```
cd android
./gradlew :config_definition:shadowJar
```
``configuration_definition`` is the most valuable subproject: that code reads
gcc_map_reader reads the .map file produced by GCC and prints some details on what is RAM used for
ts2c reads a piece of TunerStudio map and produces a matching C language piece of code
@ -14,4 +15,4 @@ version2header creates a C language header containting current SVN version
enum2string
KiCad tools have moved to https://github.com/rusefi/KiCad-utils
KiCad tools have moved to https://github.com/rusefi/KiCad-utils