rusefi/java_tools
rusefillc c5c7511ab2 only: method instead of constant 2024-04-19 11:24:06 -04:00
..
.idea
bin2header
configuration_definition only: nicer logging 2024-04-16 19:36:14 -04:00
configuration_definition_base let's not ignore weird lines while prepending 2024-04-03 22:13:57 -04:00
enum_to_string only: nicer logging 2024-04-16 19:36:14 -04:00
gcc_map_reader
gradle/wrapper only: gradle 8.7 2024-04-14 17:02:38 -04:00
logicdata2c
pcb_sync
proxy_server
trigger-image
ts_plugin
ts_plugin_launcher only: method instead of constant 2024-04-19 11:24:06 -04:00
ts_screenshots
tune-tools reducing noise 2024-04-19 10:49:32 -04:00
version2header
.gitattributes
.gitignore only: ignoring triggers output 2024-04-01 20:16:53 -04:00
bin2header.jar
build.gradle
dependencies.gradle
gcc_map_reader.jar
gradle.properties
gradlew
gradlew.bat
java_tools.mk
logicdata2c.jar
readme.md
settings.gradle
ts2c.jar
version2header.jar

readme.md

Here we have some dev utilities - average rusEFI user would not need to use any of these!

./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

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