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