1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S:

1) Rework event handling and static registration mechanism. No target-
     specific code in mc13783 driver. GPIO event driver interfaces more
     cleanly.

  2) Somewhat related - enable thread priority for bootloader which is
     desireable here (ffs is used for GPIO event enabling  anyway and that
     goes along with priority).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-05-21 08:42:11 +00:00
parent 5f796087b0
commit a9c20f5789
19 changed files with 443 additions and 235 deletions

View file

@ -341,7 +341,14 @@
#endif
#if (CONFIG_CODEC == SWCODEC)
#ifndef BOOTLOADER
#ifdef BOOTLOADER
#if CONFIG_CPU == IMX31L
/* Priority in bootloader is wanted */
#define HAVE_PRIORITY_SCHEDULING
#endif
#else /* !BOOTLOADER */
#define HAVE_EXTENDED_MESSAGING_AND_NAME