Subversion Repositories NaviCtrl

Rev

Rev 349 | Rev 359 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + Copyright (c) 2008 Ingo Busker, Holger Buss
171 ingob 6
// + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY
1 ingob 7
// + FOR NON COMMERCIAL USE ONLY
8
// + www.MikroKopter.com
9
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
88 killagreg 10
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
11
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
12
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
13
// + bzgl. der Nutzungsbedingungen aufzunehmen.
1 ingob 14
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
15
// + Verkauf von Luftbildaufnahmen, usw.
16
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
88 killagreg 17
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
1 ingob 18
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
21
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
22
// + eindeutig als Ursprung verlinkt werden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
25
// + Benutzung auf eigene Gefahr
26
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
27
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
171 ingob 28
// + Die Portierung oder Nutzung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
1 ingob 29
// + mit unserer Zustimmung zulässig
30
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
32
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
88 killagreg 33
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
1 ingob 34
// + this list of conditions and the following disclaimer.
35
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
36
// +     from this software without specific prior written permission.
88 killagreg 37
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permitted
1 ingob 38
// +     for non-commercial use (directly or indirectly)
88 killagreg 39
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
1 ingob 40
// +     with our written permission
88 killagreg 41
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
42
// +     clearly linked as origin
171 ingob 43
// +   * porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
1 ingob 44
//
45
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
46
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
49
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
50
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
51
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
52
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
53
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
54
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
88 killagreg 55
// +  POSSIBILITY OF SUCH DAMAGE.
1 ingob 56
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41 ingob 57
#include <stdio.h>
349 ingob 58
#include <string.h>
41 ingob 59
#include "91x_lib.h"
119 killagreg 60
#include "timer1.h"
41 ingob 61
#include "fat16.h"
62
#include "sdc.h"
63
#include "uart1.h"
1 ingob 64
 
65
//________________________________________________________________________________________________________________________________________
88 killagreg 66
// Module name:                 fat16.c
1 ingob 67
// Compiler used:               avr-gcc 3.4.5
211 killagreg 68
// Last Modifikation:   20.03.2010
69
// Version:                             2.10
88 killagreg 70
// Authors:                             Stephan Busker & Gregor Stobrawa
41 ingob 71
// Description:                 Source files for FAT16 implementation with read and write-access
72
//                                              Copyright (C) 2008 Stephan Busker & Gregor Stobrawa
1 ingob 73
//........................................................................................................................................
41 ingob 74
// Functions:                   extern s16              Fat16_Init(void);
88 killagreg 75
//                                              extern s16              Fat16_Deinit(void);
211 killagreg 76
//                                              extern s8*              FAT16_GetVolumeLabel(void);
41 ingob 77
//                                              extern File_t * fopen_(const u8 *filename, const s8 mode);
78
//                                              extern s16              fclose_(File_t *File);
211 killagreg 79
//                                              extern u8               fexist_(s8 * const filename);
41 ingob 80
//                                              extern s16              fflush_(File_t *File);
81
//                                              extern s16      fseek_(File_t *File, s32 offset, s16 origin);
82
//                                              extern s16              fgetc_(File_t *File);
83
//                                              extern s16              fputc_(u8 c, File_t *File);
88 killagreg 84
//                                              extern u32              fread_(void *buffer, u32 size, u32 count, File_t *File);
41 ingob 85
//                                              extern u32              fwrite_(void *buffer, u32 size, u32 count, File_t *File);
86
//                                              extern s16              fputs_(const u8 *string, File_t *File);
87
//                                              extern u8 *     fgets_(u8 *string, s16 length, File_t *File);
211 killagreg 88
//                                              extern u8               feof_(File_t * const file);
1 ingob 89
//........................................................................................................................................
41 ingob 90
// ext. functions:              extern SD_Result_t SDC_Init(void;)
91
//                                              extern SD_Result_t SDC_Deinit(void);
88 killagreg 92
//                      extern SD_Result_t SDC_GetSector (u32,u8 *);
41 ingob 93
//                                              extern SD_Result_t SDC_PutSector (u32,u8 *);
1 ingob 94
//........................................................................................................................................
95
//
96
// URL:                                 www.Mikro-Control.de
97
// mailto:                              stephan.busker@mikro-control.de
98
//________________________________________________________________________________________________________________________________________
99
 
41 ingob 100
/*
101
FAT16 Drive Layout:
102
Description                                             Offset
103
Volume Boot Sector                                      Start of Partition
104
Fat Tables                                                      Start + # of Reserved Sectors
105
Root Directory Entry                            Start + # of Reserved + (# of Sectors Per FAT * 2)
106
Data Area (Starts with Cluster #2)      Start + # of Reserved + (# of Sectors Per FAT * 2) + ((Maximum Root Directory Entries * 32) / Bytes per Sector)
107
*/
1 ingob 108
 
109
 
41 ingob 110
/*
111
________________________________________________________________________________________________________________________________________
88 killagreg 112
 
113
        Structure of an partition entry
41 ingob 114
________________________________________________________________________________________________________________________________________
1 ingob 115
 
41 ingob 116
        Partition Entry is 16 bytes long
117
*/
118
typedef struct
119
{
120
        u8      PartitionState;                         // Current State of Partition (00h=Inactive, 80h=Active)
121
        u8      BeginningHead;                          // Beginning of Partition - Head
122
        u16     BeginningCylSec;                        // Beginning of Partition - Cylinder/Sector (See Below)
123
        u8      Type;                                           // Type of Partition (See List Below)
124
        u8      EndHead;                                        // End of Partition - Head
125
        u16     EndCylSec;                                      // End of Partition - Cylinder/Sector
126
        u32     NoSectorsBeforePartition;       // Number of Sectors between the MBR and the First Sector in the Partition
127
        u32     NoSectorsPartition      ;               // Number of Sectors in the Partition
88 killagreg 128
} __attribute__((packed)) PartitionEntry_t;
1 ingob 129
 
349 ingob 130
 
131
 
41 ingob 132
/*
133
Coding of Cylinder/Sector words
1 ingob 134
 
41 ingob 135
Cylinder is 10 bits:  [7:0] at [15:8] and [9:8] at [7:6]
88 killagreg 136
Sector is 5 bits:  [5:0] at [5:0]
41 ingob 137
*/
1 ingob 138
 
41 ingob 139
// Partition Types:
140
#define PART_TYPE_UNKNOWN                       0x00
141
#define PART_TYPE_FAT12                         0x01
142
#define PART_TYPE_XENIX                         0x02
143
#define PART_TYPE_FAT16_ST_32_MB        0x04
144
#define PART_TYPE_EXTDOS                        0x05
145
#define PART_TYPE_FAT16_LT_32_MB        0x06
146
#define PART_TYPE_NTFS                          0x07
147
#define PART_TYPE_FAT32                         0x0B
148
#define PART_TYPE_FAT32LBA                      0x0C
149
#define PART_TYPE_FAT16LBA                      0x0E
150
#define PART_TYPE_EXTDOSLBA                     0x0F
151
#define PART_TYPE_EISA                          0x12
152
#define PART_TYPE_ONTRACK                       0x33
153
#define PART_TYPE_NOVELL                        0x40
154
#define PART_TYPE_DYNAMIC                       0x42
155
#define PART_TYPE_PCIX                          0x4B
156
#define PART_TYPE_LINUX_SWAP            0x82
157
#define PART_TYPE_LINUX_NATIVE          0x83
158
#define PART_TYPE_LINUX_LVM                     0x8E
159
#define PART_TYPE_PHOENIXSAVE           0xA0
160
#define PART_TYPE_FREEBSD                       0xA5
161
#define PART_TYPE_OPENBSD                       0xA6
162
#define PART_TYPE_NETNBSD                       0xA9
163
#define PART_TYPE_CPM                           0xDB
164
#define PART_TYPE_DBFS                          0xE0
165
#define PART_TYPE_BBT                           0xFF
1 ingob 166
 
167
 
41 ingob 168
/*
169
________________________________________________________________________________________________________________________________________
88 killagreg 170
 
171
        Structure of the MasterBootRecord
41 ingob 172
________________________________________________________________________________________________________________________________________
1 ingob 173
 
41 ingob 174
        Master Boot Record is 512 bytes long
175
        The Master Boot Record is the same for pretty much all Operating Systems.
176
        It is located on the first Sector of the Hard Drive, at Cylinder 0, Head 0, Sector 1
177
*/
178
typedef struct
179
{
88 killagreg 180
        u8                              ExecutableCode[446];    // 446 bytes for machine start code
181
        PartitionEntry_t        PartitionEntry1;                // 16 bytes for partition entry 1
182
        PartitionEntry_t        PartitionEntry2;                // 16 bytes for partition entry 2
183
        PartitionEntry_t        PartitionEntry3;                // 16 bytes for partition entry 3
184
        PartitionEntry_t        PartitionEntry4;                // 16 bytes for partition entry 4
185
        u16                                     ExecutableMarker;               // BIOS-Signature (0x55 0xAA)
186
} __attribute__((packed)) MBR_Entry_t;
1 ingob 187
 
188
 
41 ingob 189
/*
190
________________________________________________________________________________________________________________________________________
88 killagreg 191
 
192
        Structure of the VolumeBootRecord
41 ingob 193
________________________________________________________________________________________________________________________________________
24 StephanB 194
 
41 ingob 195
        The Volume Boot Record is 512 bytes long
196
        This information is located in the first sector of every partition.
197
*/
198
typedef struct
199
{
200
        u8  JumpCode[3];                        // Jump Code + NOP
88 killagreg 201
        s8  OEMName[8];                         // OEM Name
41 ingob 202
        u16 BytesPerSector;                     // Bytes Per Sector
203
        u8  SectorsPerCluster;          // Sectors Per Cluster
204
        u16 ReservedSectors;            // Reserved Sectors
205
        u8  NoFATCopies;                        // Number of Copies of FAT
88 killagreg 206
        u16 MaxRootEntries;                     // Maximum Root Directory Entries
41 ingob 207
        u16 NoSectorsInPartSml32MB;     // Number of Sectors in Partition Smaller than 32 MB
208
        u8  MediaDescriptor;            // Media Descriptor (0xF8 for Hard Disks)
209
        u16 SectorsPerFAT;                      // Sectors Per FAT
210
        u16 SectorsPerTrack;            // Sectors Per Track
211
        u16 NoHeads;                            // Number of Heads
212
        u32 NoHiddenSectors;            // Number of Hidden Sectors     in Partition
213
        u32 NoSectors;                          // Number of Sectors in Partition
214
        u16     DriveNo;                                // Logical Drive Number of Partition
215
        u8  ExtendedSig;                        // Extended Signature (0x29)
216
        u32 SerialNo;                           // Serial Number of the Partition
217
        s8  VolumeName[11];                     // Volume Name of the Partititon
218
        s8  FATName[8];                         // FAT Name (FAT16)
88 killagreg 219
        u8  ExecutableCode[446];        // 446 bytes for machine start code
220
        u16 ExecutableMarker;           // Executable Marker (0x55 0xAA)
221
} __attribute__((packed)) VBR_Entry_t;
1 ingob 222
 
223
 
224
 
41 ingob 225
/*
226
________________________________________________________________________________________________________________________________________
227
 
88 killagreg 228
        Structure of an directory entry
41 ingob 229
________________________________________________________________________________________________________________________________________
230
 
231
        Directory entry is 32 bytes.
232
*/
233
typedef struct
1 ingob 234
{
41 ingob 235
        s8      Name[8];                                        // 8 bytes name, padded with spaces.
236
        u8      Extension[3];                           // 3 bytes extension, padded with spaces.
237
        u8      Attribute;                                      // attribute of the directory entry (unused,archive,read-only,system,directory,volume)
211 killagreg 238
        u8  Res1;                                               // should be zero
239
        u8  CreationTime10ms;                   // subsecond resolution of creation time
240
        u16 CreationTime;                               // Time of creation h:m:s
241
        u16 CreationDate;                               // Date of creation Y.M.D
242
        u16 LastAccessDate;             // The date where the file was last accessed
243
        u8      Res2[2];                                    // should be zero
244
        u16 ModTime;                                    // date of last write access
245
        u16 ModDate;                                    // date of last write access to the file or directory.
41 ingob 246
        u16 StartCluster;                               // first cluster of the file or directory.
247
        u32 Size;                                               // size of the file or directory in bytes.
248
}  __attribute__((packed)) DirEntry_t;
1 ingob 249
 
41 ingob 250
#define SLOT_EMPTY              0x00    // slot has never been used
251
#define SLOT_E5                 0x05    // the real value is 0xe5
252
#define SLOT_DELETED            0xE5    // file in this slot deleted
1 ingob 253
 
41 ingob 254
#define ATTR_NONE               0x00    // normal file
255
#define ATTR_READONLY           0x01    // file is readonly
256
#define ATTR_HIDDEN                     0x02    // file is hidden
257
#define ATTR_SYSTEM                     0x04    // file is a system file
258
#define ATTR_VOLUMELABEL        0x08    // entry is a volume label
259
#define ATTR_LONG_FILENAME      0x0F    // this is a long filename entry
260
#define ATTR_SUBDIRECTORY       0x10    // entry is a directory name
261
#define ATTR_ARCHIVE            0x20    // file is new or modified
24 StephanB 262
 
263
 
41 ingob 264
/*
265
________________________________________________________________________________________________________________________________________
88 killagreg 266
 
267
        Structure of an entry within the fileallocationtable.
41 ingob 268
________________________________________________________________________________________________________________________________________
269
*/
270
typedef struct
271
{
272
        u16  NextCluster;                               // the next cluster of the file.
273
} __attribute__((packed)) Fat16Entry_t;
1 ingob 274
 
41 ingob 275
// secial fat entries
276
#define FAT16_CLUSTER_FREE                      0x0000
277
#define FAT16_CLUSTER_RESERVED          0x0001
278
#define FAT16_CLUSTER_USED_MIN          0x0002
279
#define FAT16_CLUSTER_USED_MAX          0xFFEF
280
#define FAT16_CLUSTER_ROOTDIR_MIN       0xFFF0
281
#define FAT16_CLUSTER_ROOTDIR_MAX       0xFFF6
282
#define FAT16_CLUSTER_BAD                       0xFFF7
283
#define FAT16_CLUSTER_LAST_MIN          0xFFF8
284
#define FAT16_CLUSTER_LAST_MAX          0xFFFF
285
 
88 killagreg 286
/*****************************************************************************************************************************************/
41 ingob 287
/*                                                                                                                                                                                                                                                                               */
288
/*      Global variables needed for read- or write-acces to the FAT16- filesystem.                                                                                                                       */
289
/*                                                                                                                                                                                                                                                                               */
290
/*****************************************************************************************************************************************/
291
 
292
#define MBR_SECTOR                                      0x00    // the masterboot record is located in sector 0.
293
#define DIRENTRY_SIZE                           32              //bytes
294
#define DIRENTRIES_PER_SECTOR           BYTES_PER_SECTOR/DIRENTRY_SIZE
295
#define FAT16_BYTES                                     2
296
#define FAT16_ENTRIES_PER_SECTOR        BYTES_PER_SECTOR/FAT16_BYTES
297
 
211 killagreg 298
#define SECTOR_UNDEFINED        0x00000000L
299
#define CLUSTER_UNDEFINED       0x0000
300
 
88 killagreg 301
#define FSTATE_UNUSED   0
41 ingob 302
#define FSTATE_USED             1
303
 
304
typedef struct
1 ingob 305
{
41 ingob 306
        u8      IsValid;                                // 0 means invalid, else valid
307
        u8      SectorsPerCluster;              // how many sectors does a cluster contain?
308
        u8      FatCopies;                              // Numbers of copies of the FAT
309
        u16     MaxRootEntries;                 // Possible number of entries in the root directory.
310
        u16     SectorsPerFat;                  // how many sectors does a fat16 contain?
311
        u32 FirstFatSector;                     // sector of the start of the fat
312
        u32 FirstRootDirSector;         // sector of the rootdirectory
313
        u32 FirstDataSector;            // sector of the first cluster containing data (cluster2).
314
        u32 LastDataSector;                     // the last data sector of the partition
349 ingob 315
        u8  VolumeLabel[12];        // the volume label
316
        u32     CurrentWorkingDirectory;// A pointer to the directory we are actual using 
317
        s8      PathToCwd[256];                 // a string containing the complete path to the current working directory                               
318
}   __attribute__((packed)) Partition_t;
1 ingob 319
 
349 ingob 320
Partition_t     Partition;              // Structure holds partition information
1 ingob 321
 
41 ingob 322
File_t FilePointer[FILE_MAX_OPEN];      // Allocate Memmoryspace for each filepointer used.
1 ingob 323
 
41 ingob 324
 
353 StephanB 325
 
326
 
41 ingob 327
/****************************************************************************************************************************************/
211 killagreg 328
/*      Function:               FileDate(DateTime_t *);                                                                                                                                                                                         */
41 ingob 329
/*                                                                                                                                                                                                                                                                              */
211 killagreg 330
/*      Description:    This function calculates the DOS date from a pointer to a time structure.                                                                                       */
41 ingob 331
/*                                                                                                                                                                                                                                                                              */
211 killagreg 332
/*      Returnvalue:    Returns the DOS date.                                                                                                                                                                                           */
41 ingob 333
/****************************************************************************************************************************************/
211 killagreg 334
u16 FileDate(DateTime_t * pTimeStruct)
335
{
336
        u16 date = 0;
337
        if(pTimeStruct == NULL)   return date;
338
        if(!(pTimeStruct->Valid)) return date;
41 ingob 339
 
211 killagreg 340
        date |= (0x007F & (u16)(pTimeStruct->Year - 1980))<<9; // set year
341
        date |= (0x000F & (u16)(pTimeStruct->Month))<<5; // set month
342
        date |= (0x001F & (u16)(pTimeStruct->Day));
343
        return date;
344
}
345
 
346
/****************************************************************************************************************************************/
347
/*      Function:               FileTime(DateTime_t *);                                                                                                                                                                                         */
348
/*                                                                                                                                                                                                                                                                              */
349
/*      Description:    This function calculates the DOS time from a pointer to a time structure.                                                                                       */
350
/*                                                                                                                                                                                                                                                                              */
351
/*      Returnvalue:    Returns the DOS time.                                                                                                                                                                                           */
352
/****************************************************************************************************************************************/
353
 
354
u16 FileTime(DateTime_t * pTimeStruct)
1 ingob 355
{
211 killagreg 356
        u16 time = 0;
357
        if(pTimeStruct == NULL)   return time;
358
        if(!(pTimeStruct->Valid)) return time;
24 StephanB 359
 
211 killagreg 360
        time |= (0x001F & (u16)(pTimeStruct->Hour))<<11;
361
        time |= (0x003F & (u16)(pTimeStruct->Min))<<5;
362
        time |= (0x001F & (u16)(pTimeStruct->Sec/2));
363
        return time;
1 ingob 364
}
365
 
41 ingob 366
/****************************************************************************************************************************************/
367
/*      Function:               LockFilePointer();                                                                                                                                                                                                      */
368
/*                                                                                                                                                                                                                                                                              */
369
/*      Description:    This function trys to lock a free file pointer.                                                                                                                                         */
370
/*                                                                                                                                                                                                                                                                              */
371
/*      Returnvalue:    Returns the Filepointer on success or 0.                                                                                                                                                        */
372
/****************************************************************************************************************************************/
373
File_t * LockFilePointer(void)
1 ingob 374
{
41 ingob 375
        u8 i;
376
        File_t * File = 0;
377
        for(i = 0; i < FILE_MAX_OPEN; i++)
1 ingob 378
        {
88 killagreg 379
                if(FilePointer[i].State == FSTATE_UNUSED)               // found an unused one
1 ingob 380
                {
88 killagreg 381
                        File = &FilePointer[i];                                         // set pointer to that entry
41 ingob 382
                        FilePointer[i].State = FSTATE_USED;                     // mark it as used
383
                        break;
1 ingob 384
                }
41 ingob 385
        }
386
        return(File);
1 ingob 387
}
388
 
41 ingob 389
/****************************************************************************************************************************************/
390
/*      Function:               UnlockFilePointer(file_t *);                                                                                                                                                                            */
391
/*                                                                                                                                                                                                                                                                              */
392
/*      Description:    This function trys to unlock a file pointer.                                                                                                                                            */
393
/*                                                                                                                                                                                                                                                                              */
394
/*      Returnvalue:    Returns 1 if file pointer was freed else 0.                                                                                                                                                     */
395
/****************************************************************************************************************************************/
396
u8 UnlockFilePointer(File_t * file)
1 ingob 397
{
41 ingob 398
        u8 cnt;
399
        if(file == NULL) return(0);
400
        for(cnt = 0; cnt < FILE_MAX_OPEN; cnt++)
1 ingob 401
        {
41 ingob 402
                if(&FilePointer[cnt] == file)                                           // filepointer to be freed found?
1 ingob 403
                {
88 killagreg 404
                        file->State = FSTATE_UNUSED;
211 killagreg 405
                        file->FirstSectorOfFirstCluster = SECTOR_UNDEFINED;                     // Sectorpointer to the first sector of the first datacluster of the file.
406
                        file->FirstSectorOfCurrCluster  = SECTOR_UNDEFINED;                     // Pointer to the cluster which is edited at the moment.
41 ingob 407
                        file->SectorOfCurrCluster               = 0;                    // The sector which is edited at the moment (cluster_pointer + sector_index).
408
                        file->ByteOfCurrSector                  = 0;                    // The bytelocation within the current sector (cluster_pointer + sector_index + byte_index).
409
                        file->Mode                                              = 0;                    // mode of fileoperation (read,write)
410
                        file->Size                                              = 0;                    // the size of the opend file in bytes.
411
                        file->Position                                  = 0;                    // pointer to a character within the file 0 < fileposition < filesize
211 killagreg 412
                        file->SectorInCache                     = SECTOR_UNDEFINED;                     // the last sector read, wich is still in the sectorbuffer.
413
                        file->DirectorySector                   = SECTOR_UNDEFINED;                     // the sectorposition where the directoryentry has been made.
41 ingob 414
                        file->DirectoryIndex                    = 0;                    // the index to the directoryentry within the specified sector.
415
                        file->Attribute                                 = 0;                    // the attribute of the file opened.
88 killagreg 416
                        file = NULL;
41 ingob 417
                        return(1);
1 ingob 418
                }
41 ingob 419
        }
420
        return(0);
421
}
1 ingob 422
 
41 ingob 423
/****************************************************************************************************************************************/
424
/*      Function:               SeperateDirName(s8*, s8*);                                                                                                                                                                              */
425
/*                                                                                                                                                                                                                                                                              */
426
/*      Description:    This function seperates the first dirname from filepath and brings them                                                                                         */
427
/*                                      into the needed format ('test.txt' -> 'TEST    TXT')                                                                                                                            */
210 killagreg 428
/*                                      The subpath is the pointer to the remaining substring of the filepath                                                                                           */
41 ingob 429
/*                                                                                                                                                                                                                                                                              */
430
/*      Returnvalue:    Return NULL on error or pointer to subpath                                                                                                                                                                                                      */
431
/****************************************************************************************************************************************/
432
s8* SeperateDirName(const s8 *filepath, s8 *dirname)
433
{
434
        s8* subpath = NULL;
435
        u8 readpointer  = 0;
436
        u8 writepointer = 0;
1 ingob 437
 
88 killagreg 438
        // search subpath from beginning of filepath
41 ingob 439
        subpath = NULL;
440
        readpointer     = 0;
441
        if(filepath[0] == '/') readpointer = 1; // ignore first '/'
88 killagreg 442
        while(subpath == NULL)  // search the filepath until a subpath was found.
1 ingob 443
        {
88 killagreg 444
                if(((filepath[readpointer] == 0) || (filepath[readpointer] == '/')))    // if '/' found or end of filepath reached
445
                {
41 ingob 446
                        subpath = (s8*)&filepath[readpointer];                          // store the position of the first "/" found after the beginning of the filenpath
447
                }
448
                readpointer++;
449
        }
1 ingob 450
 
41 ingob 451
        // clear dirname with spaces
452
        dirname[11] = 0; // terminate dirname
453
        for(writepointer = 0; writepointer < 11; writepointer++) dirname[writepointer] = ' ';
353 StephanB 454
 
455
        // handle the special dirnames "." and ".." seperately
456
        readpointer = 0;
457
        if(filepath[0] == '/') readpointer++;
458
        // if we are trying to enter directories "." or ".." 
459
        if(filepath[readpointer] == '.')
460
        {
461
                // directory '.'
462
                if(filepath[readpointer+1] == 0)
463
                {
464
                        dirname[0] = '.';
465
                        return((s8*)&filepath[readpointer]);
466
                }
467
                // directory '..'               
468
                if((filepath[readpointer+1] == '.') &&  (filepath[readpointer+2] == 0))
469
                {
470
                        dirname[0] = '.';
471
                        dirname[1] = '.';
472
                        return((s8*)&filepath[readpointer]);
473
                }
474
        }
475
 
41 ingob 476
        writepointer = 0;
477
        // start seperating the dirname from the filepath.
478
        readpointer = 0;
479
        if(filepath[0] == '/') readpointer = 1; // ignore first '/'
480
        while( &filepath[readpointer] < subpath)
1 ingob 481
        {
41 ingob 482
                if(writepointer >= 11) return(NULL);            // dirname to long
483
                if(filepath[readpointer] == '.')                        // seperating dirname and extension.
1 ingob 484
                {
41 ingob 485
                        if(writepointer <= 8)
1 ingob 486
                        {
41 ingob 487
                                readpointer++;                                          // next character in filename
488
                                writepointer = 8;                                       // jump to start of extension
1 ingob 489
                        }
88 killagreg 490
                        else return(NULL);                                              // dirbasename to long
41 ingob 491
                }
492
                else
493
                {
494
                        if((0x60 < filepath[readpointer]) && (filepath[readpointer] < 0x7B))
495
                        {
496
                                dirname[writepointer] = (filepath[readpointer] - 0x20);                                 // all characters must be upper case.
497
                        }
1 ingob 498
                        else
499
                        {
41 ingob 500
                                dirname[writepointer] = filepath[readpointer];
88 killagreg 501
                        }
41 ingob 502
                        readpointer++;
503
                        writepointer++;
1 ingob 504
                }
41 ingob 505
        }
88 killagreg 506
        return(subpath);
1 ingob 507
}
508
 
509
 
41 ingob 510
/**************************************************************************************************************************************+*/
511
/*      Function:       Fat16ClusterToSector( u16 cluster);                                                                                                                                                                             */
512
/*                                                                                                                                                                                                                                                                              */
513
/*      Description:    This function converts a cluster number given by the fat to the corresponding                                                                           */
514
/*                                      sector that points to the start of the data area that is represented by the cluster number.                                                     */
515
/*                                                                                                                                                                                                                                                                              */
516
/*      Returnvalue: The sector number with the data area of the given cluster                                                                                                                          */
517
/****************************************************************************************************************************************/
518
u32     Fat16ClusterToSector(u16 cluster)
519
{
211 killagreg 520
        if(!Partition.IsValid) return SECTOR_UNDEFINED;
218 killagreg 521
        if ((cluster < 2) || (cluster == CLUSTER_UNDEFINED))
211 killagreg 522
        {
523
                return SECTOR_UNDEFINED;
524
        }
525
        else
526
        {
527
                return ( (cluster - 2) * Partition.SectorsPerCluster) + Partition.FirstDataSector; // the first data sector     is represented by the 2nd cluster
528
        }
41 ingob 529
}
530
 
531
/****************************************************************************************************************************************/
532
/*      Function:       SectorToFat16Cluster( u32 sector);                                                                                                                                                                              */
533
/*                                                                                                                                                                                                                                                                              */
534
/*      Description:    This function converts a given sector number given to the corresponding                                                                                         */
535
/*                                      cluster number in the fat that represents this data area.                                                                                                                       */
536
/*                                                                                                                                                                                                                                                                              */
537
/*      Returnvalue: The cluster number representing the data area of the sector.                                                                                                                       */
538
/****************************************************************************************************************************************/
539
u16     SectorToFat16Cluster(u32 sector)
540
{
211 killagreg 541
        if(!Partition.IsValid) return CLUSTER_UNDEFINED;
542
        if((sector == SECTOR_UNDEFINED) || (sector < Partition.FirstDataSector)) return CLUSTER_UNDEFINED;
543
        else return ((u16)((sector - Partition.FirstDataSector) / Partition.SectorsPerCluster) + 2);
41 ingob 544
}
545
 
546
 
547
/****************************************************************************************************************************************/
210 killagreg 548
/*      Function:       Fat16_IsValid(void);                                                                                                                                                                                                    */
90 killagreg 549
/*                                                                                                                                                                                                                                                                              */
210 killagreg 550
/*      Description:    This function return the Fat 16 filesystem state                                                                                                                                        */
90 killagreg 551
/*                                                                                                                                                                                                                                                                              */
552
/*      Returnvalue: The function returns "1" on success                                                                                                                                                                        */
553
/****************************************************************************************************************************************/
554
u8 Fat16_IsValid(void)
555
{
556
        return(Partition.IsValid);
557
}
558
 
559
/****************************************************************************************************************************************/
41 ingob 560
/*      Function:       Fat16_Deinit(void);                                                                                                                                                                                                             */
561
/*                                                                                                                                                                                                                                                                              */
562
/*      Description:    This function uninitializes the fat 16 api                                                                                                                                                      */
563
/*                                                                                                                                                                                                                                                                              */
564
/*      Returnvalue: The function returns "0" on success                                                                                                                                                                        */
565
/****************************************************************************************************************************************/
566
u8 Fat16_Deinit(void)
567
{
568
        s16 returnvalue = 0;
569
        u8 cnt;
146 killagreg 570
 
571
        UART1_PutString("\r\n FAT16 deinit...");
41 ingob 572
        // declare the filepointers as unused.
573
        for(cnt = 0; cnt < FILE_MAX_OPEN; cnt++)
324 killagreg 574
        {      
575
                UnlockFilePointer(&FilePointer[cnt]);
1 ingob 576
        }
324 killagreg 577
        returnvalue = SDC_Deinit();                     // uninitialize interface to sd-card
41 ingob 578
        Partition.IsValid = 0;  // mark data in partition structure as invalid
210 killagreg 579
        Partition.VolumeLabel[0]='\0';
146 killagreg 580
        UART1_PutString("ok");
41 ingob 581
        return(returnvalue);
1 ingob 582
}
583
 
41 ingob 584
/****************************************************************************************************************************************/
585
/*      Function:               Fat16_Init(void);                                                                                                                                                                                                       */
586
/*                                                                                                                                                                                                                                                                          */
587
/*      Description:    This function reads the Masterbootrecord and finds the position of the Volumebootrecord, the FAT and the Rootdir    */
588
/*                                      and stores the information in global variables.                                                                                                                                     */
589
/*                                                                                                                                                                                                                                                                          */
590
/*      Returnvalue:    The function returns "0" if the filesystem is initialized.                                                                                                                      */
591
/****************************************************************************************************************************************/
592
u8 Fat16_Init(void)
88 killagreg 593
{
41 ingob 594
    u8  cnt     = 0;
595
        u32     partitionfirstsector;
88 killagreg 596
        VBR_Entry_t *VBR;
41 ingob 597
        MBR_Entry_t *MBR;
598
        File_t *file;
599
        u8 result = 0;
1 ingob 600
 
110 killagreg 601
        UART1_PutString("\r\n FAT16 init...");
41 ingob 602
        Partition.IsValid = 0;
603
        // declare the filepointers as unused.
604
        for(cnt = 0; cnt < FILE_MAX_OPEN; cnt++)
1 ingob 605
        {
211 killagreg 606
                UnlockFilePointer(&FilePointer[cnt]);
1 ingob 607
        }
41 ingob 608
        // set current file pinter to first position in list
88 killagreg 609
        file = &FilePointer[0];
610
 
211 killagreg 611
        // try to initialize the sd-card.
88 killagreg 612
        if(SD_SUCCESS != SDC_Init())
613
        {
110 killagreg 614
                UART1_PutString("SD-Card could not be initialized.");
41 ingob 615
                result = 1;
88 killagreg 616
                goto end;
41 ingob 617
        }
1 ingob 618
 
41 ingob 619
        // SD-Card is initialized successfully
620
        if(SD_SUCCESS != SDC_GetSector((u32)MBR_SECTOR,file->Cache))    // Read the MasterBootRecord
1 ingob 621
        {
110 killagreg 622
                UART1_PutString("Error reading the MBR.");
41 ingob 623
                result = 2;
88 killagreg 624
                goto end;
1 ingob 625
        }
41 ingob 626
        MBR = (MBR_Entry_t *)file->Cache;                                               // Enter the MBR using the structure MBR_Entry_t.
88 killagreg 627
        if((MBR->PartitionEntry1.Type == PART_TYPE_FAT16_ST_32_MB) ||
41 ingob 628
           (MBR->PartitionEntry1.Type == PART_TYPE_FAT16_LT_32_MB) ||
629
           (MBR->PartitionEntry1.Type == PART_TYPE_FAT16LBA))
1 ingob 630
        {
41 ingob 631
                // get sector offset 1st partition
632
                partitionfirstsector = MBR->PartitionEntry1.NoSectorsBeforePartition;
633
                // Start of Partition is the Volume Boot Sector
634
                if(SD_SUCCESS != SDC_GetSector(partitionfirstsector,file->Cache)) // Read the volume boot record
1 ingob 635
                {
110 killagreg 636
                        UART1_PutString("Error reading the VBR.");
41 ingob 637
                        result = 3;
88 killagreg 638
                        goto end;
639
                }
1 ingob 640
        }
41 ingob 641
        else  // maybe the medium has no partition assuming sector 0 is the vbr
642
        {
643
                partitionfirstsector = 0;
644
        }
88 killagreg 645
 
41 ingob 646
        VBR = (VBR_Entry_t *) file->Cache;                                              // Enter the VBR using the structure VBR_Entry_t.
647
        if(VBR->BytesPerSector != BYTES_PER_SECTOR)
648
        {
110 killagreg 649
                UART1_PutString("VBR: Sector size not supported.");
41 ingob 650
                result = 4;
88 killagreg 651
                goto end;
41 ingob 652
        }
653
        Partition.SectorsPerCluster             = VBR->SectorsPerCluster;                       // Number of sectors per cluster. Depends on the memorysize of the sd-card.
654
        Partition.FatCopies                     = VBR->NoFATCopies;                                     // Number of fatcopies.
655
        Partition.MaxRootEntries                = VBR->MaxRootEntries;                          // How many Entries are possible in the rootdirectory (FAT16 allows max. 512 entries).
210 killagreg 656
        Partition.SectorsPerFat                 = VBR->SectorsPerFAT;                           // The number of sectors per FAT                                // copy volume label
657
        Partition.VolumeLabel[0] = '\0';                                                                        // set string terminator
41 ingob 658
 
659
        /* Calculate the sectorpositon of the FAT, the Rootdirectory and the first Datacluster. */
88 killagreg 660
        // Calculate the position of the FileAllocationTable:
41 ingob 661
        // Start + # of Reserved Sectors
88 killagreg 662
        Partition.FirstFatSector        =   (u32)(partitionfirstsector + (u32)(VBR->ReservedSectors));
663
        // Calculate the position of the Rootdirectory:
664
        // Start + # of Reserved Sectors + (# of Sectors Per FAT * # of FAT Copies)
41 ingob 665
        Partition.FirstRootDirSector    =   Partition.FirstFatSector + (u32)((u32)Partition.SectorsPerFat*(u32)Partition.FatCopies);
666
        // Calculate the position of the first datacluster:
88 killagreg 667
        // Start + # of Reserved + (# of Sectors Per FAT * # of FAT Copies) + ((Maximum Root Directory Entries * 32) / Bytes per Sector)
41 ingob 668
        Partition.FirstDataSector       =   Partition.FirstRootDirSector + (u32)(Partition.MaxRootEntries>>4);  // assuming 512 Byte Per Sector
669
        // Calculate the last data sector
670
        if(VBR->NoSectors == 0)
671
        {
110 killagreg 672
                UART1_PutString("VBR: Bad number of sectors.");
41 ingob 673
                result = 5;
88 killagreg 674
                goto end;
41 ingob 675
        }
676
        Partition.LastDataSector = Partition.FirstDataSector + VBR->NoSectors - 1;
677
        // check for FAT16 in VBR of first partition
678
        if(!((VBR->FATName[0]=='F') && (VBR->FATName[1]=='A') && (VBR->FATName[2]=='T') && (VBR->FATName[3]=='1')&&(VBR->FATName[4]=='6')))
679
        {
110 killagreg 680
                UART1_PutString("VBR: Partition ist not FAT16 type.");
41 ingob 681
                result = 6;
682
                goto end;
683
        }
684
        Partition.IsValid = 1; // mark data in partition structure as valid
349 ingob 685
        Partition.CurrentWorkingDirectory = Partition.FirstRootDirSector;
686
        strcpy(Partition.PathToCwd,"/");
41 ingob 687
        result = 0;
688
        end:
689
        if(result != 0) Fat16_Deinit();
110 killagreg 690
        else UART1_PutString("ok");
88 killagreg 691
        return(result);
1 ingob 692
}
693
 
694
 
41 ingob 695
 
696
/****************************************************************************************************************************************/
697
/* Function:    ClearCurrCluster(File_t*);                                                                                                                                                                                      */
698
/*                                                                                                                                                                                                                                                                              */
699
/* Description: This function fills the current cluster with 0.                                                                                                                                                 */
700
/*                                                                                                                                                                                                                                                                              */
701
/* Returnvalue: The function returns 1 on success else 0.                                                                                                                                                               */
702
/****************************************************************************************************************************************/
703
u8 ClearCurrCluster(File_t * file)
1 ingob 704
{
41 ingob 705
        u8 retvalue = 1;
706
        u32 i;
88 killagreg 707
 
41 ingob 708
        if((!Partition.IsValid) || (file == NULL)) return(0);
709
 
710
        for(i = 0; i < BYTES_PER_SECTOR; i++) file->Cache[i] = 0; // clear file cache
211 killagreg 711
        if(file->FirstSectorOfCurrCluster == SECTOR_UNDEFINED) return (0); // nothing to do 
41 ingob 712
        for(i = 0; i < Partition.SectorsPerCluster; i++)
1 ingob 713
        {
41 ingob 714
                file->SectorInCache = file->FirstSectorOfCurrCluster + i;
715
                if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))
716
                {
88 killagreg 717
                        Fat16_Deinit();
41 ingob 718
                        retvalue = 0;
282 killagreg 719
                        return(retvalue);
41 ingob 720
                }
1 ingob 721
        }
88 killagreg 722
        return(retvalue);
1 ingob 723
}
724
 
41 ingob 725
/*****************************************************************************************************************************************/
726
/* Function:    GetNextCluster(File_t* );                                                                                                                                                                                        */
727
/*                                                                                                                                                                                                                                                                               */
728
/* Description: This function finds the next datacluster of the file specified with File *File.                                                                                  */
729
/*                                                                                                                                                                                                                                                                               */
730
/* Returnvalue: The function returns the next cluster or 0 if the last cluster has already reached.                                                                                                      */
731
/*****************************************************************************************************************************************/
732
u16 GetNextCluster(File_t * file)
1 ingob 733
{
211 killagreg 734
        u16 cluster = CLUSTER_UNDEFINED;
41 ingob 735
        u32 fat_byte_offset, sector, byte;
736
        Fat16Entry_t * fat;
88 killagreg 737
 
41 ingob 738
        if((!Partition.IsValid) || (file == NULL)) return(cluster);
211 killagreg 739
        if(file->FirstSectorOfCurrCluster == SECTOR_UNDEFINED) return(cluster);
41 ingob 740
        // if sector is within the data area
741
        if((Partition.FirstDataSector <= file->FirstSectorOfCurrCluster)&& (file->FirstSectorOfCurrCluster <= Partition.LastDataSector))
1 ingob 742
        {
41 ingob 743
                // determine current file cluster
744
                cluster = SectorToFat16Cluster(file->FirstSectorOfCurrCluster);
745
                // calculate byte offset in the fat for corresponding entry
746
                fat_byte_offset = ((u32)cluster)<<1; // two FAT bytes (16 bits) for every cluster
747
                // calculate the sector that contains the current cluster within the fat
748
                sector = Partition.FirstFatSector + ( fat_byte_offset / BYTES_PER_SECTOR);
749
                // calculate byte offset of the current cluster within that fat sector
750
                byte = fat_byte_offset % BYTES_PER_SECTOR;
751
                // read this sector to the file cache
752
                if(file->SectorInCache != sector)
1 ingob 753
                {
41 ingob 754
                        file->SectorInCache = sector;                                           // update sector stored in buffer
755
                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))       // read sector from sd-card
24 StephanB 756
                        {
41 ingob 757
                                Fat16_Deinit();
758
                                return (cluster);
88 killagreg 759
                        }
760
                }
41 ingob 761
                // read the next cluster from cache
762
                fat = (Fat16Entry_t *)(&(file->Cache[byte]));
763
                cluster = fat->NextCluster;
211 killagreg 764
                // if no next cluster exist
41 ingob 765
                if(FAT16_CLUSTER_LAST_MIN <= cluster)
766
                {
211 killagreg 767
                         cluster = CLUSTER_UNDEFINED; // next cluster is undefined
1 ingob 768
                }
24 StephanB 769
                else
770
                {
41 ingob 771
                        file->FirstSectorOfCurrCluster = Fat16ClusterToSector(cluster);
772
                        file->SectorOfCurrCluster = 0;
773
                        file->ByteOfCurrSector = 0;
24 StephanB 774
                }
88 killagreg 775
        }
41 ingob 776
        return(cluster);
1 ingob 777
}
778
 
779
 
353 StephanB 780
 
41 ingob 781
/****************************************************************************************************************************************/
782
/* Function:    FindNextFreeCluster(File_t *);                                                                                                                                                                          */
783
/*                                                                                                                                                                                                                                                                              */
784
/* Description: This function looks in the fat to find the next free cluster                                                                                                                    */
785
/*                                                                                                                                                                                                                                                                              */
786
/* Returnvalue: The function returns the cluster number of the next free cluster found within the fat.                                                                  */
787
/****************************************************************************************************************************************/
788
u16 FindNextFreeCluster(File_t *file)
1 ingob 789
{
41 ingob 790
        u32 fat_sector;                                 // current sector within the fat relative to the first sector of the fat.
791
        u32     curr_sector;                            // current sector
792
        u16     fat_entry;                                      // index to an fatentry within the actual sector (256 fatentries are possible within one sector).
211 killagreg 793
        u16     free_cluster    = CLUSTER_UNDEFINED;    // next free cluster number.
41 ingob 794
        Fat16Entry_t * fat;
88 killagreg 795
 
41 ingob 796
        if((!Partition.IsValid) || (file == NULL)) return(0);
24 StephanB 797
 
41 ingob 798
        // start searching for an empty cluster at the beginning of the fat.
88 killagreg 799
        fat_sector = 0;
800
        do
1 ingob 801
        {
41 ingob 802
                curr_sector = Partition.FirstFatSector + fat_sector;    // calculate sector to read
803
                file->SectorInCache = curr_sector;                                              // upate the sector number of file cache.
804
                if( SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))              // read sector of fat from sd-card.
805
                {
806
                        Fat16_Deinit();
807
                        return(free_cluster);
808
                }
809
 
810
                fat = (Fat16Entry_t *)file->Cache;                                              // set fat pointer to file cache
811
 
88 killagreg 812
                for(fat_entry = 0; fat_entry < FAT16_ENTRIES_PER_SECTOR; fat_entry++)                                           // look for an free cluster at all entries in this sector of the fat.
41 ingob 813
                {
814
                        if(fat[fat_entry].NextCluster == FAT16_CLUSTER_FREE)            // empty cluster found!!
88 killagreg 815
                        {
816
                                fat[fat_entry].NextCluster = FAT16_CLUSTER_LAST_MAX;    // mark this fat-entry as used
41 ingob 817
                                if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))               // and save the sector at the sd-card.
818
                                {
819
                                        Fat16_Deinit();
820
                                        return(free_cluster);
821
                                }
88 killagreg 822
                                free_cluster = (u16)(fat_sector * FAT16_ENTRIES_PER_SECTOR + (u32)fat_entry);
41 ingob 823
                                fat_entry = FAT16_ENTRIES_PER_SECTOR;                                   // terminate the search for a free cluster in this sector.
824
                        }
825
                }
826
                fat_sector++;                                                                                                   // continue the search in next fat sector
88 killagreg 827
        // repeat until the end of the fat is  reached and no free cluster has been found so far
41 ingob 828
        }while((fat_sector < Partition.SectorsPerFat) && (!free_cluster));
829
        return(free_cluster);
1 ingob 830
}
831
 
832
 
41 ingob 833
/****************************************************************************************************************************************************/
834
/* Function:    s16 fseek_(File_t *, s32 *, u8)                                                                                                                                                                                                         */
835
/*                                                                                                                                                                                                                                                                                                      */
836
/* Description: This function sets the pointer of the stream relative to the position                                                                                                                           */
837
/*                              specified by origin (SEEK_SET, SEEK_CUR, SEEK_END)                                                                                                                                                                      */
211 killagreg 838
/* Returnvalue: Is 0 if seek was successful                                                                                                                                                                                                                                                                     */
41 ingob 839
/****************************************************************************************************************************************************/
840
s16 fseek_(File_t *file, s32 offset, s16 origin)
1 ingob 841
{
41 ingob 842
        s32             fposition       = 0;
843
        s16     retvalue        = 1;
88 killagreg 844
 
211 killagreg 845
        if((!Partition.IsValid) || (file == NULL)) return(retvalue);
41 ingob 846
        switch(origin)
847
        {
848
                case SEEK_SET:                          // Fileposition relative to the beginning of the file.
88 killagreg 849
                        fposition = 0;
41 ingob 850
                        break;
851
                case SEEK_END:                          // Fileposition relative to the end of the file.
852
                        fposition = (s32)file->Size;
853
                        break;
854
                case SEEK_CUR:                          // Fileposition relative to the current position of the file.
855
                default:
856
                        fposition = file->Position;
857
                        break;
1 ingob 858
        }
41 ingob 859
 
860
        fposition += offset;
861
 
862
        if((fposition >= 0) && (fposition <= (s32)file->Size))          // is the pointer still within the file?
1 ingob 863
        {
41 ingob 864
                // reset file position to start of the file
865
                file->FirstSectorOfCurrCluster = file->FirstSectorOfFirstCluster;
866
                file->SectorOfCurrCluster       = 0;
867
                file->ByteOfCurrSector          = 0;
868
                file->Position                          = 0;
211 killagreg 869
                if(file->FirstSectorOfCurrCluster == SECTOR_UNDEFINED) return(retvalue);
41 ingob 870
                while(file->Position < fposition)       // repeat until the current position is less than target
1 ingob 871
                {
41 ingob 872
                        file->Position++;                               // increment file position
88 killagreg 873
                        file->ByteOfCurrSector++;               // next byte in current sector
874
                        if(file->ByteOfCurrSector >= BYTES_PER_SECTOR)
41 ingob 875
                        {
876
                                file->ByteOfCurrSector = 0;                                                                             // reading at the beginning of new sector.
877
                                file->SectorOfCurrCluster++;                                                                    // continue reading in next sector
878
                                if(file->SectorOfCurrCluster >= Partition.SectorsPerCluster)    // if end of cluster is reached, the next datacluster has to be searched in the FAT.
879
                                {
880
                                        if(GetNextCluster(file))                                                                        // Sets the clusterpointer of the file to the next datacluster.
881
                                        {
88 killagreg 882
                                                file->SectorOfCurrCluster = 0;
41 ingob 883
                                        }
884
                                        else // the last cluster was allready reached
885
                                        {
211 killagreg 886
                                                file->SectorOfCurrCluster--;                                                    // jump back to the last sector in the last cluster
41 ingob 887
                                                file->ByteOfCurrSector = BYTES_PER_SECTOR;                              // set ByteOfCurrSector one byte over sector end
888
                                        }
889
                                }
88 killagreg 890
                        }
891
                }
1 ingob 892
        }
88 killagreg 893
        if(file->Position == fposition) retvalue = 0;
1 ingob 894
        return(retvalue);
895
}
896
 
897
 
41 ingob 898
/****************************************************************************************************************************************/
899
/* Function:    u16 DeleteClusterChain(File *file);                                                                                                                                                                             */
900
/*                                                                                                                                                                                                                                                                              */
901
/* Description: This function trances along a cluster chain in the fat and frees all clusters visited.                                                                  */
902
/*                                                                                                                                                                                                                                                                              */
903
/****************************************************************************************************************************************/
904
u8 DeleteClusterChain(u16 StartCluster)
1 ingob 905
{
88 killagreg 906
        u16 cluster;
41 ingob 907
        u32 fat_byte_offset, sector, byte;
908
        Fat16Entry_t * fat;
909
        u8 buffer[BYTES_PER_SECTOR];
910
        u32 sector_in_buffer = 0;
911
        u8 repeat = 0;
912
 
211 killagreg 913
        if(!Partition.IsValid) return(0);
914
        if(StartCluster == CLUSTER_UNDEFINED) return(0);
210 killagreg 915
        cluster = StartCluster; // init chain trace
211 killagreg 916
        // if start cluster is no real cluster
917
    if(FAT16_CLUSTER_LAST_MIN <= cluster) return 1;
41 ingob 918
 
919
        // calculate byte offset in the fat for corresponding entry
920
        fat_byte_offset = ((u32)cluster)<<1; // two FAT bytes (16 bits) for every cluster
921
        // calculate the sector that contains the current cluster within the fat
922
        sector = Partition.FirstFatSector + ( fat_byte_offset / BYTES_PER_SECTOR);
923
        // calculate byte offset of the current cluster within that fat sector
924
        byte = fat_byte_offset % BYTES_PER_SECTOR;
88 killagreg 925
        do
1 ingob 926
        {
41 ingob 927
                if(sector != sector_in_buffer)
1 ingob 928
                {
41 ingob 929
                        // read this sector to buffer
930
                        sector_in_buffer = sector;
931
                        if(SD_SUCCESS != SDC_GetSector(sector_in_buffer, buffer)) return 0;     // read sector from sd-card
88 killagreg 932
                }
41 ingob 933
                // read the next cluster from cache
934
                fat = (Fat16Entry_t *)(&(buffer[byte]));
935
                cluster = fat->NextCluster;
211 killagreg 936
                fat->NextCluster =      FAT16_CLUSTER_FREE; // mark current cluster as free
937
 
938
                if((FAT16_CLUSTER_USED_MIN <= cluster) && (cluster <= FAT16_CLUSTER_USED_MAX) )
939
                {
940
                        repeat = 1;
941
                        // calculate sector byte and byte offset in the fat for the next cluster
942
                        fat_byte_offset = ((u32)cluster)<<1; // two FAT bytes (16 bits) for every cluster
943
                        // calculate the sector that contains the current cluster within the fat
944
                        sector = Partition.FirstFatSector + ( fat_byte_offset / BYTES_PER_SECTOR);
945
                        // calculate byte offset of the current cluster within that fat sector
946
                        byte = fat_byte_offset % BYTES_PER_SECTOR;
947
                }
41 ingob 948
                else repeat = 0;
949
 
950
                // if new sector is not the sector in buffer or the last cluster in the chain was traced
951
                if((sector != sector_in_buffer) || !repeat)
952
                {       // write sector in buffer
210 killagreg 953
                        if(SD_SUCCESS != SDC_PutSector(sector_in_buffer,buffer))
146 killagreg 954
                        {
955
                                Fat16_Deinit();
211 killagreg 956
                                return(0);
146 killagreg 957
                        }
1 ingob 958
                }
41 ingob 959
        }
960
        while(repeat);
961
 
962
        return 1;
1 ingob 963
}
964
 
965
 
41 ingob 966
/****************************************************************************************************************************************/
967
/* Function:    u16 AppendCluster(File *file);                                                                                                                                                                                  */
968
/*                                                                                                                                                                                                                                                                              */
969
/* Description: This function looks in the fat to find the next free cluster and appends it to the file.                                                                */
970
/*                                                                                                                                                                                                                                                                              */
211 killagreg 971
/* Returnvalue: The function returns the appened cluster number or CLUSTER_UNDEFINED of no cluster was appended.                                                */
41 ingob 972
/****************************************************************************************************************************************/
973
u16 AppendCluster(File_t *file)
1 ingob 974
{
211 killagreg 975
        u16 last_cluster, new_cluster = CLUSTER_UNDEFINED;
41 ingob 976
        u32 fat_byte_offset, sector, byte;
977
        Fat16Entry_t * fat;
88 killagreg 978
 
41 ingob 979
        if((!Partition.IsValid) || (file == NULL)) return(new_cluster);
1 ingob 980
 
41 ingob 981
        new_cluster = FindNextFreeCluster(file);        // the next free cluster found on the disk.
211 killagreg 982
        if(new_cluster != CLUSTER_UNDEFINED)
88 killagreg 983
        {       // A free cluster was found and can be added to the end of the file.
41 ingob 984
                fseek_(file, 0, SEEK_END);                                                                                                      // jump to the end of the file
88 killagreg 985
                last_cluster = SectorToFat16Cluster(file->FirstSectorOfCurrCluster);            // determine current file cluster
211 killagreg 986
                if(last_cluster != CLUSTER_UNDEFINED)
41 ingob 987
                {
211 killagreg 988
                        // update FAT entry of last cluster
989
                        fat_byte_offset = ((u32)last_cluster)<<1;
990
                        sector = Partition.FirstFatSector + ( fat_byte_offset / BYTES_PER_SECTOR);
991
                        byte = fat_byte_offset % BYTES_PER_SECTOR;
992
                        // read the sector containing the last cluster of the file
993
                        if(file->SectorInCache != sector)
41 ingob 994
                        {
211 killagreg 995
                                file->SectorInCache = sector;   // update sector stored in buffer
996
                                if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))       // read sector from sd-card
997
                                {
998
                                        Fat16_Deinit();
999
                                        return(0);
1000
                                }
1001
                        }
1002
                        fat = (Fat16Entry_t *)(&(file->Cache[byte]));
1003
                        fat->NextCluster = new_cluster;                                                 // append the free cluster to the end of the file in the FAT.
1004
                        if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))               // save the modified sector to the FAT.
1005
                        {
41 ingob 1006
                                Fat16_Deinit();
211 killagreg 1007
                                return(0);
88 killagreg 1008
                        }
1009
                }
211 killagreg 1010
                else // last cluster of the file is undefined
1011
                {   // then the new cluster must be the first one of the file
1012
                    // and its cluster number must be set in the direntry
1013
                        DirEntry_t * dir;
1014
                        file->SectorInCache = file->DirectorySector;                            // update the sector number of file cache.
1015
                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read in the sector.
1016
                        {
1017
                                Fat16_Deinit();
1018
                                return(CLUSTER_UNDEFINED);
1019
                        }
1020
                        dir = (DirEntry_t *)file->Cache;                                                        // set pointer to directory
1021
                        dir[file->DirectoryIndex].Res1 = 0;
1022
                        dir[file->DirectoryIndex].Res2[0] = 0;
1023
                        dir[file->DirectoryIndex].Res2[1] = 0;
1024
                        dir[file->DirectoryIndex].StartCluster = new_cluster;           // update startcluster 
1025
                    dir[file->DirectoryIndex].ModTime   = FileTime(&SystemTime);// set time
1026
                        dir[file->DirectoryIndex].ModDate       = FileDate(&SystemTime);// and date of modification
1027
                        dir[file->DirectoryIndex].LastAccessDate = dir[file->DirectoryIndex].ModDate;
1028
                        dir[file->DirectoryIndex].Size          = 0;
1029
                        // write sector containing the direntry
1030
                        if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))
1031
                        {
1032
                                Fat16_Deinit();
1033
                                return(CLUSTER_UNDEFINED);
1034
                        }
1035
                        // update file info     
1036
                        file->FirstSectorOfFirstCluster = Fat16ClusterToSector(new_cluster);
1037
                        file->Size = 0;
1038
                        file->Position = 0;
41 ingob 1039
                }
211 killagreg 1040
                // update file pointes
41 ingob 1041
                file->FirstSectorOfCurrCluster = Fat16ClusterToSector(new_cluster);
1042
                file->SectorOfCurrCluster = 0;
1043
                file->ByteOfCurrSector = 0;
1044
        }
1045
        return(new_cluster);
1 ingob 1046
}
1047
 
41 ingob 1048
/****************************************************************************************************************************************************/
1049
/* Function:    DirectoryEntryExist(s8 *, u8, u8, File_t *)                                                                                                                                                                                     */
1050
/*                                                                                                                                                                                                                                                                                                      */
1051
/* Description: This function searches all possible dir entries until the file or directory is found or the end of the directory is reached                     */
1052
/*                                                                                                                                                                                                                                                                                                      */
1053
/* Returnvalue: This function returns 1 if the directory entry specified was found.                                                                                                                                     */
1054
/****************************************************************************************************************************************************/
1055
u8 DirectoryEntryExist(s8 *dirname, u8 attribfilter, u8 attribmask, File_t *file)
1056
{
1057
        u32             dir_sector, max_dir_sector, curr_sector;
1058
        u16     dir_entry = 0;
24 StephanB 1059
 
41 ingob 1060
        u16     end_of_directory_not_reached = 0;
1061
        u8              i = 0;
1062
        u8      direntry_exist = 0;
1063
        DirEntry_t * dir;
24 StephanB 1064
 
41 ingob 1065
        // if incomming pointers are useless return immediatly
88 killagreg 1066
        if((!Partition.IsValid) || (file == NULL) || (dirname == NULL)) return(direntry_exist);
41 ingob 1067
 
88 killagreg 1068
        // dir entries can be searched only in filesclusters that have
1069
        // a corresponding dir entry with adir-flag set in its attribute
41 ingob 1070
        // or direct within the root directory area
211 killagreg 1071
        file->FirstSectorOfFirstCluster = SECTOR_UNDEFINED;
41 ingob 1072
        // no current directory exist therefore assume searching in the root
211 killagreg 1073
        if(file->DirectorySector == SECTOR_UNDEFINED)
24 StephanB 1074
        {
41 ingob 1075
                max_dir_sector = (Partition.MaxRootEntries * DIRENTRY_SIZE)/BYTES_PER_SECTOR;
1076
                file->FirstSectorOfFirstCluster = Partition.FirstRootDirSector;
1077
        }
1078
        // within the root directory area we can read sectors sequentially until the end of this area
1079
        else if((Partition.FirstRootDirSector <= file->DirectorySector) && (file->DirectorySector < Partition.FirstDataSector))
1080
        {
1081
                max_dir_sector = (Partition.MaxRootEntries * DIRENTRY_SIZE)/BYTES_PER_SECTOR;
1082
        }
88 killagreg 1083
        // within the data clusters we can read sectors sequentially only within the cluster
41 ingob 1084
        else if((Partition.FirstDataSector <= file->DirectorySector) && (file->DirectorySector <= Partition.LastDataSector))
1085
        {
1086
                max_dir_sector = Partition.SectorsPerCluster;                           // limit max secters before next cluster
1087
        }
1088
        else return (direntry_exist); // bad sector range for directory sector of the file
1089
        // if search area is not defined yet
211 killagreg 1090
        if(file->FirstSectorOfFirstCluster == SECTOR_UNDEFINED)
41 ingob 1091
        {
1092
                // check if the directory entry of current file is existent and has the dir-flag set
1093
                file->SectorInCache = file->DirectorySector;                            // update the sector number of file cache.
1094
                if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read in the sector.
24 StephanB 1095
                {
41 ingob 1096
                        Fat16_Deinit();
1097
                        return(direntry_exist);
24 StephanB 1098
                }
41 ingob 1099
                dir = (DirEntry_t *)file->Cache;                                                        // set pointer to directory
211 killagreg 1100
                switch((u8)dir[file->DirectoryIndex].Name[0])                           // check if current directory exist
24 StephanB 1101
                {
41 ingob 1102
                        case SLOT_EMPTY:
1103
                        case SLOT_DELETED:
1104
                                // the directrory pointer of this file points to a deleted or not existen directory
1105
                                // therefore no file or subdirectory can be created
1106
                                return (direntry_exist);
1107
                                break;
88 killagreg 1108
                        default:        // and is a real directory
41 ingob 1109
                                if((dir[file->DirectoryIndex].Attribute & ATTR_SUBDIRECTORY) != ATTR_SUBDIRECTORY)
1110
                                {       // current file is not a directory therefore no file or subdirectory can be created here
1111
                                        return (direntry_exist);
1112
                                }
1113
                                break;
24 StephanB 1114
                }
41 ingob 1115
                file->FirstSectorOfFirstCluster = Fat16ClusterToSector(dir[file->DirectoryIndex].StartCluster);
24 StephanB 1116
        }
1117
 
41 ingob 1118
        // update current file data area position to start of first cluster
88 killagreg 1119
        file->FirstSectorOfCurrCluster  = file->FirstSectorOfFirstCluster;
1120
        file->SectorOfCurrCluster               = 0;
41 ingob 1121
        file->ByteOfCurrSector                  = 0;
24 StephanB 1122
 
41 ingob 1123
        do // loop over all data clusters of the current directory entry
88 killagreg 1124
        {
349 ingob 1125
                dir_sector = 0;
41 ingob 1126
                do // loop over all sectors of a cluster or all sectors of the root directory
88 killagreg 1127
                {
41 ingob 1128
                        curr_sector = file->FirstSectorOfCurrCluster + dir_sector;      // calculate sector number
1129
                        file->SectorInCache = curr_sector;                                                      // upate the sector number of file cache.
1130
                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read the sector
1131
                        {
1132
                                Fat16_Deinit();
88 killagreg 1133
                                return(direntry_exist);
41 ingob 1134
                        }
1135
                        dir = (DirEntry_t *)file->Cache;                                                        // set pointer to directory
1136
                        // search all directory entries within that sector
1137
                        for(dir_entry = 0; dir_entry < DIRENTRIES_PER_SECTOR; dir_entry++)
1138
                        {   // check for existing dir entry
1139
                                switch((u8)dir[dir_entry].Name[0])
1140
                                {
1141
                                        case SLOT_EMPTY:
1142
                                        case SLOT_DELETED:
1143
                                                // ignore empty or deleted dir entries
1144
                                                break;
1145
                                        default:
1146
                                                // if existing check attributes before names are compared will safe performance
1147
                                                if ((dir[dir_entry].Attribute & attribmask) != attribfilter) break; // attribute must match
1148
                                                // then compare the name to the giveb dirname (first 11 characters include 8 chars of basename and 3 chars extension.)
1149
                                                i = 0;
1150
                                                while((i < 11) && (dir[dir_entry].Name[i] == dirname[i])) i++;
1151
                                                if (i < 10) break; // names does not match
1152
                                                // if dirname and attribute have matched
1153
                                                file->Attribute = dir[dir_entry].Attribute; // store attribute of found dir entry
88 killagreg 1154
                                                file->FirstSectorOfFirstCluster = Fat16ClusterToSector(dir[dir_entry].StartCluster); // set sector of first data cluster
41 ingob 1155
                                                file->FirstSectorOfCurrCluster = file->FirstSectorOfFirstCluster;
1156
                                                file->SectorOfCurrCluster = 0;
1157
                                                file->ByteOfCurrSector = 0;
1158
                                                file->DirectorySector = curr_sector; // current sector
1159
                                                file->DirectoryIndex  = dir_entry; // current direntry in current sector
88 killagreg 1160
                                                file->Size = dir[dir_entry].Size;
1161
                                                direntry_exist = 1; // mark as found
1162
                                                dir_entry = DIRENTRIES_PER_SECTOR;      // stop for-loop
41 ingob 1163
                                } // end of first byte of name check
1164
                        }
1165
                        dir_sector++; // search next sector
1166
                // stop if we reached the end of the cluster or the end of the root dir
1167
                }while((dir_sector < max_dir_sector) && (!direntry_exist));
1 ingob 1168
 
41 ingob 1169
                // if we are seaching in the data area and the file not found in this cluster so take next cluster.
88 killagreg 1170
                if(!direntry_exist && ( Partition.FirstDataSector <= file->FirstSectorOfCurrCluster))
41 ingob 1171
                {
1172
                        end_of_directory_not_reached = GetNextCluster(file);  // updates File->FirstSectorOfCurrCluster
1173
                }
1174
        }while((end_of_directory_not_reached) && (!direntry_exist)); // repeat until a next cluster exist an no
1175
        return(direntry_exist);
1 ingob 1176
}
1177
 
1178
 
41 ingob 1179
/****************************************************************************************************************************************/
1180
/*      Function:               CreateDirectoryEntry(s8 *, u16, File_t *)                                                                                                                                                       */
1181
/*                                                                                                                                                                                                                                                                              */
1182
/*      Description:    This function looks for the next free position in the directory and creates an entry.                                                           */
1183
/*                                      The type of an directory entry is specified by the file attribute.                                                                                                      */
1184
/*                                                                                                                                                                                                                                                                              */
1185
/*      Returnvalue:    Return 0 on error                                                                                                                                                                                                       */
1186
/****************************************************************************************************************************************/
1187
u8 CreateDirectoryEntry(s8 *dirname, u8 attrib, File_t *file)
1 ingob 1188
{
41 ingob 1189
        u32 dir_sector, max_dir_sector, curr_sector;
1190
        u16 dir_entry   = 0;
1191
        u16 subdircluster, dircluster = 0;
1192
        u16 end_of_directory_not_reached = 0;
1193
        u8      i                       = 0;
88 killagreg 1194
        u8      retvalue        = 0;
41 ingob 1195
        DirEntry_t *dir;
1196
 
1197
        if((!Partition.IsValid) || (file == NULL) || (dirname == NULL)) return (retvalue);
1198
        // It is not checked here that the dir entry that should be created is already existent!
88 killagreg 1199
 
1200
        // Dir entries can be created only in file-clusters that have
41 ingob 1201
        // the dir-flag set in its attribute or within the root directory
88 killagreg 1202
 
211 killagreg 1203
        file->FirstSectorOfFirstCluster = SECTOR_UNDEFINED;
41 ingob 1204
        // no current directory exist therefore assume creating in the root
211 killagreg 1205
        if(file->DirectorySector == SECTOR_UNDEFINED)
24 StephanB 1206
        {
41 ingob 1207
                max_dir_sector = (Partition.MaxRootEntries * DIRENTRY_SIZE)/BYTES_PER_SECTOR;
1208
                dircluster = 0;
1209
                file->FirstSectorOfFirstCluster = Partition.FirstRootDirSector;
1210
        }
1211
        // within the root directory area we can read sectors sequentially until the end of this area
1212
        else if((Partition.FirstRootDirSector <= file->DirectorySector) && (file->DirectorySector < Partition.FirstDataSector))
1213
        {
1214
                max_dir_sector = (Partition.MaxRootEntries * DIRENTRY_SIZE)/BYTES_PER_SECTOR;
1215
        }
88 killagreg 1216
        // within the data clusters we can read sectors sequentially only within the cluster
41 ingob 1217
        else if((Partition.FirstDataSector <= file->DirectorySector) && (file->DirectorySector <= Partition.LastDataSector))
1218
        {
1219
                max_dir_sector = Partition.SectorsPerCluster;
1220
        }
88 killagreg 1221
        else return (retvalue); // bad sector range for directory sector of the file
41 ingob 1222
        // if search area is not defined yet
211 killagreg 1223
        if(file->FirstSectorOfFirstCluster == SECTOR_UNDEFINED)
41 ingob 1224
        {
1225
            // check if the directory entry of current file is existent and has the dir-flag set
1226
                file->SectorInCache = file->DirectorySector;                            // update the sector number of file cache.
88 killagreg 1227
                if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read in the sector.
41 ingob 1228
                {
1229
                        Fat16_Deinit();
1230
                        return(retvalue);
88 killagreg 1231
                }
41 ingob 1232
                dir = (DirEntry_t *)file->Cache;                                                        // set pointer to directory
218 killagreg 1233
                switch((u8)dir[file->DirectoryIndex].Name[0])                           // check if current directory exist
41 ingob 1234
                {
1235
                        case SLOT_EMPTY:
1236
                        case SLOT_DELETED:
1237
                                return (retvalue);
1238
                                break;
88 killagreg 1239
                        default:        // and is a real directory
41 ingob 1240
                                if((dir[file->DirectoryIndex].Attribute & ATTR_SUBDIRECTORY) != ATTR_SUBDIRECTORY)
1241
                                {       // current file is not a directory therefore no file or subdirectory can be created here
1242
                                        return (retvalue);
1243
                                }
1244
                                break;
1245
                }
1246
                dircluster = dir[file->DirectoryIndex].StartCluster;
88 killagreg 1247
                file->FirstSectorOfFirstCluster = Fat16ClusterToSector(dircluster);
41 ingob 1248
        }
88 killagreg 1249
 
218 killagreg 1250
        // if the new direntry is a subdirectory
1251
        if((attrib & ATTR_SUBDIRECTORY) == ATTR_SUBDIRECTORY)
1252
        {       // get a free clutser for its content
1253
                subdircluster = FindNextFreeCluster(file);      // get the next free cluster on the disk and mark it as used.
1254
        }
1255
        else // a normal file
1256
        {       // has no data cluster after creation
1257
                subdircluster = CLUSTER_UNDEFINED;
1258
        }
1259
 
211 killagreg 1260
        file->FirstSectorOfCurrCluster  = file->FirstSectorOfFirstCluster;
1261
        file->SectorOfCurrCluster               = 0;
1262
        do // loop over all clusters of current directory
41 ingob 1263
        {
211 killagreg 1264
                dir_sector = 0; // reset sector counter within a new cluster
1265
                do // loop over all sectors of a cluster or all sectors of the root directory
88 killagreg 1266
                {
211 killagreg 1267
                        curr_sector = file->FirstSectorOfCurrCluster + dir_sector;      // calculate sector number
1268
                        file->SectorInCache = curr_sector;                                                      // upate the sector number of file cache.
1269
                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read in the sector.
1 ingob 1270
                        {
211 killagreg 1271
                                Fat16_Deinit();
1272
                                return(retvalue);
1273
                        }
1274
 
1275
                        dir = (DirEntry_t *)file->Cache;                                                        // set pointer to directory
1276
                        // search all directory entries of a sector
1277
                        for(dir_entry = 0; dir_entry < DIRENTRIES_PER_SECTOR; dir_entry++)
1278
                        {       // check if current direntry is available
1279
                                if(((u8)dir[dir_entry].Name[0] == SLOT_EMPTY) || ((u8)dir[dir_entry].Name[0] == SLOT_DELETED))
1280
                                {       // a free direntry was found
1281
                                        for(i = 0; i < 11; i++) dir[dir_entry].Name[i] = dirname[i];            // Set dir name
1282
                                        dir[dir_entry].Attribute    = attrib;
1283
                                        dir[dir_entry].Res1 = 0;
1284
                                        dir[dir_entry].CreationTime10ms = (u8)(SystemTime.mSec/10);
1285
                                        dir[dir_entry].CreationTime     = FileTime(&SystemTime);
1286
                                        dir[dir_entry].CreationDate     = FileDate(&SystemTime);
1287
                                        dir[dir_entry].LastAccessDate = dir[dir_entry].CreationDate;
1288
                                        dir[dir_entry].Res2[0] = 0;
1289
                                        dir[dir_entry].Res2[1] = 0;
1290
                                        dir[dir_entry].ModTime = dir[dir_entry].CreationTime;
1291
                                        dir[dir_entry].ModDate = dir[dir_entry].CreationDate;
1292
                                        // Set the attribute of the new directoryentry.
1293
                                        dir[dir_entry].StartCluster = subdircluster;                                            // copy the location of the first datacluster to the directoryentry.
1294
                                        dir[dir_entry].Size             = 0;                                                                    // the new createted file has no content yet.
1295
                                        if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))       // write back to card
1296
                                        {
1297
                                                Fat16_Deinit();
1298
                                                return(retvalue);
1299
                                        }
218 killagreg 1300
                                        file->FirstSectorOfFirstCluster = Fat16ClusterToSector(subdircluster);  // Calculate absolute sectorposition of first datacluster.
211 killagreg 1301
                                        file->FirstSectorOfCurrCluster  = file->FirstSectorOfFirstCluster;      // Start reading the file with the first sector of the first datacluster.
1302
                                        file->SectorOfCurrCluster               = 0;                                                            // reset sector of cureen cluster
1303
                                        file->ByteOfCurrSector                  = 0;                                                            // reset the byte location within the current sector
1304
                                        file->Attribute                                 = attrib;                                               // set file attribute to dir attribute
1305
                                        file->Size                                              = 0;                                                        // new file has no size
1306
                                        file->DirectorySector                   = curr_sector;
1307
                                        file->DirectoryIndex                    = dir_entry;
1308
                                        // prepare subdirectory data cluster
1309
                                        if((attrib & ATTR_SUBDIRECTORY) == ATTR_SUBDIRECTORY)                           // if a new directory was created then initilize the data area
1310
                                        {
1311
                                                ClearCurrCluster(file); // fill cluster with zeros
1312
                                                file->SectorInCache = file->FirstSectorOfFirstCluster;
1313
                                                if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read in the sector.
41 ingob 1314
                                                {
211 killagreg 1315
                                                        Fat16_Deinit();
41 ingob 1316
                                                        return(retvalue);
1317
                                                }
211 killagreg 1318
                                                dir = (DirEntry_t *)file->Cache;
1319
                                                // create direntry "." to current dir
1320
                                                dir[0].Name[0] = 0x2E;
1321
                                                for(i = 1; i < 11; i++) dir[0].Name[i] = ' ';
1322
                                                dir[0].Attribute = ATTR_SUBDIRECTORY;
1323
                                                dir[0].StartCluster = subdircluster;
1324
                                                dir[0].Size = 0;
1325
                                                // create direntry ".." to the upper dir
1326
                                                dir[1].Name[0] = 0x2E;
1327
                                                dir[1].Name[1] = 0x2E;
1328
                                                for(i = 2; i < 11; i++) dir[1].Name[i] = ' ';
1329
                                                dir[1].Attribute = ATTR_SUBDIRECTORY;
1330
                                                dir[1].StartCluster = dircluster;
1331
                                                dir[1].Size = 0;
1332
                                                if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))// read in the sector.
88 killagreg 1333
                                                {
211 killagreg 1334
                                                        Fat16_Deinit();
1335
                                                        return(retvalue);
1336
                                                }
1337
                                        }
1338
                                        retvalue = 1;
1339
                                        dir_entry = DIRENTRIES_PER_SECTOR;      // stop for-loop
88 killagreg 1340
                                }
211 killagreg 1341
                        }
1342
                        dir_sector++; // search next sector
1343
                // stop if we reached the end of the cluster or the end of the root dir
1344
                }while((dir_sector < max_dir_sector) && (!retvalue));
88 killagreg 1345
 
211 killagreg 1346
                // if we are seaching in the data area and the file not found in this cluster so take next cluster.
1347
                if(!retvalue && ( Partition.FirstDataSector <= file->FirstSectorOfCurrCluster))
1348
                {
1349
                        end_of_directory_not_reached = GetNextCluster(file);  // updates File->FirstSectorOfCurrCluster
1350
                }
1351
        }while((end_of_directory_not_reached) && (!retvalue));
1352
        // Perhaps we are at the end of the last cluster of a directory file and have no free direntry found.
1353
        // Then we would need to add a cluster to that file and create the new direntry there.
1354
        // This code is not implemented yet, because its occurs only if more that 32*32=1024 direntries are
1355
        // within a subdirectory of root.
1356
 
41 ingob 1357
        return(retvalue);       // return 1 if file has been created otherwise return 0.
1 ingob 1358
}
1359
 
41 ingob 1360
/********************************************************************************************************************************************/
1361
/*      Function:               FileExist(const s8* filename, u8 attribfilter, u8 attribmask, File_t *file);                                                                                    */
1362
/*                                                                                                                                                                                                                                                                                      */
1363
/*      Description:    This function looks for the specified file including its subdirectories beginning                                                                               */
1364
/*                                      in the rootdirectory of the drive. If the file is found the Filepointer properties are                                                                  */
1365
/*                                      updated.                                                                                                                                                                                                                                */
1366
/*                                                                                                                                                                                                                                                                                      */
1367
/*      Returnvalue:    1 if file is found else 0.                                                                                                                                                                                              */
1368
/********************************************************************************************************************************************/
1369
u8 FileExist(const s8* filename, const u8 attribfilter, const u8 attribmask, File_t *file)
1 ingob 1370
{
41 ingob 1371
        s8* path = 0;
1372
        s8* subpath = 0;
1373
        u8 af, am, file_exist = 0;
1374
        s8 dirname[12]; // 8+3 + temination character
1 ingob 1375
 
41 ingob 1376
        // if incomming pointers are useless return immediatly
1377
        if ((filename == NULL) || (file == NULL) || (!Partition.IsValid)) return 0;
1 ingob 1378
 
41 ingob 1379
        // trace along the filepath
1380
        path = (s8*)filename;                                                           // start a the beginning of the filename string
1381
        file->DirectorySector = 0;                                                              // start at RootDirectory with file search
88 killagreg 1382
        file->DirectoryIndex = 0;
349 ingob 1383
        /* if a path begins with a '/' at index 0 the search starts at the rootdirectory otherwise we will start relative to the cwd */
1384
        if(path[0] != '/')
1385
        {
1386
                /* is the current working directory the rootdirectory? */
1387
                if(Partition.CurrentWorkingDirectory == Partition.FirstRootDirSector) file->DirectorySector = 0;
1388
                /* otherwise we are working in an subdirectory */
1389
                else file->DirectorySector = Partition.CurrentWorkingDirectory;
1390
        }
41 ingob 1391
        // as long as the file was not found and the remaining path is not empty
1392
        while((*path != 0) && !file_exist)
1393
        {       // separate dirname and subpath from filepath string
1394
                subpath = SeperateDirName(path, dirname);
1395
                if(subpath != NULL)
88 killagreg 1396
                {
1397
                        if(*subpath == 0)
41 ingob 1398
                        {       // empty subpath indicates last element of dir chain
1399
                                af = attribfilter;
1400
                                am = attribmask;
1401
                        }
1402
                        else  // it must be a subdirectory and no volume label
1 ingob 1403
                        {
41 ingob 1404
                                af = ATTR_SUBDIRECTORY;
1405
                                am = ATTR_SUBDIRECTORY|ATTR_VOLUMELABEL;
1406
                        }
1407
                        if(!DirectoryEntryExist(dirname, af, am, file))
1408
                        {
1409
                                return (file_exist); // subdirectory does not exist
1410
                        }
88 killagreg 1411
                        else
1412
                        {
41 ingob 1413
                                if (*subpath == 0)
24 StephanB 1414
                                {
41 ingob 1415
                                        file_exist = 1; // last element of path chain was found with the given attribute filter
24 StephanB 1416
                                }
1 ingob 1417
                        }
1418
                }
41 ingob 1419
                else // error seperating the subpath
1 ingob 1420
                {
41 ingob 1421
                        return file_exist; // bad subdir format
1 ingob 1422
                }
41 ingob 1423
                path = subpath;
1424
                subpath = 0;
1 ingob 1425
        }
41 ingob 1426
        return (file_exist);
1 ingob 1427
}
1428
 
24 StephanB 1429
 
41 ingob 1430
/********************************************************************************************************************************************/
1431
/*      Function:               FileCreate(const s8* filename, u8 attrib, File_t *file);                                                                                                                                */
1432
/*                                                                                                                                                                                                                                                                                      */
1433
/*      Description:    This function looks for the specified file including its subdirectories beginning                                                                               */
1434
/*                                      in the rootdirectory of the partition. If the file is found the Filepointer properties are                                                              */
88 killagreg 1435
/*                                      updated. If file or its subdirectories are not found they will be created                                                                                               */
41 ingob 1436
/*                                                                                                                                                                                                                                                                                      */
1437
/*      Returnvalue:    1 if file was created else 0.                                                                                                                                                                                   */
1438
/********************************************************************************************************************************************/
1439
u8 FileCreate(const s8* filename, const u8 attrib, File_t *file)
1440
{
1441
        s8 *path = 0;
1442
        s8 *subpath = 0;
1443
        u8 af, am, file_created = 0;
1444
        s8 dirname[12];
24 StephanB 1445
 
41 ingob 1446
        // if incomming pointers are useless return immediatly
1447
        if ((filename == NULL) || (file == NULL) || (!Partition.IsValid)) return 0;
1 ingob 1448
 
41 ingob 1449
        // trace along the filepath
1450
        path = (s8*)filename;                                                                   // start a the beginning of the filename string
1451
        file->DirectorySector = 0;                                                              // start at RootDirectory with file search
1452
        file->DirectoryIndex = 0;
1453
        // as long as the file was not created and the remaining file path is not empty
1454
        while((*path != 0) && !file_created)
1455
        {   // separate dirname and subpath from filepath string
1456
                subpath = SeperateDirName(path, dirname);
1457
                if(subpath != NULL)
24 StephanB 1458
                {
88 killagreg 1459
                        if(*subpath == 0)
41 ingob 1460
                        {       // empty subpath indicates last element of dir chain
1461
                                af = ATTR_NONE;
1462
                                am = ATTR_SUBDIRECTORY|ATTR_VOLUMELABEL;  // any file that is no subdir or volume label
24 StephanB 1463
                        }
41 ingob 1464
                        else  // it must be a subdirectory and no volume label
24 StephanB 1465
                        {
41 ingob 1466
                                af = ATTR_SUBDIRECTORY;
1467
                                am = ATTR_SUBDIRECTORY|ATTR_VOLUMELABEL;
24 StephanB 1468
                        }
41 ingob 1469
                        if(!DirectoryEntryExist(dirname, af, am, file)) // if subdir or file is not existent
1470
                        {  // try to create subdir or file
1471
                                if(*subpath == 0) af = attrib; // if last element in dir chain take the given attribute
1472
                                if(!CreateDirectoryEntry(dirname, af, file))
1473
                                {       // could not be created
88 killagreg 1474
                                        return(file_created);
1475
                                }
41 ingob 1476
                                else if (*subpath == 0) file_created = 1; // last element of path chain was created
24 StephanB 1477
                        }
1478
                }
41 ingob 1479
                else // error seperating the subpath
24 StephanB 1480
                {
41 ingob 1481
                        return file_created; // bad subdir format
24 StephanB 1482
                }
41 ingob 1483
                path = subpath;
1484
                subpath = 0;
1485
        }
1486
        return (file_created);
24 StephanB 1487
}
1 ingob 1488
 
24 StephanB 1489
 
41 ingob 1490
/********************************************************************************************************************************************/
1491
/*      Function:               File_t * fopen_(s8* filename, s8 mode);                                                                                                                                                                 */
1492
/*                                                                                                                                                                                                                                                                                      */
1493
/*      Description:    This function looks for the specified file in the rootdirectory of the drive. If the file is found the number of the    */
1494
/*                                      corrosponding filepointer is returned. Only modes 'r' (reading) and 'a' append are implemented yet.                                             */
1495
/*                                                                                                                                                                                                                                                                                      */
1496
/*      Returnvalue:    The filepointer to the file or 0 if faild.                                                                                                                                                              */
1497
/********************************************************************************************************************************************/
89 killagreg 1498
File_t * fopen_(s8 * const filename, const s8 mode)
88 killagreg 1499
{
41 ingob 1500
        File_t *file    = 0;
88 killagreg 1501
 
41 ingob 1502
        if((!Partition.IsValid) || (filename == 0)) return(file);
1503
 
1504
        // Look for an unused filepointer in the file pointer list?
1505
        file = LockFilePointer();
1506
        // if no unused file pointer was found return 0
1507
        if(file == NULL) return(file);
1508
 
1509
        // now we have found a free filepointer and claimed it
1510
        // so let initiate its property values
211 killagreg 1511
        file->FirstSectorOfFirstCluster = SECTOR_UNDEFINED;             // Sectorpointer to the first sector of the first datacluster of the file.
1512
        file->FirstSectorOfCurrCluster  = SECTOR_UNDEFINED;             // Pointer to the cluster which is edited at the moment.
41 ingob 1513
        file->SectorOfCurrCluster               = 0;            // The sector which is edited at the moment (cluster_pointer + sector_index).
1514
        file->ByteOfCurrSector                  = 0;            // The bytelocation within the current sector (cluster_pointer + sector_index + byte_index).
1515
        file->Mode                                              = mode;         // mode of fileoperation (read,write)
1516
        file->Size                                              = 0;            // the size of the opened file in bytes.
1517
        file->Position                                  = 0;            // pointer to a byte within the file 0 < fileposition < filesize
211 killagreg 1518
        file->SectorInCache                             = SECTOR_UNDEFINED;             // the last sector read, wich is still in the sectorbuffer.
1519
        file->DirectorySector                   = SECTOR_UNDEFINED;             // the sectorposition where the directoryentry has been made.
41 ingob 1520
        file->DirectoryIndex                    = 0;            // the index to the directoryentry within the specified sector.
1521
        file->Attribute                                 = 0;            // the attribute of the file opened.
1522
 
1523
        // check if a real file (no directory) to the given filename exist
88 killagreg 1524
        if(FileExist(filename, ATTR_NONE, ATTR_SUBDIRECTORY|ATTR_VOLUMELABEL, file))
41 ingob 1525
        {  // file exist
1526
                switch(mode)  // check mode
1 ingob 1527
                {
41 ingob 1528
                        case 'a':       // if mode is: append to file
1529
                                if((file->Attribute & ATTR_READONLY) == ATTR_READONLY)
1530
                                {       // file is marked as readonly --> do not open this file
1531
                                        fclose_(file);
1532
                                        file = NULL;
1533
                                }
1534
                                else
1535
                                {       // file is not marked as read only --> goto end of file
1536
                                        fseek_(file, 0, SEEK_END);              // point to the end of the file
1537
                                }
1538
                                break;
1539
                        case 'w':       // if mode is: write to file
1540
                                if((file->Attribute & ATTR_READONLY) == ATTR_READONLY)
1541
                                {       // file is marked as readonly --> do not open this file
1542
                                        fclose_(file);
1543
                                        file = NULL;
1544
                                }
1545
                                else
211 killagreg 1546
                                {       // file is not marked as read only
1547
                                        DirEntry_t * dir;
41 ingob 1548
                                        // free all clusters of that file
1549
                                        DeleteClusterChain(SectorToFat16Cluster(file->FirstSectorOfFirstCluster));
211 killagreg 1550
                                        // update directory entry of that file
1551
                                        file->SectorInCache = file->DirectorySector;                            // update the sector number of file cache.
1552
                                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read in the sector.
1553
                                        {
1554
                                                Fat16_Deinit();
1555
                                                return(NULL);
1556
                                        }
1557
                                        dir = (DirEntry_t *)file->Cache;                                                                // set pointer to directory
1558
                                    dir[file->DirectoryIndex].ModTime   = FileTime(&SystemTime);        // set modification time
1559
                                        dir[file->DirectoryIndex].ModDate       = FileDate(&SystemTime);        // set modification date
1560
                                        dir[file->DirectoryIndex].LastAccessDate = dir[file->DirectoryIndex].ModDate;
1561
                                        dir[file->DirectoryIndex].StartCluster = CLUSTER_UNDEFINED;             // update startcluster 
1562
                                        dir[file->DirectoryIndex].Size          = 0;
1563
                                        // write sector containing the direntry
1564
                                        if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))
1565
                                        {
1566
                                                Fat16_Deinit();
1567
                                                return(NULL);
1568
                                        }
1569
                                        file->FirstSectorOfFirstCluster = SECTOR_UNDEFINED;
41 ingob 1570
                                        file->FirstSectorOfCurrCluster = file->FirstSectorOfFirstCluster;
1571
                                        file->SectorOfCurrCluster = 0;
1572
                                        file->ByteOfCurrSector = 0;
1573
                                        file->Size = 0;
1574
                                        file->Position = 0;
1575
                                        fseek_(file, 0, SEEK_SET);
1576
                                }
1577
                                break;
1578
                        case 'r':       // if mode is: read from file
88 killagreg 1579
                                // goto end of file
41 ingob 1580
                                fseek_(file, 0, SEEK_SET);
1581
                                break;
1582
                        default: // other modes are not supported
1583
                                fclose_(file);
1584
                                file = NULL;
24 StephanB 1585
                        break;
1 ingob 1586
                }
88 killagreg 1587
                return(file);
1 ingob 1588
        }
41 ingob 1589
        else // file does not exist
1590
        {
1591
                switch(mode)  // check mode
1592
                {
1593
                        case 'a':
1594
                        case 'w': // if mode is write or append
1595
                                // try to create the file
1596
                                if(!FileCreate(filename, ATTR_ARCHIVE, file))
1597
                                { // if it could not be created
1598
                                        fclose_(file);
1599
                                        file = NULL;
349 ingob 1600
                                }
41 ingob 1601
                                break;
1602
                        case 'r': // else opened for 'r'
218 killagreg 1603
                        default:  // if unsupported mode
41 ingob 1604
                                fclose_(file);
1605
                                file = NULL;
88 killagreg 1606
                                break;
41 ingob 1607
                }
88 killagreg 1608
                return(file);
41 ingob 1609
        }
1610
        // we should never come to this point
1611
        fclose_(file);
1612
        file = NULL;
24 StephanB 1613
        return(file);
1614
}
1615
 
41 ingob 1616
/****************************************************************************************************************************************************/
1617
/* Function:    fflush_(File *);                                                                                                                                                                                                                                        */
1618
/*                                                                                                                                                                                                                                                                                                      */
1619
/* Description: This function writes the data already in the buffer but not yet written to the file.                                                                                            */
1620
/*                                                                                                                                                                                                                                                                                                      */
1621
/* Returnvalue: 0 on success EOF on error                                                                                                                                                                                                                       */
1622
/****************************************************************************************************************************************************/
1623
s16     fflush_(File_t *file)
24 StephanB 1624
{
88 killagreg 1625
        DirEntry_t *dir;
1626
 
41 ingob 1627
        if((file == NULL) || (!Partition.IsValid)) return (EOF);
88 killagreg 1628
 
41 ingob 1629
        switch(file->Mode)
24 StephanB 1630
        {
41 ingob 1631
                case 'a':
1632
                case 'w':
88 killagreg 1633
                        if(file->ByteOfCurrSector > 0)                                                                          // has data been added to the file?
41 ingob 1634
                        {
88 killagreg 1635
                                if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))// save the data still in the buffer
41 ingob 1636
                                {
88 killagreg 1637
                                        Fat16_Deinit();
1638
                                        return(EOF);
1639
                                }
41 ingob 1640
                        }
1641
                        file->SectorInCache     = file->DirectorySector;
1642
                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))                                       // read the directory entry for this file.
1643
                        {
1644
                                Fat16_Deinit();
88 killagreg 1645
                                return(EOF);
41 ingob 1646
                        }
88 killagreg 1647
 
41 ingob 1648
                        dir = (DirEntry_t *)file->Cache;
324 killagreg 1649
                        // update file size and modification time & date
211 killagreg 1650
                        dir[file->DirectoryIndex].ModTime = FileTime(&SystemTime);
1651
                        dir[file->DirectoryIndex].ModDate = FileDate(&SystemTime);
1652
                        dir[file->DirectoryIndex].LastAccessDate = dir[file->DirectoryIndex].ModDate;
41 ingob 1653
                        dir[file->DirectoryIndex].Size = file->Size;                                            // update file size
1654
                        if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))       // write back to sd-card
1655
                        {
1656
                                Fat16_Deinit();
1657
                                return(EOF);
1658
                        }
1659
                        break;
1660
                case 'r':
1661
                default:
211 killagreg 1662
                        // do nothing!
41 ingob 1663
                        return(EOF);
1664
                        break;
1665
 
24 StephanB 1666
        }
41 ingob 1667
        return(0);
24 StephanB 1668
}
1 ingob 1669
 
41 ingob 1670
/****************************************************************************************************************************************/
1671
/*      Function:               fclose_(File *file);                                                                                                                                                                                            */
1672
/*                                                                                                                                                                                                                                                                              */
1673
/*      Description:    This function closes the open file by writing the remaining data                                                                                                        */
1674
/*                                      from the buffer to the device and entering the filesize in the directory entry.                                                                         */
1675
/*                                                                                                                                                                                                                                                                              */
1676
/*      Returnvalue:    0 on success EOF on error                                                                                                                                                                                       */
1677
/****************************************************************************************************************************************/
1678
s16 fclose_(File_t *file)
24 StephanB 1679
{
41 ingob 1680
        s16 returnvalue = EOF;
24 StephanB 1681
 
41 ingob 1682
        if(file == NULL) return(returnvalue);
1683
        returnvalue = fflush_(file);
1684
        UnlockFilePointer(file);
1685
        return(returnvalue);
24 StephanB 1686
}
1687
 
41 ingob 1688
/********************************************************************************************************************************************/
1689
/*      Function:               fgetc_(File *file);                                                                                                                                                                                                             */
1690
/*                                                                                                                                                                                                                                                                                      */
1691
/*      Description:    This function reads and returns one character from the specified file. Is the end of the actual sector reached the              */
1692
/*                                      next sector of the cluster is read. If the last sector of the cluster read the next cluster will be searched in FAT.    */
1693
/*                                                                                                                                                                                                                                                                                      */
1694
/*      Returnvalue:    The function returns the character read from the specified memorylocation as u8 casted to s16 or EOF.                                   */
1695
/********************************************************************************************************************************************/
1696
s16 fgetc_(File_t *file)
88 killagreg 1697
{
41 ingob 1698
        s16 c = EOF;
1699
        u32 curr_sector;
88 killagreg 1700
 
41 ingob 1701
        if( (!Partition.IsValid) || (file == NULL)) return(c);
1702
        // if the end of the file is not reached, get the next character.
349 ingob 1703
        if((0 < file->Size) && ((file->Position) < file->Size) )
1 ingob 1704
        {
41 ingob 1705
                curr_sector  = file->FirstSectorOfCurrCluster;          // calculate the sector of the next character to be read.
88 killagreg 1706
                curr_sector += file->SectorOfCurrCluster;
1707
 
41 ingob 1708
                if(file->SectorInCache != curr_sector)
1 ingob 1709
                {
41 ingob 1710
                        file->SectorInCache = curr_sector;
1711
                        if(SD_SUCCESS != SDC_GetSector(file->SectorInCache,file->Cache))
1712
                        {
1713
                                Fat16_Deinit();
1714
                                return(c);
88 killagreg 1715
                        }
1716
                }
41 ingob 1717
                c = (s16) file->Cache[file->ByteOfCurrSector];
1718
                file->Position++;                                                                       // increment file position
88 killagreg 1719
                file->ByteOfCurrSector++;                                                       // goto next byte in sector
41 ingob 1720
                if(file->ByteOfCurrSector >= BYTES_PER_SECTOR)          // if end of sector
24 StephanB 1721
                {
41 ingob 1722
                        file->ByteOfCurrSector = 0;                                             //  reset byte location
1723
                        file->SectorOfCurrCluster++;                                    //      next sector
1724
                        if(file->SectorOfCurrCluster >= Partition.SectorsPerCluster)    // if end of cluster is reached, the next datacluster has to be searched in the FAT.
24 StephanB 1725
                        {
88 killagreg 1726
 
41 ingob 1727
                                if(GetNextCluster(file))                                                                                // Sets the clusterpointer of the file to the next datacluster.
24 StephanB 1728
                                {
41 ingob 1729
                                        file->SectorOfCurrCluster = 0;                                                          // start reading new cluster at first sector of the cluster.
1730
                                }
1731
                                else // the last cluster was allready reached
1732
                                {
1733
                                        file->SectorOfCurrCluster--;                                                    // jump back to the last sector in the last cluster
1734
                                        file->ByteOfCurrSector = BYTES_PER_SECTOR;                              // set ByteOfCurrSector one byte over sector end
1735
                                }
1 ingob 1736
                        }
24 StephanB 1737
                }
1738
        }
41 ingob 1739
        return(c);
24 StephanB 1740
}
1741
 
41 ingob 1742
/********************************************************************************************************************************************/
1743
/*      Function:               fputc_( const s8 c, File *file);                                                                                                                                                                                */
1744
/*                                                                                                                                                                                                                                                                                      */
1745
/*      Description:    This function writes a byte to the specified file and takes care of writing the necessary FAT- Entries.                                 */
1746
/*                                      next sector of the cluster is read. If the last sector of the cluster read the next cluster will be searched in FAT.    */
1747
/*                                                                                                                                                                                                                                                                                      */
1748
/*      Returnvalue:    The function returns the character written to the stream or EOF on error.                                                                                               */
1749
/********************************************************************************************************************************************/
1750
s16 fputc_(const s8 c, File_t *file)
88 killagreg 1751
{
41 ingob 1752
        u32 curr_sector  = 0;
88 killagreg 1753
 
41 ingob 1754
        if((!Partition.IsValid) || (file == NULL)) return(EOF);
211 killagreg 1755
        switch(file->Mode)
41 ingob 1756
        {
211 killagreg 1757
                case 'w':
1758
                case 'a':
1759
                        // If file position equals to file size, then the end of file has been reached.
1760
                        // In this case it has to be checked that the ByteOfCurrSector is BYTES_PER_SECTOR
1761
                        // and a new cluster should be appended.
1762
                        // If the first sector of first cluster is unvalid, then the file claims no data clusters 
1763
                        // and size should be zero, therefore append a new Cluster too.
1764
                        if(((file->Position >= file->Size) && (file->ByteOfCurrSector >= BYTES_PER_SECTOR)) || (file->FirstSectorOfFirstCluster == SECTOR_UNDEFINED))
1765
                        {
1766
                                if(CLUSTER_UNDEFINED == AppendCluster(file)) return(EOF);
1767
                        }
1768
 
1769
                        curr_sector  = file->FirstSectorOfCurrCluster;
1770
                        curr_sector += file->SectorOfCurrCluster;
1771
                        if(file->SectorInCache != curr_sector)
1772
                        {
1773
                                file->SectorInCache = curr_sector;
1774
                                if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))
24 StephanB 1775
                                {
211 killagreg 1776
                                        Fat16_Deinit();
1777
                                        return(EOF);
24 StephanB 1778
                                }
1 ingob 1779
                        }
211 killagreg 1780
 
1781
                        file->Cache[file->ByteOfCurrSector] = (u8)c;            // write databyte into the buffer. The byte will be written to the device at once
1782
                        if(file->Size == file->Position) file->Size++;          // a character has been written to the file so the size is incremented only when the character has been added at the end of the file.
1783
                        file->Position++;                                                                       // the actual positon within the file.
1784
                        file->ByteOfCurrSector++;                                                       // goto next byte in sector
1785
                        if(file->ByteOfCurrSector >= BYTES_PER_SECTOR)          // if the end of this sector is reached yet
1786
                        {       // save the sector to the sd-card
1787
                                if(SD_SUCCESS != SDC_PutSector(file->SectorInCache, file->Cache))
1788
                                {
1789
                                        Fat16_Deinit();
1790
                                        return(EOF);
1791
                                }
1792
                                file->ByteOfCurrSector = 0;                                             //  reset byte location
1793
                                file->SectorOfCurrCluster++;                                    //      next sector
1794
                                if(file->SectorOfCurrCluster >= Partition.SectorsPerCluster)// if end of cluster is reached, the next datacluster has to be searched in the FAT.
1795
                                {
1796
                                        if(!GetNextCluster(file))                                                               // Sets the clusterpointer of the file to the next datacluster.
1797
                                        { // if current cluster was the last cluster of the file
1798
                                                if(!AppendCluster(file))                                                // append a new and free cluster at the end of the file.
1799
                                                {
1800
                                                        file->SectorOfCurrCluster--;                            // jump back to last sector of last cluster
1801
                                                        file->ByteOfCurrSector = BYTES_PER_SECTOR;      // set byte location to 1 byte over sector len
1802
                                                        return(EOF);
1803
                                                }
1804
                                        }
1805
                                        else // next cluster
1806
                                        {
1807
                                                file->SectorOfCurrCluster = 0;                                                  // start reading new cluster at first sector of the cluster.
1808
                                        }
1809
                                }
88 killagreg 1810
                        }
211 killagreg 1811
                        break;
1812
                case 'r':
1813
                default:
1814
                        return(EOF);
1815
                        break;
1816
        } // EOF switch(file->Mode)
41 ingob 1817
        return(0);
24 StephanB 1818
}
1819
 
1820
 
41 ingob 1821
/****************************************************************************************************************************************/
1822
/*      Function:               fread_(void *buffer, s32 size, s32 count, File *File);                                                                                                                          */
1823
/*                                                                                                                                                                                                                                                                              */
1824
/*      Description:    This function reads count objects of the specified size                                                                                                                         */
1825
/*                                      from the actual position of the file to the specified buffer.                                                                                                           */
1826
/*                                                                                                                                                                                                                                                                              */
1827
/*      Returnvalue:    The function returns the number of objects (not bytes) read from the file.                                                                                      */
1828
/****************************************************************************************************************************************/
1829
u32 fread_(void *buffer, u32 size, u32 count, File_t *file)
1830
{
1831
        u32 object_cnt  = 0;                                                                                    // count the number of objects read from the file.
1832
        u32 object_size = 0;                                                                                    // count the number of bytes read from the actual object.
1833
        u8 *pbuff       = 0;                                                                                    // a pointer to the actual bufferposition.
1834
        u8 success      = 1;                                                                                    // no error occured during read operation to the file.
88 killagreg 1835
        s16 c;
24 StephanB 1836
 
41 ingob 1837
        if((!Partition.IsValid) || (file == NULL) || (buffer == NULL)) return(0);
24 StephanB 1838
 
41 ingob 1839
        pbuff = (u8 *) buffer;                                                                                  // cast the void pointer to an u8 *
88 killagreg 1840
 
41 ingob 1841
        while((object_cnt < count) && success)
24 StephanB 1842
        {
41 ingob 1843
                object_size = size;
1844
                while((size > 0) && success)
1845
                {
1846
                        c = fgetc_(file);
1847
                        if(c != EOF)
1848
                        {
1849
                                *pbuff = (u8)c;                                                                         // read a byte from the buffer to the opened file.
1850
                                pbuff++;
1851
                                size--;
1852
                        }
1853
                        else // error or end of file reached
1854
                        {
88 killagreg 1855
                                success = 0;
41 ingob 1856
                        }
1857
                }
1858
                if(success) object_cnt++;
88 killagreg 1859
        }
41 ingob 1860
        return(object_cnt);                                                                                             // return the number of objects succesfully read from the file
1 ingob 1861
}
1862
 
24 StephanB 1863
 
41 ingob 1864
/****************************************************************************************************************************************/
1865
/*      Function:               fwrite_(void *buffer, s32 size, s32 count, File *file);                                                                                                                         */
1866
/*                                                                                                                                                                                                                                                                              */
1867
/*      Description:    This function writes count objects of the specified size                                                                                                                        */
1868
/*                                      from the buffer pointer to the actual position in the file.                                                                                                                     */
1869
/*                                                                                                                                                                                                                                                                              */
1870
/*      Returnvalue:    The function returns the number of objects (not bytes) read from the file.                                                                                      */
1871
/****************************************************************************************************************************************/
1872
u32 fwrite_(void *buffer, u32 size, u32 count, File_t *file)
1 ingob 1873
{
41 ingob 1874
        u32 object_cnt  = 0;                                                                                                            // count the number of objects written to the file.
1875
        u32 object_size = 0;                                                                                                            // count the number of bytes written from the actual object.
1876
        u8 *pbuff           = 0;                                                                                                                // a pointer to the actual bufferposition.
1877
        u8 success      = 1;                                                                                                            // no error occured during write operation to the file.
88 killagreg 1878
        s16 c;
24 StephanB 1879
 
41 ingob 1880
        if((!Partition.IsValid) || (file == NULL) || (buffer == NULL)) return(0);
211 killagreg 1881
        if(file->Mode == 'r') return (0); // opened read only
41 ingob 1882
        pbuff = (u8 *) buffer;                                                                                                          // cast the void pointer to an u8 *
88 killagreg 1883
 
41 ingob 1884
        while((object_cnt < count) && success)
1 ingob 1885
        {
41 ingob 1886
                object_size = size;
1887
                while((size > 0) && success)
1 ingob 1888
                {
41 ingob 1889
                        c = fputc_(*pbuff, file);                                                                               // write a byte from the buffer to the opened file.
1890
                        if(c != EOF)
24 StephanB 1891
                        {
41 ingob 1892
                                pbuff++;
1893
                                size--;
24 StephanB 1894
                        }
41 ingob 1895
                        else
24 StephanB 1896
                        {
41 ingob 1897
                                success = 0;
24 StephanB 1898
                        }
1 ingob 1899
                }
41 ingob 1900
                if(success) object_cnt++;
88 killagreg 1901
        }
1902
 
41 ingob 1903
        return(object_cnt);                                                                                                                             // return the number of objects succesfully written to the file
88 killagreg 1904
}
1 ingob 1905
 
24 StephanB 1906
 
41 ingob 1907
/****************************************************************************************************************************************/
1908
/*      Function:               fputs_(const s8 *string, File_t *File);                                                                                                                                                         */
1909
/*                                                                                                                                                                                                                                                                              */
1910
/*      Description:    This function writes a string to the specified file.                                                                                                                            */
1911
/*                                                                                                                                                                                                                                                                              */
1912
/*      Returnvalue:    The function returns a no negative value or EOF on error.                                                                                                                       */
1913
/****************************************************************************************************************************************/
89 killagreg 1914
s16 fputs_(s8 * const string, File_t * const file)
24 StephanB 1915
{
41 ingob 1916
        u8 i=0;
1917
        s16 c = 0;
88 killagreg 1918
 
211 killagreg 1919
        if((!Partition.IsValid) || (file == NULL) || (string == NULL)) return(EOF);
1920
        if(file->Mode == 'r') return(EOF);
41 ingob 1921
        while((string[i] != 0)&& (c != EOF))
24 StephanB 1922
        {
41 ingob 1923
                c = fputc_(string[i], file);
1924
                i++;
24 StephanB 1925
        }
41 ingob 1926
        return(c);
24 StephanB 1927
}
1928
 
41 ingob 1929
/****************************************************************************************************************************************/
1930
/*      Function:               fgets_(s8 *, s16 , File_t *);                                                                                                                                                                           */
1931
/*                                                                                                                                                                                                                                                                              */
1932
/*      Description:    This function reads a string from the file to the specifies string.                                                                                             */
1933
/*                                                                                                                                                                                                                                                                              */
1934
/*      Returnvalue:    A pointer to the string read from the file or 0 on error.                                                                                                                       */
1935
/****************************************************************************************************************************************/
89 killagreg 1936
s8 * fgets_(s8 * const string, s16 const length, File_t * const file)
24 StephanB 1937
{
89 killagreg 1938
        s8 *pbuff;
1939
        s16 c = 0, bytecount;
88 killagreg 1940
 
89 killagreg 1941
        if((!Partition.IsValid) || (file == NULL) || (string == NULL) || (length < 1)) return (0);
1942
        bytecount = length;
1943
        pbuff = string;                                                         // set write pointer to start of string
1944
        while(bytecount > 1)                                            // read the length-1 characters from the file to the string.
24 StephanB 1945
        {
41 ingob 1946
                c = fgetc_(file);                                               // read a character from the opened file.
1947
                switch(c)
1 ingob 1948
                {
89 killagreg 1949
                        case 0x0A:                                                      // new line
1950
                                *pbuff = 0;                                             // set string terminator
1951
                                return(string);                                 // return normal
88 killagreg 1952
 
41 ingob 1953
                        case EOF:
89 killagreg 1954
                                *pbuff = 0;                                             // set string terminator
1955
                                return(0);
1956
 
1957
                        default:
1958
                                *pbuff++ = (s8)c;                               // copy byte to string
1959
                                bytecount--;
88 killagreg 1960
                                break;
1 ingob 1961
                }
24 StephanB 1962
        }
89 killagreg 1963
        *pbuff = 0;     // set string terminator
41 ingob 1964
        return(string);
24 StephanB 1965
}
1966
 
41 ingob 1967
/****************************************************************************************************************************************/
1968
/*      Function:               fexist_(const u8*);                                                                                                                                                                                                     */
1969
/*                                                                                                                                                                                                                                                                              */
1970
/*      Description:    This function checks if a file already exist.                                                                                                                                           */
1971
/*                                                                                                                                                                                                                                                                              */
1972
/*      Returnvalue:    1 if the file exist else 0.                                                                                                                                                                                     */
1973
/****************************************************************************************************************************************/
89 killagreg 1974
u8 fexist_(s8 * const filename)
24 StephanB 1975
{
41 ingob 1976
        u8 exist = 0;
1977
        File_t *file = 0;
1978
        file = LockFilePointer();
1979
        exist = FileExist(filename, ATTR_NONE, ATTR_SUBDIRECTORY|ATTR_VOLUMELABEL, file);
1980
        UnlockFilePointer(file);
1981
        return(exist);
1 ingob 1982
}
24 StephanB 1983
 
41 ingob 1984
/****************************************************************************************************************************************/
1985
/*      Function:               feof_(File_t *File);                                                                                                                                                                                            */
1986
/*                                                                                                                                                                                                                                                                              */
1987
/*      Description:    This function checks wether the end of the file has been reached.                                                                                                                                               */
1988
/*                                                                                                                                                                                                                                                                              */
1989
/*      Returnvalue:    0 if the end of the file was not reached otherwise 1.                                                                                                                                                                           */
1990
/****************************************************************************************************************************************/
1991
u8 feof_(File_t *file)
88 killagreg 1992
{
41 ingob 1993
        if(((file->Position)+1) < (file->Size))
24 StephanB 1994
        {
1995
                return(0);
1996
        }
88 killagreg 1997
        else
24 StephanB 1998
        {
88 killagreg 1999
                return(1);
24 StephanB 2000
        }
2001
}
41 ingob 2002
 
210 killagreg 2003
/****************************************************************************************************************************************************/
2004
/* Function:    s8* FAT16_GetVolumeLabel(void)                                                                                                                                                                                                                  */
2005
/*                                                                                                                                                                                                                                                                                                      */
2006
/* Description: This function returns the volume label                                                                                                                                                                                          */
2007
/*                                                                                                                                                                                                                                                                                                      */
2008
/* Returnvalue: This function returns the pointer to the volume label or NULL if not found.                                                                                                                     */
2009
/****************************************************************************************************************************************************/
2010
s8* FAT16_GetVolumeLabel(void)
2011
{
2012
        s8              *pVolumeLabel = NULL;
2013
        u32             dir_sector, max_dir_sector, curr_sector;
2014
        u16     dir_entry = 0;
2015
        u8              i = 0;
41 ingob 2016
 
210 killagreg 2017
        DirEntry_t * dir;
2018
        File_t *file = NULL;
2019
 
2020
        // if Partition is not valud return NULL
2021
        if(!Partition.IsValid) return(pVolumeLabel);
2022
        // if Volume label was read before return it
2023
        if(Partition.VolumeLabel[0]!= '\0') return (Partition.VolumeLabel);
2024
        // try to catch a file pointer
2025
        file = LockFilePointer();
2026
        if(file == NULL) return(pVolumeLabel);
2027
        // search dir entries direct within the root directory area
2028
        file->DirectorySector = 0;
2029
        max_dir_sector = (Partition.MaxRootEntries * DIRENTRY_SIZE)/BYTES_PER_SECTOR;
2030
        file->FirstSectorOfFirstCluster = Partition.FirstRootDirSector;
2031
 
2032
        // update current file data area position to start of first cluster
2033
        file->FirstSectorOfCurrCluster  = file->FirstSectorOfFirstCluster;
2034
        file->SectorOfCurrCluster               = 0;
2035
        file->ByteOfCurrSector                  = 0;
2036
 
2037
        dir_sector = 0; // reset sector counter within a new cluster
2038
        do // loop over all sectors of the root directory
2039
        {
2040
                curr_sector = file->FirstSectorOfCurrCluster + dir_sector;      // calculate sector number
2041
                file->SectorInCache = curr_sector;                                                      // upate the sector number of file cache.
2042
                if(SD_SUCCESS != SDC_GetSector(file->SectorInCache, file->Cache))// read the sector
2043
                {
2044
                        Fat16_Deinit();
2045
                        return(pVolumeLabel);
2046
                }
2047
                dir = (DirEntry_t *)file->Cache;                                                        // set pointer to directory
2048
                // search all directory entries within that sector
2049
                for(dir_entry = 0; dir_entry < DIRENTRIES_PER_SECTOR; dir_entry++)
2050
                {   // check for existing dir entry
2051
                        switch((u8)dir[dir_entry].Name[0])
2052
                        {
2053
                                case SLOT_EMPTY:
2054
                                case SLOT_DELETED:
2055
                                        // ignore empty or deleted dir entries
2056
                                        break;
2057
                                default:
2058
                                        // check attributes for volume label
2059
                                        if ((dir[dir_entry].Attribute & ATTR_VOLUMELABEL) != ATTR_VOLUMELABEL) break; // attribute must match
2060
                                        // (first 11 characters include 8 chars of basename and 3 chars extension.)
2061
                                        for(i = 0; i<11;i++) Partition.VolumeLabel[i] = dir[dir_entry].Name[i];
2062
                                        Partition.VolumeLabel[11] = '\0'; // terminate string
2063
                                        file->Attribute = dir[dir_entry].Attribute; // store attribute of found dir entry
2064
                                        file->FirstSectorOfFirstCluster = Fat16ClusterToSector(dir[dir_entry].StartCluster); // set sector of first data cluster
2065
                                        file->FirstSectorOfCurrCluster = file->FirstSectorOfFirstCluster;
219 killagreg 2066
                                        file->SectorOfCurrCluster = 0;
2067
                                        file->ByteOfCurrSector = 0;
210 killagreg 2068
                                        file->DirectorySector = curr_sector; // current sector
2069
                                        file->DirectoryIndex  = dir_entry; // current direntry in current sector
2070
                                        file->Size = dir[dir_entry].Size;
2071
                                        dir_entry = DIRENTRIES_PER_SECTOR;      // stop for-loop
2072
                                        pVolumeLabel =  Partition.VolumeLabel;
2073
                        } // end of first byte of name check
2074
                }
2075
                dir_sector++; // search next sector
2076
        // stop if we reached the end of the cluster or the end of the root dir
2077
        }while((dir_sector < max_dir_sector) && (!pVolumeLabel));
2078
 
2079
        UnlockFilePointer(file);
2080
        return(pVolumeLabel);
2081
}
349 ingob 2082
 
2083
 
2084
 
2085
#define ATTR_NONE               0x00    // normal file
2086
#define ATTR_READONLY           0x01    // file is readonly
2087
#define ATTR_HIDDEN                     0x02    // file is hidden
2088
#define ATTR_SYSTEM                     0x04    // file is a system file
2089
#define ATTR_VOLUMELABEL        0x08    // entry is a volume label
2090
#define ATTR_LONG_FILENAME      0x0F    // this is a long filename entry
2091
#define ATTR_SUBDIRECTORY       0x10    // entry is a directory name
2092
#define ATTR_ARCHIVE            0x20    // file is new or modified
2093
 
2094
 
2095
/********************************************************************************************************************************************/
2096
/*      Function:               u8 FindItem(Find_t);                                                                                                                                                                                                                    */
2097
/*                                                                                                                                                                                                                                                                                      */
2098
/*      Description:    This function looks for the item specified by global structure FindElement in the actual directory                                      */
2099
/*                                                                                                                                                                                                                                                              */
2100
/*                                                                                                                                                                                                                                                                                      */
2101
/*      Returnvalue:    TRUE if an matching element was found                                                                                                                                                                           */
2102
/********************************************************************************************************************************************/
2103
 
2104
u8 FindItem(Find_t *findelement)
2105
{
353 StephanB 2106
        u16             index = 0;
2107
        u16             max_dir_sector = 0;
2108
        u16     end_of_directory_not_reached = 1;                                                                               // the directory has been read completely without a result.
2109
        u8              i = 0;
349 ingob 2110
        u8              readpointer = 0;
2111
        u8              writepointer = 0;
2112
        u8              retvalue = 0;
2113
        DirEntry_t      *DirectoryEntry;
2114
        File_t  file;
2115
 
2116
        file.FirstSectorOfCurrCluster   = findelement->fp.FirstSectorOfCurrCluster;
2117
        file.SectorOfCurrCluster        = findelement->fp.SectorOfCurrCluster;
2118
        index                                                   = findelement->fp.DirectoryIndex;
2119
 
353 StephanB 2120
        // within the root directory area we can read sectors sequentially until the end of this area
2121
        if((Partition.FirstRootDirSector <= file.FirstSectorOfCurrCluster) && (file.FirstSectorOfCurrCluster < Partition.FirstDataSector))
2122
        {
2123
                max_dir_sector = (Partition.MaxRootEntries * DIRENTRY_SIZE)/BYTES_PER_SECTOR;
2124
        }
2125
        // within the data clusters we can read sectors sequentially only within the cluster
2126
        else if((Partition.FirstDataSector <= file.FirstSectorOfCurrCluster) && (file.FirstSectorOfCurrCluster <= Partition.LastDataSector))
2127
        {
2128
                max_dir_sector = Partition.SectorsPerCluster;                           // limit max secters before next cluster
2129
        }
349 ingob 2130
 
2131
        do
2132
        {                                                                                                                                                               // search the next 16 rootentries in this sector of the roordirectory.          
2133
                SDC_GetSector(((u32) file.FirstSectorOfCurrCluster + (u32)file.SectorOfCurrCluster), file.Cache);                                               // Read the Rootdirectory.
2134
                DirectoryEntry = (DirEntry_t *)file.Cache;
2135
 
2136
                while((!retvalue)&&(index<16))
2137
                {
2138
                        i=0;                   
2139
                        if((u8) DirectoryEntry[index].Name[0] != 0xe5)                                                          // ignore deleted items.
2140
                        {
2141
                                while((i<=10)&&((DirectoryEntry[index].Name[i] == findelement->searchstring[i]) || (findelement->searchstring[i]=='*') || findelement->searchstring[i]=='?'))
2142
                                {
2143
                                        i++;
2144
                                }
2145
                        }
2146
                        if((DirectoryEntry[index].Attribute <= 0x30) && (DirectoryEntry[index].Attribute & findelement->attribmask) && (i==11))
2147
                        {
2148
                for(readpointer=0;readpointer<=10;readpointer++)
2149
                                {
2150
                                        if((DirectoryEntry[index].Name[readpointer] != ' ') && (readpointer!=8))
2151
                                        {
2152
                                                findelement->name[writepointer] = DirectoryEntry[index].Name[readpointer];      // copy the name of the item found to the find_structure.
2153
                                                writepointer++;
2154
                                        }
2155
                                        else  
2156
                                        {
353 StephanB 2157
                                                if(DirectoryEntry[index].Attribute == ATTR_ARCHIVE)                                            
349 ingob 2158
                                                {
2159
                                        if(readpointer < 8) readpointer=8;
2160
                                        if(DirectoryEntry[index].Name[readpointer] != ' ')
2161
                                        {
2162
                                        findelement->name[writepointer] = '.';                                                  // then seperate the name and the extension by a '.' at index 8.                                                
2163
                                        writepointer++;
2164
                                        findelement->name[writepointer] = DirectoryEntry[index].Name[readpointer];      // copy the name of the item found to the find_structure.
2165
                                        writepointer++;
2166
                                        }
2167
                                            else break;
2168
                                                }
2169
                            else break;
2170
                        }
2171
                        /* terminate the namestring with 0 for debugpurposes*/
2172
                        findelement->name[12] = 0;
2173
                                }
2174
                                findelement->fp.FirstSectorOfFirstCluster = (u32) DirectoryEntry[index].StartCluster;                                                  
2175
                                findelement->fp.DirectoryIndex   = index;              
2176
                                findelement->fp.FirstSectorOfCurrCluster   = file.FirstSectorOfCurrCluster;
2177
                                findelement->fp.DirectorySector  = (file.FirstSectorOfCurrCluster + file.SectorOfCurrCluster);
2178
                                findelement->fp.SectorOfCurrCluster      = file.SectorOfCurrCluster;
2179
                findelement->fp.Size            = DirectoryEntry[index].Size;
2180
                                findelement->fp.Attribute               = DirectoryEntry[index].Attribute;
2181
                retvalue = 1;
2182
                        }                      
353 StephanB 2183
                        /* search the next sector */
349 ingob 2184
                        index++;
2185
                }
353 StephanB 2186
                /* this sector has been searched but we havn't found what we are looking for. Therefore we have to find the next sector */
349 ingob 2187
                if(!retvalue)                                                                                                                           // file not found in this sector so take next sector.
2188
                {
353 StephanB 2189
                        /* in the next sector we start looking for the specified entry beginning at index 0 */
2190
                        index = 0;
2191
                        /* there are still sectors to be read within the cluster or within the linear addresspace of the rootdirectory */
2192
                        if(file.SectorOfCurrCluster < max_dir_sector-1)  file.SectorOfCurrCluster++; else end_of_directory_not_reached = 0;
2193
                        /* if we are looking for an directoryentry outside the rootdirectory and have reached the end of the cluster we have to get the next one */
2194
                        if(Partition.FirstDataSector <= file.FirstSectorOfCurrCluster)
2195
                        {
2196
                                end_of_directory_not_reached = GetNextCluster(&file);
349 ingob 2197
                        }
2198
                }
2199
        }
2200
        while((end_of_directory_not_reached) && (!retvalue));
2201
 
2202
        return(retvalue);      
2203
}
2204
 
2205
 
353 StephanB 2206
 
2207
 
349 ingob 2208
/********************************************************************************************************************************************/
2209
/*      Function:               findnext_(Find_t *);                                                                                                                                                                                                                    */
2210
/*                                                                                                                                                                                                                                                                                      */
2211
/*      Description:    This function looks for the next item in the specified directory with a matching filename and fileattributes specified  */
2212
/*                  by function findfirst()                                                                                                                                                                                                     */
2213
/*                                                                                                                                                                                                                                                                                      */
2214
/*      Returnvalue:                                                                                                                                                                                                                                                    */
2215
/********************************************************************************************************************************************/
2216
u8 findnext_(Find_t * findelement)
2217
{
2218
        u8 itemfound = 0;
2219
        u8 index = 0;
2220
 
2221
        findelement->fp.DirectoryIndex++;
2222
 
2223
        /* before we start searching an element we clear the complete namestring within the structure FindElement */
2224
        for(index=0;index<11;index++) findelement->name[index] = 0;
2225
 
2226
        if(FindItem(findelement))
2227
        {
2228
                itemfound = 1;         
2229
        }
2230
 
2231
        return(itemfound);
2232
}
2233
 
2234
 
2235
 
2236
/********************************************************************************************************************************************/
353 StephanB 2237
/*      Function:               findfirst_(s8* filename, u8 attribmask, Find_t *);                                                                                                                                              */
349 ingob 2238
/*                                                                                                                                                                                                                                                                                      */
2239
/*      Description:    This function looks for the first item in the specified directory with a matching filename and fileattributes                   */
2240
/*                                      The filename of the element found is transformed from 8.3 to a string                                                                                                   */
2241
/*                                                                                                                                                                                                                                                                                      */
2242
/*                                                                                                                                                                                                                                                                                      */
2243
/*      Returnvalue:    (1) if Element was found. (0) if no valid element was found                                                                                                                     */
2244
/********************************************************************************************************************************************/
2245
u8 findfirst_(const s8* name, u8 attribmask, Find_t *findelement)
2246
{
2247
        u8 itemfound = 0;
2248
        u8 index = 0;  
2249
 
2250
        /* initialize the FindElement structure */
2251
        findelement->fp.FirstSectorOfFirstCluster = 0;  // First sector of the first cluster of the file.
2252
        findelement->fp.FirstSectorOfCurrCluster = Partition.CurrentWorkingDirectory;                                   // First sector of the cluster which is edited at the moment.
2253
        findelement->fp.SectorOfCurrCluster = 0;                                                        // The sector within the current cluster.
2254
        findelement->fp.ByteOfCurrSector = 0;                                                   // The byte location within the current sector.
2255
        findelement->fp.Size = 0;                                                                               // The size of the opend file in bytes.
2256
        findelement->fp.Position = 0;                                                                   // Pointer to a character within the file 0 < fileposition < filesize
2257
        findelement->fp.DirectorySector = 0;                                                            // the sectorposition where the directoryentry has been made.
2258
        findelement->fp.DirectoryIndex = 0;                                                             // The index to the directoryentry within the specified sector.
2259
        findelement->attribfilter = 0;
2260
        findelement->attribmask = attribmask;
2261
        findelement->searchstring[0]=0;
2262
 
2263
        /* seperate the name of the element to be found from the filepath and bring it to the 8.3*/
2264
        SeperateDirName(name, findelement->searchstring);
2265
        /* after the name of the element is in 8.3 we process the wildcards (*). After an * all following character are wildcards to */
2266
        for(index=0;index<8;index++)
2267
        {
2268
                /* if we find an wildcard within the name of the searchstring all remaining character after the wildcard shall be wildcards also */
2269
                if(findelement->searchstring[index] == '*')
2270
                {
2271
                        /*  */
2272
                        while(++index <8) findelement->searchstring[index] = '*';
2273
                }
2274
        }
2275
        for(index=8;index<11;index++)
2276
        {                                                                                                                                                                                                                                        
2277
                /* if we find an wildcard within the name of the searchstring all remaining character after the wildcard shall be wildcards also */
2278
                if(findelement->searchstring[index] == '*')
2279
                {
2280
                        /*  */
2281
                        while(++index <11) findelement->searchstring[index] = '*';
2282
                }
2283
        }
2284
 
2285
        /* the value of ...DirectoryIndex will be incremented in findnext_() thererfore it has to be decremented in findfirst_() */
2286
        findelement->fp.DirectoryIndex--;
2287
        /* now lets search for the item within the direcory */
2288
        itemfound = findnext_(findelement);
2289
 
2290
        return(itemfound);
2291
}
2292
 
2293
 
2294
/********************************************************************************************************************************************/
2295
/*      Function:               u8 GetDirCount(s8* filepath);                                                                                                                                                                                   */
2296
/*                                                                                                                                                                                                                                                                                      */
2297
/*      Description:    This function counts the number of subdirectories the dirpath contains                                                                                                  */
2298
/*                                                                                                                                                                                                                                                              */
2299
/*                                                                                                                                                                                                                                                                                      */
2300
/*      Returnvalue:    then number of subdirectories within the specified path                                                                                                                                 */
2301
/********************************************************************************************************************************************/
2302
u8 GetDirCount(u8 *dirpath)
2303
{
2304
   u8 i=0;
2305
   u8 cnt=0;
2306
 
2307
   while(dirpath[i] != 0)
2308
   {
2309
      if(dirpath[i]=='/')
2310
      {  
2311
         if(dirpath[i+1]!=0) cnt++;                                            // ignore last'/'
2312
      }
2313
      i++;  
2314
   }
2315
   i=0;  
2316
   return(cnt);
2317
}
2318
 
2319
 
2320
/********************************************************************************************************************************************/
2321
/* Funtion:     char *GetSubDirectory (char *dirpath, char *directory)                                                                                                                                          */
2322
/*                                                                                                                                                                                                                                                                                      */
2323
/* Description: this function returns a pointer to the beginning of the next subdirectory or NULL                                                                                       */
2324
/*                                                                                                                                                                                                                                                                                      */
2325
/*                                                                                                                                                                                                                                                                                      */
2326
/* returnvalue:   number of subdirectories in the filepath                                                                                                                                                                      */
2327
/********************************************************************************************************************************************/
2328
u8 * GetSubDirectory(u8 *dirpath, u8 *directory)
2329
{
2330
   u8 *cptr = dirpath;
2331
   u8 *dptr = directory;
2332
   u8 *retvalue = NULL;
2333
 
2334
   /* if the first character of the path is an '/' we go to the next character */
2335
   if(*cptr == '/') cptr++;
2336
   /* search end of path or subdirectory*/
2337
   while((*cptr != 0) && (*cptr != '/'))
2338
   {
2339
      *dptr = *cptr;
2340
       dptr++;
2341
       cptr++;
2342
   }  
2343
   if(*cptr!=0) retvalue = ++cptr;
2344
   *dptr = 0;
2345
 
2346
   return(retvalue);
2347
}
2348
 
2349
/********************************************************************************************************************************************/
2350
/*      Function:               s8 *GetPath(void);                                                                                                                                                                                                              */
2351
/*                                                                                                                                                                                                                                                                                      */
2352
/*      Description:    This function function returns a pointer to the absolute path of the active partition                                                                   */
2353
/*                                                                                                                                                                                                                                      */
2354
/*                                                                                                                                                                                                                                                                                      */
2355
/*      Returnvalue:                                                                                                                                                                                                                                                    */
2356
/********************************************************************************************************************************************/
2357
 
2358
s8 *GetPath(void)
2359
{
2360
        return(Partition.PathToCwd);
2361
}
2362
 
2363
/********************************************************************************************************************************************/
2364
/*      Function:               void SetPathToRoot(void);                                                                                                                                                                                                       */
2365
/*                                                                                                                                                                                                                                                                                      */
2366
/*      Description:    This function sets the path to the rootdirectory                                                                                                                                                */
2367
/*                                                                                                                                                                                                                                      */
2368
/*                                                                                                                                                                                                                                                                                      */
2369
/*      Returnvalue:                                                                                                                                                                                                                                                    */
2370
/********************************************************************************************************************************************/
2371
 
2372
void SetPathToRoot(void)
2373
{
2374
        /* lets point to the rootdirectory */
2375
        strcpy(Partition.PathToCwd, "/");      
2376
}
2377
 
2378
/********************************************************************************************************************************************/
2379
/*      Function:               void AppendDirToPath(s8* directory);                                                                                                                                                                                    */
2380
/*                                                                                                                                                                                                                                                                                      */
2381
/*      Description:    This function function appends the name of an directory to the Path to the CWD                                                                                  */
2382
/*                                                                                                                                                                                                                                      */
2383
/*                                                                                                                                                                                                                                                                                      */
2384
/*      Returnvalue:                                                                                                                                                                                                                                                    */
2385
/********************************************************************************************************************************************/
2386
 
2387
void AppendDirToPath(s8* directory)
2388
{
2389
        /* append the name of the directory to the path */
2390
        strcat(Partition.PathToCwd, directory);
2391
        /* append a '/' after the directoryname */
2392
        strcat(Partition.PathToCwd, "/");
2393
}
2394
 
2395
/********************************************************************************************************************************************/
2396
/*      Function:               RemoveLastDirFromPath(void);                                                                                                                                                                                    */
2397
/*                                                                                                                                                                                                                                                                                      */
2398
/*      Description:    This function removes the last directory from the path to the cwd                                                                                                               */
2399
/*                                                                                                                                                                                                                                      */
2400
/*                                                                                                                                                                                                                                                                                      */
2401
/*      Returnvalue:                                                                                                                                                                                                                                                    */
2402
/********************************************************************************************************************************************/
2403
 
2404
void RemoveLastDirFromPath(void)
2405
{
2406
        /* a pointer to the beginning of the absolute path to the cwd */
2407
        s8 * cptr = Partition.PathToCwd;
2408
        /* lets find the end of the path to the cwd */
353 StephanB 2409
        while(*cptr != 0) cptr++;
2410
        /* if the path is terminated with an '/' */
2411
        if((*(cptr-1)) == '/') *(cptr-1)=0;    
349 ingob 2412
        /* now lets find the beginning of the last directorientry */
353 StephanB 2413
        while((*cptr != '/') && cptr > Partition.PathToCwd) cptr--;
2414
        /* is there one subdirectory left within the path? */
2415
        if(cptr > Partition.PathToCwd)
2416
        {
2417
                /* we delete the direntry by terminating the path with 0 */
2418
                *cptr = 0;
2419
        }
2420
        /* there is no subdirectory left within the path. Therefore we create the root instead. */
2421
        else
2422
        {
2423
                *cptr = '/';
2424
                *(cptr+1) = 0;
2425
        }
349 ingob 2426
}
2427
 
2428
/********************************************************************************************************************************************/
2429
/*      Function:               chdir_(s8* filepath);                                                                                                                                                                                                   */
2430
/*                                                                                                                                                                                                                                                                                      */
2431
/*      Description:    This function changed the current working directory to the directory specified by the filepath                                                  */
2432
/*                  by function findfirst()                                                                                                                                                                                                     */
2433
/*                                                                                                                                                                                                                                                                                      */
2434
/*      Returnvalue:                                                                                                                                                                                                                                                    */
2435
/********************************************************************************************************************************************/
353 StephanB 2436
/*                                                                         
349 ingob 2437
#define ATTR_NONE               0x00    // normal file
2438
#define ATTR_READONLY           0x01    // file is readonly
2439
#define ATTR_HIDDEN                     0x02    // file is hidden
2440
#define ATTR_SYSTEM                     0x04    // file is a system file
2441
#define ATTR_VOLUMELABEL        0x08    // entry is a volume label
2442
#define ATTR_LONG_FILENAME      0x0F    // this is a long filename entry
2443
#define ATTR_SUBDIRECTORY       0x10    // entry is a directory name
2444
#define ATTR_ARCHIVE            0x20    // file is new or modified
2445
*/
2446
 
2447
u8 chdir_(s8 *path)
2448
{
2449
        u8              retvalue = 0;                                   // the value returned by this function
2450
        u32     ultemp = 0;                                             // temp. variable
2451
        u8     *directory = path;                               // pointer to a directoryname within the path
2452
        u8      dircount = 0;                                   // the number of subdirectoryentries within the path
2453
        u8      cache[64];                                              // a buffer containing the name of the subdirectory we are actually looking for
2454
        Find_t  fe;                                                             // The findelement needed for function findfirst to find the subdirectoryentry
2455
        s8              tp[256];                                                // temporarily we remember the actual path until the operation has finished successfully
2456
        u32     cwdt = 0;
2457
 
2458
        /* lets remember the actual path */
2459
        strcpy(tp, Partition.PathToCwd);
2460
        cwdt = Partition.CurrentWorkingDirectory;
2461
        /* if the path is absolute we begin at the rootdirectory */
353 StephanB 2462
        if(path[0] == '/')
2463
        {
2464
                strcpy(Partition.PathToCwd, "/");
2465
                Partition.CurrentWorkingDirectory = Partition.FirstRootDirSector;
2466
        }
349 ingob 2467
        /* how many subdirectories are there within the path? */
2468
        dircount = GetDirCount(path);  
2469
        /* now we parse through all the subdirectories within the path */
2470
        do
2471
        {  
2472
                /* until all the subdirectories within the path have been processed */
2473
        if(dircount) dircount--;
2474
                /* this is the name of the next subdirectory we are looking for */             
2475
            directory = GetSubDirectory(directory, cache);  
2476
                /* search for the next subdirectory within the path */
2477
                if(findfirst_(cache, ATTR_SUBDIRECTORY, &fe))
2478
                {
2479
                        /* we try to change into the directory "..". Now we have to delete the last direntry from the path */
2480
                        if(strcmp(cache,"..") == 0) RemoveLastDirFromPath();
2481
                        /* we try to change into the actual directory so there's nothing todo */
2482
                        else if(cache[0] == '.') return(1);
2483
                        /* otherwise we append the name of the directory we are changing in to the path */
2484
                        else AppendDirToPath(cache);
2485
                        /* The startcluster within an directoryentry specifies the position within the fat where the file or directory starts */
2486
                        ultemp = (u32) fe.fp.FirstSectorOfFirstCluster;
2487
                        /* the first 2 entries are reserved for '.' and '..' */
2488
                        ultemp -= 2;
2489
                        /* now we have to transform the position within the fat into the corrosponding sectoraddress relative to the beginning of the datasection of the active partition*/
2490
                        ultemp *= Partition.SectorsPerCluster;
2491
                        /* at least we make the sectoraddress absolute by adding the relative address to the beginning of the datasection of the active partition */
2492
                        ultemp += Partition.FirstDataSector;
2493
                        /* the cwd now points to the specified directory */
2494
                        Partition.CurrentWorkingDirectory = ultemp;
2495
                        /* we found the folder specified by the foldername */
2496
                        retvalue = 1;
2497
                }
2498
        }
2499
        /* do this until all subdirectories have been found or a subdirectory is missing */
2500
        while(dircount && retvalue);
2501
 
2502
        /* if we could not change to the specified directory we restore the actual path */
2503
        if(!retvalue)
2504
        {
353 StephanB 2505
                Partition.CurrentWorkingDirectory = cwdt;                                                  
349 ingob 2506
                strcpy(Partition.PathToCwd, tp);
2507
        }
2508
        return(retvalue);      
2509
}
2510
 
2511
 
353 StephanB 2512
 
349 ingob 2513
void Test(void)
2514
{
353 StephanB 2515
        Find_t find;
2516
        text[64];
349 ingob 2517
 
353 StephanB 2518
        UART1_PutString("\r\nsearching for elements in CWD:");
2519
        UART1_PutString(GetPath());
2520
 
2521
        if(chdir_("log"))
2522
        {
2523
                UART1_PutString(" done");
2524
                UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
349 ingob 2525
 
353 StephanB 2526
                if(chdir_("log11"))
349 ingob 2527
                {
353 StephanB 2528
                        UART1_PutString(" done");
2529
                        UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
2530
 
2531
                        if(chdir_("log12"))
349 ingob 2532
                        {
353 StephanB 2533
                                UART1_PutString(" done");
2534
                                UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
2535
 
2536
                                if(findfirst_("*.*", 0xff, &find))
2537
                                {
2538
                                        sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2539
                                        while(findnext_(&find))
2540
                                        {
2541
                                                sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2542
                                        }
349 ingob 2543
                                }
353 StephanB 2544
                                if(chdir_("."))
2545
                                {
2546
                                        UART1_PutString(" done");
2547
                                        UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
2548
                                        if(findfirst_("*.*", 0xff, &find))
2549
                                        {
2550
                                                sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2551
                                                while(findnext_(&find))
2552
                                                {
2553
                                                        sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2554
                                                }
2555
                                        }
349 ingob 2556
                                }
353 StephanB 2557
                                else UART1_PutString(" failed");
2558
                                if(chdir_(".."))
349 ingob 2559
                                {
353 StephanB 2560
                                        UART1_PutString(" done");
2561
                                        UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
2562
                                        if(findfirst_("*.*", 0xff, &find))
349 ingob 2563
                                        {
353 StephanB 2564
                                                sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2565
                                                while(findnext_(&find))
2566
                                                {
2567
                                                        sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2568
                                                }
349 ingob 2569
                                        }
353 StephanB 2570
                                }      
2571
                                else UART1_PutString(" failed");
2572
                                if(chdir_(".."))
2573
                                {
2574
                                        UART1_PutString(" done");
2575
                                        UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
2576
                                        if(findfirst_("*.*", 0xff, &find))
2577
                                        {
2578
                                                sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2579
                                                while(findnext_(&find))
2580
                                                {
2581
                                                        sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2582
                                                }
2583
                                        }
2584
                                }      
2585
                                else UART1_PutString(" failed");
2586
                                if(chdir_(".."))
2587
                                {
2588
                                        UART1_PutString(" done");
2589
                                        UART1_PutString("\r\n cwd: "); UART1_PutString(GetPath());
2590
                                        if(findfirst_("*.*", 0xff, &find))
2591
                                        {
2592
                                                sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2593
                                                while(findnext_(&find))
2594
                                                {
2595
                                                        sprintf(text,"\r\n %s %x",find.name, find.fp.Attribute); UART1_PutString(text);
2596
                                                }
2597
                                        }
2598
                                }      
2599
                                else UART1_PutString(" failed");
349 ingob 2600
                        }
2601
                }
2602
        }
353 StephanB 2603
        else UART1_PutString(" failed");
349 ingob 2604
}