mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
最新SDK対応
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@236 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
53bc5f01d3
commit
20d3856cb6
@ -45,12 +45,14 @@ Autoload WRAM
|
|||||||
libmath_sp.TWL$(CODEGEN).a \
|
libmath_sp.TWL$(CODEGEN).a \
|
||||||
libscfg_sp.TWL$(CODEGEN).a \
|
libscfg_sp.TWL$(CODEGEN).a \
|
||||||
libtp_sp.TWL$(CODEGEN).a \
|
libtp_sp.TWL$(CODEGEN).a \
|
||||||
|
libmic_sp.TWL$(CODEGEN).a \
|
||||||
libfs_sp.TWL$(CODEGEN).a \
|
libfs_sp.TWL$(CODEGEN).a \
|
||||||
libcard_sp.TWL$(CODEGEN).a \
|
libcard_sp.TWL$(CODEGEN).a \
|
||||||
libi2c_sp.TWL$(CODEGEN).a \
|
libi2c_sp.TWL$(CODEGEN).a \
|
||||||
libcamera_sp.TWL$(CODEGEN).a \
|
libcamera_sp.TWL$(CODEGEN).a \
|
||||||
libcdc_sp.TWL$(CODEGEN).a \
|
libcdc_sp.TWL$(CODEGEN).a \
|
||||||
libtpex_sp.TWL$(CODEGEN).a \
|
libtpex_sp.TWL$(CODEGEN).a \
|
||||||
|
libmicex_sp.TWL$(CODEGEN).a \
|
||||||
libnvram_sp.TWL$(CODEGEN).a \
|
libnvram_sp.TWL$(CODEGEN).a \
|
||||||
librtc_sp.TWL$(CODEGEN).a \
|
librtc_sp.TWL$(CODEGEN).a \
|
||||||
libwvr_sp.TWL$(CODEGEN).a \
|
libwvr_sp.TWL$(CODEGEN).a \
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
#include <twl/rtc.h>
|
#include <twl/rtc.h>
|
||||||
#include <nitro/hw/common/lcd.h>
|
#include <nitro/hw/common/lcd.h>
|
||||||
#include <nitro/gx.h>
|
#include <nitro/gx.h>
|
||||||
#include <twl/os/ARM7/codecmode.h>
|
#include <twl/os/common/codecmode.h>
|
||||||
#include <twl/cdc.h>
|
#include <twl/cdc.h>
|
||||||
#include <twl/aes.h>
|
#include <twl/aes.h>
|
||||||
#include <twl/mcu.h>
|
#include <twl/mcu.h>
|
||||||
@ -125,7 +125,7 @@ TwlSpMain(void)
|
|||||||
AES_Init(); // AES <20>‰Šú‰»
|
AES_Init(); // AES <20>‰Šú‰»
|
||||||
}
|
}
|
||||||
|
|
||||||
if (OS_IsCodecTwlMode() == TRUE)
|
if (OSi_IsCodecTwlMode() == TRUE)
|
||||||
{
|
{
|
||||||
// CODEC <20>‰Šú‰»
|
// CODEC <20>‰Šú‰»
|
||||||
InitializeCdc();
|
InitializeCdc();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user