• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

include/twl/22-Apr-2024-1,322603

man/en_US/tcl/22-Apr-2024-2,1671,810

Readme-tcl-20090319.txtD21-Apr-20242.6 KiB6953

Readme-tcl-20090319.txt

1=======================================================================
2 TCL Library (TWL-SDK 5.1 Official Release)
3                                                            2009/03/19
4=======================================================================
5
6- Introduction
7- RSF Settings
8- Revision History
9- File List
10
11=======================================================================
12Introduction
13=======================================================================
14
15Use the TCL library to perform tasks such as loading JPEG images saved on NAND by the DSi camera and writing JPEG images to paths that can be loaded by the DSi camera. Expand this package and overwrite to the $(TWLSDK_ROOT) directory.
16
17=======================================================================
18RSF Settings
19=======================================================================
20
21It is necessary to correctly set an RSF file in the following way according to the use of the application when using this library. (Also see the demo.)
22
23- When loading JPEG images saved on NAND by the DSi camera and the like
24
25PhotoAccess	Read
26
27- When writing JPEG images to NAND with a format that the DSi camera can read
28
29PhotoAccess	ReadWrite
30JpegSign	TRUE
31
32=======================================================================
33Revision History
34=======================================================================
35For more information on the revision history, see man/en_US/tcl/main.html.
36
37* 2009/03/19
38  - Added a PhotoChecker tool to check whether an illegal file was created within the photo directory.
39
40  - Added the TCL_PATH_LEN constant to guarantee the path length returned by the path search function.
41
42* 2009/03/10
43    Official release (TWL-SDK 5.1 Official Release)
44
45
46=======================================================================
47File List
48=======================================================================
49bin/ARM9-TS/Release/PhotoChecker.srl
50build/demos.TWL/tcl
51include/twl/os/common/format_rom.h
52include/twl/os/common/format_rom_certificate.h
53include/twl/tcl/ARM9/api.h
54include/twl/tcl/ARM9/types.h
55include/twl/tcl.h
56lib/ARM9-TS/Debug/libtcl.TWL.HYB.a
57lib/ARM9-TS/Debug/libtcl.TWL.LTD.a
58lib/ARM9-TS/Debug/libtcl.TWL.HYB.thumb.a
59lib/ARM9-TS/Debug/libtcl.TWL.LTD.thumb.a
60lib/ARM9-TS/Release/libtcl.TWL.HYB.a
61lib/ARM9-TS/Release/libtcl.TWL.LTD.a
62lib/ARM9-TS/Release/libtcl.TWL.HYB.thumb.a
63lib/ARM9-TS/Release/libtcl.TWL.LTD.thumb.a
64lib/ARM9-TS/Rom/libtcl.TWL.HYB.a
65lib/ARM9-TS/Rom/libtcl.TWL.LTD.a
66lib/ARM9-TS/Rom/libtcl.TWL.HYB.thumb.a
67lib/ARM9-TS/Rom/libtcl.TWL.LTD.thumb.a
68man/en_US/tcl
69