rusefi-1/java_tools
rusefillc 64a4a76aa1 Adding stuff into livedata.yaml needs _two_ rounds of config generation #4514 2022-09-03 06:31:16 -04:00
..
bin2header transitive dependencies 2022-03-15 14:24:54 -04:00
configuration_definition Adding stuff into livedata.yaml needs _two_ rounds of config generation #4514 2022-09-02 23:15:47 -04:00
enum_to_string Adding stuff into livedata.yaml needs _two_ rounds of config generation #4514 2022-09-03 06:31:16 -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 FullServerTest should not depend on very fresh .ini from internet fix #4462 2022-08-22 19:55:14 -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 Ant should go, gradle is the unified way #4371 2022-07-28 16:41:34 -04:00
ts_plugin_launcher nicer toString 2022-07-15 04:31:41 -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 Struct array for outputs #4442 2022-08-16 20:05:01 -04:00
bin2header.jar Bin2Header util needed by bootloader 2017-05-30 20:42:31 +03:00
enum2string.jar Adding stuff into livedata.yaml needs _two_ rounds of config generation #4514 2022-09-02 23:15:47 -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 write down how to build configuration generation tool fix #4447 2022-08-15 18:42:25 -04:00
ts2c.jar manual sync 2017-02-20 17:24:52 -05:00
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!

cd android
./gradlew :config_definition:shadowJar

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