custom-board-bundle-sample-.../java_tools
Matthew Kennedy 2c6b8ae3c6
parse with antlr (#2747)
* grammar and libs

* gitignore

* parsing

* allow empty line as root statement

* tolerate #if

* config def changes

* s

* ant build

* workaround

* compiled tool

* console should not build config def tool

* ugh the dependency tree is insane

* this should fix hw ci

* console build

* console jenkins script

* test

* Revert "test"

This reverts commit 73f2da50f990bee9b51a1f919e8fcc6b06327d9a.

* throw on parse failure

* jar

* fix #2821

* comment
2021-06-16 17:07:05 -04:00
..
bin2header
configuration_definition parse with antlr (#2747) 2021-06-16 17:07:05 -04:00
enum_to_string Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2021-04-29 17:20:54 -04:00
gcc_map_reader
logicdata2c
path2iar
pcb_sync
proxy_server
serial_tester
ts2c
ts_plugin helping build 2021-04-30 16:05:35 -04:00
ts_plugin_launcher
ts_screenshots
version2header
ConfigDefinition.jar parse with antlr (#2747) 2021-06-16 17:07:05 -04:00
bin2header.jar
enum2string.jar fresh enum2string 2021-04-30 01:32:53 -04:00
gcc_map_reader.jar
logicdata2c.jar
readme.md
ts2c.jar
version2header.jar

readme.md

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

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