only:docs
This commit is contained in:
parent
e274967c82
commit
0af539f56f
|
@ -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 :(
|
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
|
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
|
||||||
|
|
|
@ -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
|
./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
|
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
|
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
|
enum2string
|
||||||
|
|
||||||
KiCad tools have moved to https://github.com/rusefi/KiCad-utils
|
KiCad tools have moved to https://github.com/rusefi/KiCad-utils
|
||||||
|
|
Loading…
Reference in New Issue