From d37f6cb1f3cac35b1f7f7373062fddb638707570 Mon Sep 17 00:00:00 2001 From: barthess Date: Sat, 1 Nov 2014 15:44:30 +0000 Subject: RTCv1. Time converstion functions moved to rtc.c(h). Chrtclib deleted. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7443 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F1xx/RTC/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testhal/STM32/STM32F1xx/RTC') diff --git a/testhal/STM32/STM32F1xx/RTC/Makefile b/testhal/STM32/STM32F1xx/RTC/Makefile index 88272a9de..7cd4bc0cb 100644 --- a/testhal/STM32/STM32F1xx/RTC/Makefile +++ b/testhal/STM32/STM32F1xx/RTC/Makefile @@ -5,7 +5,7 @@ # Compiler options here. ifeq ($(USE_OPT),) - USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16 + USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 endif # C specific options here (added to USE_OPT). @@ -101,8 +101,7 @@ CSRC = $(PORTSRC) \ $(OSALSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ - main.c \ - $(CHIBIOS)/os/various/chrtclib.c + main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3