index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
export
/
rtc.h
(
unfollow
)
Commit message (
Expand
)
Author
2010-05-22
rtc_enable_alarm() needs no return value
Rafaël Carré
2009-09-26
FS#10569 RTC driver cleanup
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-10-24
Try and save some bytes, seeing as we already assumed LANG_ constants for mon...
Steve Bavin
2007-03-16
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...
Jens Arnold
2007-03-03
remove runtime detection of h1x0 series RTC MOD, but leave driver code
Robert Kukla
2007-02-28
Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...
Thom Johansen
2007-02-28
FS#6419 - driver for H1x0 series RTC Mod with runtime detection
Robert Kukla
2006-03-18
Real Time Clock support in the WPS
Brandon Low
2005-12-11
Reworking of Archos RTC code to create a (slightly) more abstract RTC api
Dave Chapman
2005-12-04
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...
Dave Chapman
2005-02-06
A proper alarm clock for the V2/FM (and v1 with mod)
Christi Scarborough
2005-02-05
Bugfix: Resume does not prompt if the unit has woken due to the RTC alarm
Christi Scarborough
2003-02-07
Move publicly (from apps) accessed files from drivers/ to export/.
Daniel Stenberg
2003-01-22
Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...
Uwe Freese
2002-11-20
Added rtc_read_multiple()
Linus Nielsen Feltzing
2002-08-06
Added rtc_init()
Linus Nielsen Feltzing
2002-06-24
Added first RTC functions
Linus Nielsen Feltzing
2002-06-24
games and screensavers are now in submenus
Robert Hak
2002-05-26
Sound settings
Björn Stenberg
2002-05-24
Proper declaration of show_splash and main_menu
Björn Stenberg
2002-05-13
Changing to C99 'bool' type
Björn Stenberg
2002-04-26
Simpler API and remove interrupt code
Björn Stenberg
2002-04-23
Moved driver to 'drivers' subdir
Björn Stenberg
2002-04-20
Fixed REG and REG_ADDR style macros
Björn Stenberg
2002-03-28
First version
Björn Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg