2021-01-01 21:04:31 -08:00
|
|
|
Here we have some tiny dev utilities - average rusEFI user would not need to use any of these!
|
2017-03-24 10:26:09 -07:00
|
|
|
|
|
|
|
|
2022-08-15 15:41:56 -07:00
|
|
|
```
|
|
|
|
cd android ; ./gradlew :config_definition:shadowJar
|
|
|
|
```
|
|
|
|
|
2017-03-24 10:26:09 -07:00
|
|
|
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
|
|
|
|
|
|
|
|
version2header creates a C language header containting current SVN version
|
|
|
|
|
2021-01-01 21:04:31 -08:00
|
|
|
enum2string
|
|
|
|
|
|
|
|
KiCad tools have moved to https://github.com/rusefi/KiCad-utils
|