Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd
This commit is contained in:
commit
8ea1ec0147
|
@ -1 +0,0 @@
|
|||
arm-none-eabi-objdump -S debug_EMS/rusefi.elf > debug.dump
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
st-link_cli -c SWD ur -P Debug_EMS\rusefi.hex -Rst -Run
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue