Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd

This commit is contained in:
rusefi 2017-04-02 23:43:56 -04:00
commit 271b3f8e54
4 changed files with 1 additions and 8 deletions

View File

@ -1 +0,0 @@
arm-none-eabi-objdump -S debug_EMS/rusefi.elf > debug.dump

View File

@ -1,5 +0,0 @@
arm-none-eabi-objdump -S debug_EGT2CAN/rusefi.elf > debug.dump
cd debug_EGT2CAN
java -jar ../../java_tools/gcc_map_reader.jar > ../rusefi_ram_report.txt

View File

@ -1 +0,0 @@
st-link_cli -c SWD ur -P Debug_EMS\rusefi.hex -Rst -Run

View File

@ -250,5 +250,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20170401;
return 20170402;
}