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