From 301b8c21f9c1ca8c41454aeeca308a8011a86f1f Mon Sep 17 00:00:00 2001 From: yutaka Date: Wed, 23 Jan 2008 07:37:05 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E3=83=9E=E3=82=A4=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@506 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/components/hyena.TWL/hyena.lsf | 1 + build/components/hyena.TWL/src/main.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/build/components/hyena.TWL/hyena.lsf b/build/components/hyena.TWL/hyena.lsf index 43fabadd..8585b7d5 100644 --- a/build/components/hyena.TWL/hyena.lsf +++ b/build/components/hyena.TWL/hyena.lsf @@ -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 \ diff --git a/build/components/hyena.TWL/src/main.c b/build/components/hyena.TWL/src/main.c index a7c7e3c9..8d0b782e 100644 --- a/build/components/hyena.TWL/src/main.c +++ b/build/components/hyena.TWL/src/main.c @@ -46,6 +46,7 @@ /* Priorities of each threads */ #define THREAD_PRIO_SPI 2 +#define THREAD_PRIO_MCU 4 // 暫定 #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 初期化 #endif + MCU_InitIrq(THREAD_PRIO_MCU); // MCU 初期化 } if (OSi_IsCodecTwlMode() == TRUE)