diff --git a/build/tests/AppliCooperation/CooperationA/ARM9/main.rsf b/build/tests/AppliCooperation/CooperationA/ARM9/main.rsf index 884a71fe..2f5b1192 100644 --- a/build/tests/AppliCooperation/CooperationA/ARM9/main.rsf +++ b/build/tests/AppliCooperation/CooperationA/ARM9/main.rsf @@ -175,7 +175,4 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/data - Root /data - File NTR_IPL_font_m.NFTR } diff --git a/build/tests/AppliCooperation/CooperationA/banner/Makefile b/build/tests/AppliCooperation/CooperationA/banner/Makefile index ea261271..aafe44c2 100644 --- a/build/tests/AppliCooperation/CooperationA/banner/Makefile +++ b/build/tests/AppliCooperation/CooperationA/banner/Makefile @@ -16,7 +16,8 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs +include $(TWLSDK_ROOT)/build/buildtools/commondefs +MAKEBANNER = $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe ICON_DIR = ./icon @@ -35,7 +36,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules +include $(TWLSDK_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/tests/AppliCooperation/CooperationB/ARM9/main.rsf b/build/tests/AppliCooperation/CooperationB/ARM9/main.rsf index 0ebcbf4b..fa4fb30a 100644 --- a/build/tests/AppliCooperation/CooperationB/ARM9/main.rsf +++ b/build/tests/AppliCooperation/CooperationB/ARM9/main.rsf @@ -175,7 +175,4 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/data - Root /data - File NTR_IPL_font_m.NFTR } diff --git a/build/tests/AppliCooperation/CooperationB/banner/Makefile b/build/tests/AppliCooperation/CooperationB/banner/Makefile index ea261271..aafe44c2 100644 --- a/build/tests/AppliCooperation/CooperationB/banner/Makefile +++ b/build/tests/AppliCooperation/CooperationB/banner/Makefile @@ -16,7 +16,8 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs +include $(TWLSDK_ROOT)/build/buildtools/commondefs +MAKEBANNER = $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe ICON_DIR = ./icon @@ -35,7 +36,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules +include $(TWLSDK_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/tests/AppliCooperation/CooperationC/ARM9/main.rsf b/build/tests/AppliCooperation/CooperationC/ARM9/main.rsf index 884a71fe..2f5b1192 100644 --- a/build/tests/AppliCooperation/CooperationC/ARM9/main.rsf +++ b/build/tests/AppliCooperation/CooperationC/ARM9/main.rsf @@ -175,7 +175,4 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/data - Root /data - File NTR_IPL_font_m.NFTR } diff --git a/build/tests/AppliCooperation/CooperationC/banner/Makefile b/build/tests/AppliCooperation/CooperationC/banner/Makefile index ea261271..aafe44c2 100644 --- a/build/tests/AppliCooperation/CooperationC/banner/Makefile +++ b/build/tests/AppliCooperation/CooperationC/banner/Makefile @@ -16,7 +16,8 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs +include $(TWLSDK_ROOT)/build/buildtools/commondefs +MAKEBANNER = $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe ICON_DIR = ./icon @@ -35,7 +36,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules +include $(TWLSDK_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/tests/AppliCooperation/doc/サンプル動作解説(暫定版).vsd b/build/tests/AppliCooperation/doc/サンプル動作解説(暫定版).vsd deleted file mode 100644 index 3282c206..00000000 Binary files a/build/tests/AppliCooperation/doc/サンプル動作解説(暫定版).vsd and /dev/null differ diff --git a/build/tests/ExecPreLoadedApp/ARM9/main.rsf b/build/tests/ExecPreLoadedApp/ARM9/main.rsf index 8461e06c..bb1048fc 100644 --- a/build/tests/ExecPreLoadedApp/ARM9/main.rsf +++ b/build/tests/ExecPreLoadedApp/ARM9/main.rsf @@ -114,8 +114,7 @@ Property # WRAM mapping: [MAP_BB_HYB/MAP_BB_LTD/MAP_TS_HYB/MAP_TS_LTD] # don't have to edit # -# WramMapping $(MAKEROM_WRAM_MAPPING) - WramMappingDirect $(TWL_IPL_RED_ROOT)/build/components/hyena.TWL/wram_regs/wram_regs.rbin + WramMapping $(MAKEROM_WRAM_MAPPING) # # Codec mode: diff --git a/build/tests/ExecPreLoadedApp/banner/Makefile b/build/tests/ExecPreLoadedApp/banner/Makefile index ea261271..aafe44c2 100644 --- a/build/tests/ExecPreLoadedApp/banner/Makefile +++ b/build/tests/ExecPreLoadedApp/banner/Makefile @@ -16,7 +16,8 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs +include $(TWLSDK_ROOT)/build/buildtools/commondefs +MAKEBANNER = $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe ICON_DIR = ./icon @@ -35,7 +36,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules +include $(TWLSDK_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/tests/ExecTmpApp/ARM9/main.rsf b/build/tests/ExecTmpApp/ARM9/main.rsf index 8461e06c..bb1048fc 100644 --- a/build/tests/ExecTmpApp/ARM9/main.rsf +++ b/build/tests/ExecTmpApp/ARM9/main.rsf @@ -114,8 +114,7 @@ Property # WRAM mapping: [MAP_BB_HYB/MAP_BB_LTD/MAP_TS_HYB/MAP_TS_LTD] # don't have to edit # -# WramMapping $(MAKEROM_WRAM_MAPPING) - WramMappingDirect $(TWL_IPL_RED_ROOT)/build/components/hyena.TWL/wram_regs/wram_regs.rbin + WramMapping $(MAKEROM_WRAM_MAPPING) # # Codec mode: diff --git a/build/tests/ExecTmpApp/banner/Makefile b/build/tests/ExecTmpApp/banner/Makefile index ea261271..aafe44c2 100644 --- a/build/tests/ExecTmpApp/banner/Makefile +++ b/build/tests/ExecTmpApp/banner/Makefile @@ -16,7 +16,8 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs +include $(TWLSDK_ROOT)/build/buildtools/commondefs +MAKEBANNER = $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe ICON_DIR = ./icon @@ -35,7 +36,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules +include $(TWLSDK_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/tests/SimpleApp/ARM9/main.rsf b/build/tests/SimpleApp/ARM9/main.rsf index 197a3b9b..fa4fb30a 100644 --- a/build/tests/SimpleApp/ARM9/main.rsf +++ b/build/tests/SimpleApp/ARM9/main.rsf @@ -175,7 +175,4 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot / - Root / - File } diff --git a/build/tests/SimpleApp/banner/Makefile b/build/tests/SimpleApp/banner/Makefile index ea261271..aafe44c2 100644 --- a/build/tests/SimpleApp/banner/Makefile +++ b/build/tests/SimpleApp/banner/Makefile @@ -16,7 +16,8 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs +include $(TWLSDK_ROOT)/build/buildtools/commondefs +MAKEBANNER = $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe ICON_DIR = ./icon @@ -35,7 +36,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules +include $(TWLSDK_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/tests/docs/NANDアプリ間連携サンプル動作解説およびパラメタ仕様.pdf b/build/tests/docs/NANDアプリ間連携サンプル動作解説およびパラメタ仕様.pdf new file mode 100644 index 00000000..e3dd1e5f Binary files /dev/null and b/build/tests/docs/NANDアプリ間連携サンプル動作解説およびパラメタ仕様.pdf differ diff --git a/build/tests/docs/NANDアプリ間連携サンプル動作解説およびパラメタ仕様.vsd b/build/tests/docs/NANDアプリ間連携サンプル動作解説およびパラメタ仕様.vsd new file mode 100644 index 00000000..09a83d4f Binary files /dev/null and b/build/tests/docs/NANDアプリ間連携サンプル動作解説およびパラメタ仕様.vsd differ diff --git a/build/tests/docs/tmp保存アプリ起動サンプル動作解説.pdf b/build/tests/docs/tmp保存アプリ起動サンプル動作解説.pdf new file mode 100644 index 00000000..a677975a Binary files /dev/null and b/build/tests/docs/tmp保存アプリ起動サンプル動作解説.pdf differ diff --git a/build/tests/docs/tmp保存アプリ起動サンプル動作解説.vsd b/build/tests/docs/tmp保存アプリ起動サンプル動作解説.vsd new file mode 100644 index 00000000..c833785f Binary files /dev/null and b/build/tests/docs/tmp保存アプリ起動サンプル動作解説.vsd differ diff --git a/build/tests/docs/メモリロード済みアプリ起動サンプル動作解説.pdf b/build/tests/docs/メモリロード済みアプリ起動サンプル動作解説.pdf new file mode 100644 index 00000000..4864d5bd Binary files /dev/null and b/build/tests/docs/メモリロード済みアプリ起動サンプル動作解説.pdf differ diff --git a/build/tests/docs/メモリロード済みアプリ起動サンプル動作解説.vsd b/build/tests/docs/メモリロード済みアプリ起動サンプル動作解説.vsd new file mode 100644 index 00000000..f7e11360 Binary files /dev/null and b/build/tests/docs/メモリロード済みアプリ起動サンプル動作解説.vsd differ