1
0
Fork 0
forked from len0rd/rockbox

spi is shared between the rtc and tsc2100

adds the very begining of the rtc driver (only reads the time currently


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14935 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-10-01 05:27:43 +00:00
parent ea47ee64f0
commit 03f45d3aff
8 changed files with 95 additions and 19 deletions

View file

@ -146,6 +146,8 @@ drivers/rtc/rtc_ds1339_ds3231.c
drivers/rtc/rtc_s3c2440.c
#elif (CONFIG_RTC == RTC_AS3514)
drivers/rtc/rtc_as3514.c
#elif (CONFIG_RTC == RTC_RX5X348AB)
drivers/rtc/rtc_rx5x348ab.c
#endif /* (CONFIG_RTC == RTC_) */
#endif /* SIMULATOR */