mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
ea47ee64f0
commit
03f45d3aff
8 changed files with 95 additions and 19 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue