forked from len0rd/rockbox
iPod: Cleanup of i2c code and addition of RTC driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8219 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
060320b95c
commit
e066a20b67
8 changed files with 257 additions and 164 deletions
|
@ -99,6 +99,9 @@ drivers/mas.c
|
|||
#ifdef IRIVER_H300_SERIES
|
||||
drivers/pcf50606.c
|
||||
#endif
|
||||
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO)
|
||||
drivers/pcf50605.c
|
||||
#endif
|
||||
#if CONFIG_RTC == RTC_M41ST84W
|
||||
drivers/rtc.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue