mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
New port: iPod Classic (also known as iPod 6G/6.5G/7G)
Major known issues: - No bootloader yet - No support for the first-generation 160GB CE-ATA hard disk drive yet - Audio playback is slow, only FLAC seems to reach realtime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f40387e74
commit
152847977a
43 changed files with 4975 additions and 37 deletions
|
@ -59,9 +59,12 @@
|
|||
#ifdef CPU_TCC780X
|
||||
#include "tcc780x.h"
|
||||
#endif
|
||||
#ifdef CPU_S5L870X
|
||||
#if CONFIG_CPU == S5L8700 || CONFIG_CPU == S5L8701
|
||||
#include "s5l8700.h"
|
||||
#endif
|
||||
#if CONFIG_CPU == S5L8702
|
||||
#include "s5l8702.h"
|
||||
#endif
|
||||
#if CONFIG_CPU == JZ4732
|
||||
#include "jz4740.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue