rusefi-1/java_tools
Matthew Kennedy 7e8ae7c8a3
Write output channels with new parser (#4219)
* let the new parser run

* s

* support for output channels

* usages reader uses new parser for output channels

* better debugging configuration

* bad merge

* test it a bit too

* more tests

* copy/paste the same content from other file

* s

* fix bugs where even the existing logic tries to write as an enum (?)

* jar

* print stream always unix

* print stream always unix

* use typedefs correctly

* jar

* stub support for multiple of each type

* s

* s

* name some more datas
2022-06-19 09:52:23 -04:00
..
bin2header transitive dependencies 2022-03-15 14:24:54 -04:00
configuration_definition Write output channels with new parser (#4219) 2022-06-19 09:52:23 -04:00
enum_to_string TS enum key-value form #4232 2022-06-02 12:47:39 -04:00
gcc_map_reader Track ram4 sections too. (#3518) 2021-11-10 07:28:33 -05:00
logicdata2c Hotfix some java_tools gradle configs (#3165) 2021-08-16 23:52:52 +03:00
path2iar bye-bye workspace files 2019-03-12 14:59:15 -04:00
pcb_sync Feature 3014 migrating to gradle (#3079) 2021-07-30 08:15:32 -04:00
proxy_server reducing smell 2022-04-17 18:48:22 -04:00
serial_tester bye-bye workspace files 2019-03-12 14:59:15 -04:00
ts2c Feature 3014 migrating to gradle (#3079) 2021-07-30 08:15:32 -04:00
ts_plugin helping build 2022-06-01 13:48:39 -04:00
ts_plugin_launcher feat: migrated ts_plugin_launcher to gradle (#3176) 2021-08-18 17:02:42 -04:00
ts_screenshots Feature 3014 migrating to gradle (#3079) 2021-07-30 08:15:32 -04:00
version2header Hotfix some java_tools gradle configs (#3165) 2021-08-16 23:52:52 +03:00
ConfigDefinition.jar Write output channels with new parser (#4219) 2022-06-19 09:52:23 -04:00
bin2header.jar
enum2string.jar Technical debt: ENUM_32_BITS #3874 2022-05-01 23:52:29 -04:00
gcc_map_reader.jar fresh jar for https://github.com/rusefi/rusefi/pull/3518 2021-11-10 07:57:15 -05:00
logicdata2c.jar Multiple sync pattern for faster cranking #679 2019-05-11 15:05:15 -04:00
readme.md https://github.com/rusefi/KiCad-utils 2021-01-02 00:04:31 -05:00
ts2c.jar
version2header.jar current GIT hash is now available to firmware source code 2019-02-02 19:51:39 -05:00

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