worth it's own command

This commit is contained in:
rusefi 2019-02-10 23:26:00 -05:00
parent 9325cd6d23
commit abb3a1558f
2 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,7 @@ rem 7z a firmaware_binary.zip rusefi.hex rusefi.ini features.h flash.bat
rem cd ../firmware
cd build
rem Generate human-readable version of the .map memory usage report
java -jar ../../java_tools/gcc_map_reader.jar rusefi.map > ../rusefi_ram_report.txt
cd ..
call generate_memory_usage_report.bat
echo Looking at size
arm-none-eabi-size --format=berkeley "build\rusefi.elf"

View File

@ -0,0 +1,3 @@
rem Generate human-readable version of the .map memory usage report
java -jar ../java_tools/gcc_map_reader.jar build/rusefi.map > rusefi_ram_report.txt