source: thomson/code/C/HxCHost/pff/00readme.txt@ 645c148

main
Last change on this file since 645c148 was 645c148, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add WIP HxC host software for Thomson computers.
Not working yet because of timing problems...

git-svn-id: svn://localhost/thomson@3 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 1.6 KB
Line 
1Petit FatFs Module Source Files R0.02a (C)ChaN, 2010
2
3
4FILES
5
6 pff.h Common include file for Petit FatFs and application module.
7 pff.c Petit FatFs module.
8 diskio.h Common include file for Petit FatFs and disk I/O module.
9 diskio.c Skeleton of low level disk I/O module.
10 integer.h Alternative type definitions for integer variables.
11
12 Low level disk I/O module is not included in this archive because the Petit
13 FatFs module is only a generic file system layer and not depend on any
14 specific storage device. You have to provide a low level disk I/O module that
15 written to control your storage device.
16
17
18
19AGREEMENTS
20
21 Petit FatFs module is an open source software to implement FAT file system to
22 small embedded systems. This is a free software and is opened for education,
23 research and commercial developments under license policy of following trems.
24
25 Copyright (C) 2010, ChaN, all right reserved.
26
27 * The Petit FatFs module is a free software and there is NO WARRANTY.
28 * No restriction on use. You can use, modify and redistribute it for
29 personal, non-profit or commercial use UNDER YOUR RESPONSIBILITY.
30 * Redistributions of source code must retain the above copyright notice.
31
32
33
34REVISION HISTORY
35
36 Jun 15, 2009 R0.01a First release (Branched from FatFs R0.07b)
37 Dec 14, 2009 R0.02 Added multiple code page support.
38 Added write funciton.
39 Changed stream read mode interface.
40 Dec 07,'2010 R0.02a Added some configuration options.
41 Fixed fails to open objects with DBCS character.
42
Note: See TracBrowser for help on using the repository browser.