forked from len0rd/rockbox
Changes to make the Nano2G sim build. It is still missing a UI-ipodnano2g.bmp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
11bd80cd38
commit
81ef39bd8d
2 changed files with 9 additions and 0 deletions
|
@ -1320,6 +1320,7 @@ target/arm/s5l8700/udacodec-meizu.c
|
||||||
#endif /* MEIZU_M3 */
|
#endif /* MEIZU_M3 */
|
||||||
|
|
||||||
#ifdef IPOD_NANO2G
|
#ifdef IPOD_NANO2G
|
||||||
|
#ifndef SIMULATOR
|
||||||
drivers/audio/wm8975.c
|
drivers/audio/wm8975.c
|
||||||
target/arm/ipod/button-clickwheel.c
|
target/arm/ipod/button-clickwheel.c
|
||||||
target/arm/s5l8700/kernel-s5l8700.c
|
target/arm/s5l8700/kernel-s5l8700.c
|
||||||
|
@ -1339,6 +1340,7 @@ target/arm/s5l8700/ipodnano2g/nand-nano2g.c
|
||||||
target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
|
target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
|
||||||
target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
|
target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
#if CONFIG_CPU == JZ4732
|
#if CONFIG_CPU == JZ4732
|
||||||
|
|
|
@ -116,6 +116,13 @@
|
||||||
#define UI_LCD_POSX 13 /* x position of lcd */
|
#define UI_LCD_POSX 13 /* x position of lcd */
|
||||||
#define UI_LCD_POSY 14 /* y position of lcd */
|
#define UI_LCD_POSY 14 /* y position of lcd */
|
||||||
|
|
||||||
|
#elif defined(IPOD_NANO2G)
|
||||||
|
#define UI_TITLE "iPod Nano 2G"
|
||||||
|
#define UI_WIDTH 199 /* width of GUI window */
|
||||||
|
#define UI_HEIGHT 421 /* height of GUI window */
|
||||||
|
#define UI_LCD_POSX 13 /* x position of lcd */
|
||||||
|
#define UI_LCD_POSY 14 /* y position of lcd */
|
||||||
|
|
||||||
#elif defined(IPOD_VIDEO)
|
#elif defined(IPOD_VIDEO)
|
||||||
#define UI_TITLE "iPod Video"
|
#define UI_TITLE "iPod Video"
|
||||||
#define UI_WIDTH 350 /* width of GUI window */
|
#define UI_WIDTH 350 /* width of GUI window */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue