rusefi/java_tools
rusefillc 0bcd333186 only: gradle 8.6 2024-02-07 19:03:52 -05:00
..
.idea only: dead 2024-01-31 08:38:18 -05:00
bin2header very dead 2022-10-15 11:10:02 -04:00
configuration_definition ops 2024-01-03 15:54:30 -05:00
configuration_definition_base only: logging getAbsolutePath 2024-02-05 00:06:52 -05:00
enum_to_string only:junit5 2023-12-15 11:29:56 -05:00
gcc_map_reader only:junit5 2023-12-15 11:29:56 -05:00
gradle/wrapper only: gradle 8.6 2024-02-07 19:03:52 -05:00
logicdata2c let's separate Android from not Android 2022-10-15 17:57:12 -04:00
pcb_sync we no longer need iml files because intellij uses gradle now 2023-04-28 20:25:59 -04:00
proxy_server only:junit5 2023-12-15 13:34:38 -05:00
trigger-image Auto-generated configs and docs 2023-09-16 04:06:22 +00:00
ts_plugin only:junit5 2023-12-15 13:34:38 -05:00
ts_plugin_launcher only:Let's admit it's time to move to gradle #3014 2023-07-04 12:20:31 -04:00
ts_screenshots we no longer need iml files because intellij uses gradle now 2023-04-28 20:25:59 -04:00
tune-tools only:proteus_f7 2024-01-02 12:57:16 -05:00
version2header clean-up 2022-10-16 02:04:04 -04:00
.gitattributes only:dox2unix 2023-06-23 21:24:57 -04:00
.gitignore progress 2023-12-15 12:03:28 -05:00
bin2header.jar Bin2Header util needed by bootloader 2017-05-30 20:42:31 +03:00
build.gradle only:junit5 2023-12-15 11:26:40 -05:00
dependencies.gradle only:junit5 2023-12-15 11:26:40 -05:00
gcc_map_reader.jar fresh jar for https://github.com/rusefi/rusefi/pull/3518 2021-11-10 07:57:15 -05:00
gradle.properties only:junit5 2023-12-15 09:51:08 -05:00
gradlew bump gradle to 8 2023-05-30 22:17:31 -04:00
gradlew.bat bump gradle to 8 2023-05-30 22:17:31 -04: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
settings.gradle only:moving peak into it's own repo 2023-12-15 16:17:04 -05: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