rusefi/java_tools
rusefillc 0fda4705c0 gradle: reducing code duplication 2023-05-30 22:10:01 -04:00
..
.idea progress 2022-11-26 23:38:49 -05:00
bin2header
configuration_definition gradle: reducing code duplication 2023-05-30 22:10:01 -04:00
configuration_definition_base emit v2 mlg (#4979) 2023-01-21 07:31:40 +05:30
enum_to_string gradle: reducing code duplication 2023-05-30 22:10:01 -04:00
gcc_map_reader
gradle/wrapper fresh gradle 2023-05-30 21:57:02 -04:00
logicdata2c
pcb_sync we no longer need iml files because intellij uses gradle now 2023-04-28 20:25:59 -04:00
proxy_server very strange mess 2022-10-16 11:44:28 -04:00
ts_plugin bump 2023-05-30 22:02:22 -04:00
ts_plugin_launcher gradle: reducing code duplication 2023-05-30 22:10:01 -04:00
ts_screenshots we no longer need iml files because intellij uses gradle now 2023-04-28 20:25:59 -04:00
version2header clean-up 2022-10-16 02:04:04 -04:00
.gitignore
ConfigDefinition.jar https://stackoverflow.com/questions/621616/c-what-is-the-size-of-an-object-of-an-empty-class 2023-04-29 22:08:56 -04:00
bin2header.jar
build.gradle "gradlew allDeps" is nice to have 2022-11-21 00:51:52 -05:00
dependencies.gradle
enum2string.jar more better progress 2023-03-15 23:56:23 -04:00
gcc_map_reader.jar
gradle.properties gradle: reducing code duplication 2023-05-30 22:10:01 -04:00
gradlew fresh gradle 2023-05-30 21:57:02 -04:00
gradlew.bat fresh gradle 2023-05-30 21:57:02 -04:00
logicdata2c.jar
readme.md
settings.gradle refactoring 2023-01-06 12:23:24 -05:00
ts2c.jar
version2header.jar

readme.md

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

version2header creates a C language header containting current SVN version

enum2string

KiCad tools have moved to https://github.com/rusefi/KiCad-utils