write down how to build configuration generation tool fix #4447
This commit is contained in:
parent
b36f058d1f
commit
8b72ff7482
|
@ -1,6 +1,10 @@
|
|||
Here we have some tiny dev utilities - average rusEFI user would not need to use any of these!
|
||||
|
||||
|
||||
```
|
||||
cd android ; ./gradlew :config_definition:shadowJar
|
||||
```
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue