]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/Tupfile
Add get_fattime(), move buffers from stack to heap
[z180-stamp.git] / avr / Tupfile
index 9fc073984f627f106b14835a9f7338d15e043d7b..78e9744ed9ad33235b5724f6130cd51c150f03de 100644 (file)
@@ -16,6 +16,7 @@ SRC           += $(FATFS) $(TOP)/fatfs/src/option/unicode.c
 #TODO: time lib
 SRC            += ../time/asctime_r.c ../time/gmtime_r.c ../time/mk_gmtime.c
 SRC            += ../time/print_lz.c ../time/isLeap.c
+SRC            += ../time/time.c ../time/fatfs_time.c
 SRC            += ../time/system_time.c ../time/set_system_time.c
 
 ASRC   += ../time/system_tick.S