auto-sync
This commit is contained in:
parent
697e8983b3
commit
d8fad12ab4
|
@ -38,6 +38,7 @@ java -jar ../../java_tools/gcc_map_reader.jar > ../rusefi_ram_report.txt
|
|||
cd ..
|
||||
|
||||
arm-none-eabi-size --format=berkeley "build\rusefi.elf"
|
||||
arm-none-eabi-gcc -v
|
||||
|
||||
rem file, let's program the board right away
|
||||
cd build
|
||||
|
|
|
@ -59,7 +59,7 @@ static void sayNothing(void) {
|
|||
}
|
||||
|
||||
static void sayHello(void) {
|
||||
printMsg(&logger, "*** rusEFI (c) Andrey Belomutskiy, 2012-2014. All rights reserved.");
|
||||
printMsg(&logger, "*** rusEFI (c) Andrey Belomutskiy, 2012-2015. All rights reserved.");
|
||||
printMsg(&logger, "rusEFI v%d@%s", getRusEfiVersion(), VCS_VERSION);
|
||||
printMsg(&logger, "*** Chibios Kernel: %s", CH_KERNEL_VERSION);
|
||||
printMsg(&logger, "*** Compiled: " __DATE__ " - " __TIME__ "");
|
||||
|
|
Loading…
Reference in New Issue