fome-fw/java_tools
Matthew Kennedy 76708670a0
New parser writes output channel c structs (#350)
* new parser writes c structs

* jar

* missing defs for simulator

* don't put defines you need in live data txt
2024-01-19 04:00:59 -08:00
..
.idea bad merge duplicated line 2023-11-25 13:36:38 -08:00
configuration_definition New parser writes output channel c structs (#350) 2024-01-19 04:00:59 -08:00
configuration_definition_base do we need the FIELDS list? (#349) 2024-01-18 23:01:33 -08:00
enum_to_string extracting shadowVersion variable and version bump towards gradle 8 (#310) 2023-12-09 15:10:20 -08:00
gradle/wrapper Gradle8 (#311) 2023-12-20 21:23:44 -08:00
.gitignore
ConfigDefinition.jar New parser writes output channel c structs (#350) 2024-01-19 04:00:59 -08:00
build.gradle turn on java warnings and deprecation lint #195 #196 #197 2023-07-19 11:45:10 -07:00
dependencies.gradle dead json dependency 2023-11-25 13:15:37 -08:00
enum2string.jar New parser writes output channel c structs (#350) 2024-01-19 04:00:59 -08:00
gradle.properties extracting shadowVersion variable and version bump towards gradle 8 (#310) 2023-12-09 15:10:20 -08:00
gradlew
gradlew.bat
logicdata2c.jar
readme.md gcc_map_reader 2023-04-13 00:18:12 -07:00
settings.gradle shared_ui is an extra level of dependency tree indirection 2023-11-25 13:07:33 -08:00
ts2c.jar

readme.md

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

cd java_tools
./gradlew :config_definition:shadowJar

ts2c reads a piece of TunerStudio map and produces a matching C language piece of code

enum2string

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