新マイコン対応

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@506 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-01-23 07:37:05 +00:00
parent ed53de77d1
commit 301b8c21f9
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Autoload WRAM
libcdc_sp$(LIBSUFFIX).a \
libtpex_sp$(LIBSUFFIX).a \
libmicex_sp$(LIBSUFFIX).a \
libmcu_sp$(LIBSUFFIX).a \
libboot_sp$(LIBSUFFIX).a \
libreboot_sp$(LIBSUFFIX).a \
libcardboot_sp$(LIBSUFFIX).a \

View File

@ -46,6 +46,7 @@
/* Priorities of each threads */
#define THREAD_PRIO_SPI 2
#define THREAD_PRIO_MCU 4 // Žbč
#define THREAD_PRIO_SND 6
#define THREAD_PRIO_FATFS 8
#define THREAD_PRIO_RTC 12
@ -158,6 +159,7 @@ TwlSpMain(void)
#ifndef SDK_NOCRYPTO
AES_Init(); // AES <20>‰Šú‰»
#endif
MCU_InitIrq(THREAD_PRIO_MCU); // MCU ʉŠú‰»
}
if (OSi_IsCodecTwlMode() == TRUE)