forked from len0rd/rockbox
Add support for S5L8720 in various places
Due to its similarity with S5L8702, clickwheel support and sleep can be used as-is on S5L8720. DRAM and IRAM are also configured. Change-Id: I52f8a3417e6a25c7360b1cae2fb5eed621e2e0db
This commit is contained in:
parent
6691214e51
commit
d7b57e33d9
5 changed files with 20 additions and 13 deletions
|
@ -4,7 +4,7 @@ snprintf.c
|
|||
|
||||
#if defined(IPOD_NANO2G)
|
||||
ipodnano2g.c
|
||||
#elif defined(IPOD_6G)
|
||||
#elif defined(IPOD_6G) || defined(IPOD_NANO3G) || defined(IPOD_NANO4G)
|
||||
ipod-s5l87xx.c
|
||||
#elif defined(IPOD_ARCH)
|
||||
ipod.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue