From 103d12a877f09e5d812f8c9c1fbf13ddbea4f78c Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Mon, 11 May 2015 21:11:37 +0200 Subject: esp8266: Add utime and pyb.RTC --- esp8266/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'esp8266/Makefile') diff --git a/esp8266/Makefile b/esp8266/Makefile index c891c50dc..aac37bd2c 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -18,6 +18,7 @@ INC += -I.. INC += -I../stmhal INC += -I../lib/mp-readline INC += -I../lib/netutils +INC += -I../lib/timeutils INC += -I$(BUILD) INC += -I$(ESP_SDK)/include @@ -52,7 +53,9 @@ SRC_C = \ uart.c \ modpyb.c \ modpybpin.c \ + modpybrtc.c \ modesp.c \ + modutime.c \ utils.c \ $(BUILD)/frozen.c \ @@ -66,6 +69,7 @@ LIB_SRC_C = $(addprefix lib/,\ libc/string0.c \ mp-readline/readline.c \ netutils/netutils.c \ + timeutils/timeutils.c \ ) SRC_S = \ -- cgit v1.2.3