From 0af539f56fb3d1633f83920d4be8a78093116598 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 22 Feb 2024 10:46:01 -0500 Subject: [PATCH] only:docs --- java_console/readme.md | 2 ++ java_tools/readme.md | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/java_console/readme.md b/java_console/readme.md index 138a7fbe44..3f9fdca8e6 100644 --- a/java_console/readme.md +++ b/java_console/readme.md @@ -1,3 +1,5 @@ Here we have source code for rusEFI console: while [TunerStudio](http://www.tunerstudio.com/index.php/products/tuner-studio) is the primary calibration frontend application we need secondary app for firmware update and some advanced troubleshooting. One day we shall combine but not yet :( See also http://rusefi.com/build_server/ for pre-compiled full bundle + +this java_console folder is part of [../java_tools](../java_tools) gradle project diff --git a/java_tools/readme.md b/java_tools/readme.md index 6ee350dde6..3471fe7063 100644 --- a/java_tools/readme.md +++ b/java_tools/readme.md @@ -1,11 +1,12 @@ -Here we have some tiny dev utilities - average rusEFI user would not need to use any of these! - +Here we have some dev utilities - average rusEFI user would not need to use any of these! ``` -cd android ./gradlew :config_definition:shadowJar ``` +``configuration_definition`` is the most valuable subproject: that code reads + + 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 @@ -14,4 +15,4 @@ version2header creates a C language header containting current SVN version enum2string -KiCad tools have moved to https://github.com/rusefi/KiCad-utils \ No newline at end of file +KiCad tools have moved to https://github.com/rusefi/KiCad-utils