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:
parent
a035261089
commit
094cbd586f
4 changed files with 188 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue