1
0
Fork 0
forked from len0rd/rockbox

Implement a C version lcd-as-memframe.c and move it and the asm to firmware/asm.

Change-Id: I20c3af0368202493d54fb776530300a39d47873a
This commit is contained in:
Thomas Martitz 2012-01-07 23:22:28 +01:00
parent a035261089
commit 094cbd586f
4 changed files with 188 additions and 11 deletions

View file

@ -5,3 +5,10 @@ memmove.c
memset.c
strlen.c
#endif
#if (defined(SANSA_E200) || defined(GIGABEAT_F) || defined(GIGABEAT_S) || \
defined(CREATIVE_ZVx) || defined(SANSA_CONNECT) || defined(SANSA_FUZEPLUS) || \
defined(COWON_D2) || defined(MINI2440) || (defined(MROBE_500) && !defined(LCD_USE_DMA))) && \
!defined(SIMULATOR)
lcd-as-memframe.c
#endif