fome-fw/java_tools
Scott Smith 09569e8686 Add 3d table support to the java config file parser. (#3464)
This removes the need to use custom for 3d tables.  Syntax (to avoid changing the ANTLR parser) is
to use 'x' instead of separate [], i.e.:
        uint16_t[HPFP_TARGET_SIZE x HPFP_TARGET_SIZE] hpfpTarget;;"kPa", 1, 0, 0, 65000, 0
2021-11-05 14:27:32 -04:00
..
bin2header Hotfix some java_tools gradle configs (#3165) 2021-08-16 23:52:52 +03:00
configuration_definition Add 3d table support to the java config file parser. (#3464) 2021-11-05 14:27:32 -04:00
enum_to_string parseCommentedOutEnumWithoutExplicitValues 2021-10-31 11:51:21 -04:00
gcc_map_reader Hotfix some java_tools gradle configs (#3165) 2021-08-16 23:52:52 +03:00
logicdata2c Hotfix some java_tools gradle configs (#3165) 2021-08-16 23:52:52 +03:00
path2iar
pcb_sync
proxy_server
serial_tester
ts2c
ts_plugin GHA reliability: retry FTP upload #3011 2021-10-09 01:46:29 -04:00
ts_plugin_launcher feat: migrated ts_plugin_launcher to gradle (#3176) 2021-08-18 17:02:42 -04:00
ts_screenshots
version2header Hotfix some java_tools gradle configs (#3165) 2021-08-16 23:52:52 +03:00
ConfigDefinition.jar Add 3d table support to the java config file parser. (#3464) 2021-11-05 14:27:32 -04:00
bin2header.jar
enum2string.jar generate java enum from C enum? generate both C and java from yaml? #2102 2021-10-23 23:21:37 -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