summaryrefslogtreecommitdiffstats
path: root/firmware/include/timefuncs.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero1-1/+1
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero1-1/+1
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero1-0/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-3/+0
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-0/+1
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts1-1/+0
2009-08-11Consolidate day of week calculationFrank Gevaerts1-1/+1
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts1-0/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil1-0/+2
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+1
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing1-17/+4
2003-02-07more movesDaniel Stenberg1-0/+44