auto-sync

This commit is contained in:
rusEfi 2015-03-01 19:05:26 -06:00
parent 697e8983b3
commit d8fad12ab4
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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__ "");