1
0
Fork 0
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:
Dave Chapman 2005-12-11 10:52:17 +00:00
parent 060320b95c
commit e066a20b67
8 changed files with 257 additions and 164 deletions

View file

@ -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