2024-10-23 12:08:41 -07:00
|
|
|
Main folder for rusEFI console source code, also some dev utilities.
|
|
|
|
|
|
|
|
TODO: one day we shall merge java_console and java_tools, right after we come up with an amazing combined folder name!
|
2017-03-24 10:26:09 -07:00
|
|
|
|
2022-08-15 15:41:56 -07:00
|
|
|
```
|
2022-08-15 15:42:25 -07:00
|
|
|
./gradlew :config_definition:shadowJar
|
2022-08-15 15:41:56 -07:00
|
|
|
```
|
|
|
|
|
2024-02-22 07:46:01 -08:00
|
|
|
``configuration_definition`` is the most valuable subproject: that code reads
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2024-02-22 07:46:01 -08:00
|
|
|
KiCad tools have moved to https://github.com/rusefi/KiCad-utils
|