1
0
Fork 0
forked from len0rd/rockbox

Simulator for Samsung YP-R0

Enable simulator for the target ypr0 to
be built and used.

Change-Id: I1b080f07ab90f5c4856881d08ad70e1053bbb0c0
Reviewed-on: http://gerrit.rockbox.org/618
Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
This commit is contained in:
Lorenzo Miori 2013-09-16 00:02:28 +02:00 committed by Frank Gevaerts
parent d13e5b964e
commit 9a8ed6ba35
7 changed files with 114 additions and 9 deletions

View file

@ -14,7 +14,7 @@ powermgmt.c
target/hosted/cpuinfo-linux.c
#endif
#ifndef SAMSUNG_YPR0 /* uses as3514 rtc */
#if !defined(SAMSUNG_YPR0) || defined(SIMULATOR) /* uses as3514 rtc */
target/hosted/rtc.c
#endif
@ -74,7 +74,7 @@ target/hosted/sdl/app/button-application.c
#endif
#endif
#ifdef SAMSUNG_YPR0
#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
drivers/adc-as3514.c
drivers/lcd-memframe.c
#if (CONFIG_RTC == RTC_AS3514)