summaryrefslogtreecommitdiffstats
path: root/firmware/common/timefuncs.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Calculate day-of-week after reading time from RTC. Should fix FS#11814Bertrik Sikken1-0/+1
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero1-0/+2
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero1-2/+0
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero1-0/+4
2011-03-08Return -1 for not implemented RTC functions.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-37/+0
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken1-1/+1
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-65/+12
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts1-25/+0
2009-08-11Consolidate day of week calculationFrank Gevaerts1-2/+5
2009-08-11rework new time handling functions a bit to be more memory efficientFrank Gevaerts1-20/+14
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts1-0/+39
2009-06-29Fix yellow introduced in r21561Alexander Levin1-3/+4
2009-06-29Make the get_time on non-RTC sims behave like target, i.e. always return a co...Alexander Levin1-18/+30
2009-02-13Onda VX747:Maurus Cuelenaere1-0/+6
2008-07-15Onda VX747:Maurus Cuelenaere1-2/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-15Fixed FS#7849Bertrik Sikken1-1/+1
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil1-0/+2
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-2/+2
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-13/+0
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-0/+13
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+35
2006-03-10Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold1-0/+13
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low1-4/+5
2006-03-07Fix red builds (with frustration)Brandon Low1-11/+11
2006-03-06Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low1-13/+13
2006-03-05Make the RTC read throttling work, thanks to herz42 on ircBrandon Low1-0/+1
2006-03-05Fix some yellow buildsBrandon Low1-2/+1
2006-03-05Move the RTC read throttling to a smarter placeBrandon Low1-11/+16
2005-12-11Reworking of Archos RTC code to create a (slightly) more abstract RTC apiDave Chapman1-25/+19
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-2/+2
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-0/+1
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-04-25valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing1-1/+1
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing1-0/+60
2003-01-27tm_mon starts at 0Björn Stenberg1-3/+3
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg1-1/+1
2002-11-24Killed a warningLinus Nielsen Feltzing1-1/+0
2002-11-24Removed debug outputLinus Nielsen Feltzing1-6/+0
2002-11-20Now uses timefuncs.h instead of time.hLinus Nielsen Feltzing1-1/+1
2002-11-20Only Recorders have RTCLinus Nielsen Feltzing1-0/+12
2002-11-20New time functionsLinus Nielsen Feltzing1-0/+53