1
0
Fork 0
forked from len0rd/rockbox

Added memset16() for filling memory regions with 16 bit values, needed for upcoming 16 bit LCD driver opts. ASM optimised for coldfire.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8773 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-02-22 01:20:45 +00:00
parent a875703e6e
commit eb65f89f0e
4 changed files with 257 additions and 0 deletions

View file

@ -45,6 +45,11 @@ common/memcpy.c
common/memmove.c
common/memset.c
#endif
#ifdef CPU_COLDFIRE
common/memset16_a.S
#else
common/memset16.c
#endif
#ifdef HAVE_LCD_CHARCELLS
drivers/lcd-player-charset.c
drivers/lcd-player.c