mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add SysCfg viewer for iPod 6G in the debug menu
Change-Id: I4e142f40777c7f8ae58f2b46fc6a3ec4f12aa530
This commit is contained in:
parent
c2c8fcb561
commit
4691152f92
3 changed files with 127 additions and 4 deletions
|
@ -1568,6 +1568,9 @@ target/arm/s5l8702/clocking-s5l8702.c
|
|||
target/arm/s5l8702/ipod6g/lcd-6g.c
|
||||
target/arm/s5l8702/ipod6g/lcd-asm-6g.S
|
||||
target/arm/s5l8702/ipod6g/piezo-6g.c
|
||||
target/arm/s5l8702/spi-s5l8702.c
|
||||
target/arm/s5l8702/crypto-s5l8702.c
|
||||
target/arm/s5l8702/nor-s5l8702.c
|
||||
#if 0 //TODO
|
||||
target/arm/s5l8702/postmortemstub.S
|
||||
#endif
|
||||
|
@ -1587,10 +1590,6 @@ target/arm/s5l8702/debug-s5l8702.c
|
|||
target/arm/s5l8702/pcm-s5l8702.c
|
||||
target/arm/s5l8702/ipod6g/audio-6g.c
|
||||
target/arm/s5l8702/ipod6g/cscodec-6g.c
|
||||
#else
|
||||
target/arm/s5l8702/spi-s5l8702.c
|
||||
target/arm/s5l8702/crypto-s5l8702.c
|
||||
target/arm/s5l8702/nor-s5l8702.c
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* IPOD_6G */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue