mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
mainループの前に活栓挿抜機能の初期化とカードブート関数を追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@226 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b65d89003b
commit
18e26791fb
@ -34,8 +34,11 @@
|
||||
#include <twl/cdc.h>
|
||||
#include <twl/aes.h>
|
||||
#include <twl/mcu.h>
|
||||
#include <sysmenu/boot/common/boot.h>
|
||||
#include <sysmenu/sysmenu_lib/common/sysmenu_work.h>
|
||||
#include <sysmenu/boot/common/boot.h>
|
||||
#include <sysmenu/sysmenu_lib/common/sysmenu_work.h>
|
||||
|
||||
#include <sysmenu/card/common/blowfish.h>
|
||||
#include <sysmenu/card/common/Card.h>
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
’è<EFBFBD>”’è‹`
|
||||
@ -144,6 +147,12 @@ TwlSpMain(void)
|
||||
|
||||
BOOT_Init();
|
||||
|
||||
// 活栓挿抜機能初期化
|
||||
Cardm_Init();
|
||||
|
||||
// カードがささっていたらブート開始
|
||||
Card_Boot();
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
OS_Halt();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user