1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <title>CTR Tools</title>
7    <style type="text/css">
8    <!--
9    body {
10    /*
11        font-size       : 10pt;
12    */
13        font-weight     : normal;
14        color           : #000000;
15        margin          : 8px;
16    }
17
18    div {
19        width           : 98%;
20        white-space     : nowrap;
21    }
22
23    div.title {
24        text-align      : left;
25        font-weight     : bold;
26    /*
27        font-size       : 16pt;
28    */
29        font-size       : 150%;
30        color           : #202020;
31        border-style    : double;
32        border-width    : 8px;
33        /* タイトルを囲む枠線の色を指定 */
34        border-color    : #CD202C;
35
36        /* RVLプラットフォーム系列 */
37    /*
38        border-color    : #34beed;
39    */
40
41        /* TWLプラットフォーム系列 */
42    /*
43        border-color    : #ff458f;
44    */
45
46        margin          : 4px;
47        padding         : 4px;
48    }
49    H1 {
50      font-size		: 150%;
51      font-family		: Arial;
52      border-bottom-width	: 5px;
53      border-bottom-style	: solid;
54      border-bottom-color	: #CD202C;
55      padding-bottom		: 1px;
56      margin-bottom		: 20px;
57      letter-spacing		: normal;
58      font-weight		: bold;
59    }
60
61    h2 {
62        font-weight     : bold;
63    /*
64        font-size       : 16pt;
65    */
66        font-size       : 150%;
67        border-style    : none none solid double;
68        border-width    : 0px 0px 2px 8px;
69        /* 見出しの線の色を指定 */
70        border-color    : #CD202C;
71
72        /* RVLプラットフォーム系列 */
73    /*
74        border-color    : #34beed;
75    */
76
77        /* TWLプラットフォーム系列 */
78    /*
79        border-color    : #ff458f;
80    */
81
82        margin-left     : 2px;
83        padding-left    : 4px;
84    }
85    CODE {
86      font-family		: "Courier New", monospace;
87      position		: normal;
88      left			: 12px;
89      font-size		: 10pt;
90    }
91    table {
92      margin-top        : 2pt;
93      margin-bottom     : 2pt;
94      margin-left       : 0pt;
95      margin-right      : 0pt;
96      padding-left      : 0pt;
97      padding-right     : 0pt;
98      position          : relative;
99      left              : 12px;
100      font-family       : Arial;
101      font-size         : 10pt;
102      border-style      : none none none none;
103    }
104    td,th {
105      padding           : 2pt;
106      border-width      : 2pt;
107      border-style      : none none none none;
108      font-style        : normal;
109      text-align        : left;
110    }
111    td {
112      background        : #e8f4f4;
113      font-weight       : normal;
114    }
115    th {
116      background        : #c0d8d8;
117      font-weight       : bold;
118    }
119
120    p {
121        margin-left     : 4px;
122    }
123    p.code {
124      font-family		: "Courier New", monospace;
125      position		: normal;
126      left			: 12px;
127      font-size		: 10pt;
128      background            : #e8f4f4;
129    }
130
131    -->
132    </style>
133
134  </head>
135  <body>
136    <h1>CTR Tools</h1>
137    <h2>Overview</h2>
138    <p>
139        The <CODE>CTR_SDK/tools/TargetTools</CODE> directory contains the CTR tools used for application development.
140
141        These CTR tools have a file extension of <CODE>.csu</CODE>, but they can be treated just like files with the <CODE>.cci</CODE> extension. When these are executed in a debugger, however, they will start automatically and do not allow breakpoints or other debugging operations.
142    </p>
143    <p>
144        Here we provide a list of those CTR tools with links to the pages where each tool is described in detail.
145    </p>
146
147    <h2>List</h2>
148
149    <table>
150    <tr><td><a href="../ctools/BossLotcheckTool.html"><CODE>BossLotcheckTool</CODE></a>
151        <td>A tool for debugging SpotPass.
152    <tr><td><a href="../ctools/CecBoxTool.html"><CODE>CecBoxTool</CODE></a>
153        <td>A tool for debugging StreetPass.
154    <tr><td><a href="../ctools/CecLotcheckTool.html"><CODE>CecLotcheckTool</CODE></a>
155        <td>A Lotcheck tool for debugging StreetPass and checking its operation.
156    <tr><td><a href="../ctools/Config.html"><CODE>Config</CODE></a>
157        <td>Changes the settings stored to system memory.
158    <tr><td><a href="../ctools/DevMenu.html"><CODE>DevMenu</CODE></a>
159        <td>Manages the import applications contained in the <CODE>CIA</CODE> file that is imported.
160    <tr><td><a href="../ctools/DlpClient.html"><CODE>DlpClient</CODE></a>
161        <td>The Download Play client used for development.
162    <tr><td><a href="../ctools/FriendAddTool.html"><CODE>FriendAddTool</CODE></a>
163        <td>A tool to support the adding and deleting of friends.
164    <tr><td><a href="../ctools/FriendTestingPartner.html"><CODE>FriendTestingPartner</CODE></a>
165        <td>Recreates the heavy load state due to friend presence.
166    <tr><td><a href="../ctools/IrCommunicatorChecker.html"><CODE>IrCommunicatorChecker</CODE></a>
167        <td>A tool for checking the communication ID used for infrared communication between systems.
168    <tr><td><a href="../ctools/NetworkSetting.html"><CODE>NetworkSetting</CODE></a>
169        <td>Changes the access-point settings stored to system memory.
170    <tr><td><a href="../ctools/PlayCoinSetter.html"><CODE>PlayCoinSetter</CODE></a>
171        <td>Configures the Play Coin settings.
172    <tr><td><a href="../ctools/SaveDataFiler.html"><CODE>SaveDataFiler</CODE></a>
173        <td>For viewing/importing/exporting the save data of various applications.
174    <tr><td><a href="../ctools/StereoCameraCalibrator.html"><CODE>StereoCameraCalibrator</CODE></a>
175        <td>This tool is for manually calibrating the stereo camera.
176    <tr><td><a href="../ctools/TwlNandFiler.html"><CODE>TwlNandFiler</CODE></a>
177        <td>A tool for manipulating (TWL region) data in the CTR system NAND memory.
178    <tr><td><a href="../ctools/UdsLocalIdChecker.html"><CODE>UdsLocalIdChecker</CODE></a>
179        <td>Searches for UDS network configured with the specified local ID.
180    <tr><td><a href="../ctools/WMTestTool.html"><CODE>WMTestTool</CODE></a>
181        <td>Generates radio interference.
182<tr><td><a href="../ctools/FragDisk.html"><CODE>FragDisk</CODE></a></td>
183<td>Fragments the free region in a FAT file system on an SD memory card.</td></tr>
184    </table>
185
186
187    <h2>Revision History</h2>
188    <dl class="history">
189      <dt>2012/01/05</dt>
190      <dd>Added description of <CODE>FriendAddTool</CODE>.<br /></dd>
191      <dt>2011/12/02</dt>
192      <dd>Sorted tools alphabetically by name.<br /></dd>
193      <dt>2011/09/20</dt>
194      <dd>Added description of <CODE>TwlNandFiler</CODE>.<br /></dd>
195      <dt>2011/09/20</dt>
196      <dd>Added description of <CODE>IrCommunicatorChecker</CODE>.</dd>
197      <dt>2011/08/23</dt>
198      <dd>Added description of <CODE>PlayCoinSetter</CODE>.<br /></dd>
199      <dt>2011/07/06</dt>
200      <dd>Added a description of CSU files.<br /></dd>
201      <dt>2011/05/13</dt>
202      <dd>Initial version.<br /></dd>
203    </dl>
204  <hr><p>CTR-06-0198-002-J<br>CONFIDENTIAL</p></body>
205</html>