Rafał Harabień
|
11b2a3b956
|
Basic no_std support
|
2018-05-10 01:00:24 +02:00 |
|
Rafał Harabień
|
8bb24994e0
|
Add read_status_flags API for getting dirty and IO error volume flags.
|
2017-12-01 17:24:02 +01:00 |
|
Rafał Harabień
|
4366b1836d
|
Add more comments in code.
|
2017-11-08 16:47:12 +01:00 |
|
Rafał
|
529d717e30
|
Add .editorconfig file and fix whitespaces in existing files. (#4)
|
2017-10-25 17:20:27 +02:00 |
|
Rafał Harabień
|
da76625759
|
Replace commented out logging by log crate usage.
|
2017-10-15 00:55:19 +02:00 |
|
Rafał Harabień
|
d8eba51b88
|
Alloc and free clusters for file data.
|
2017-10-09 21:14:28 +02:00 |
|
Rafał Harabień
|
a1a2ffc2af
|
Remove unneeded Fat prefix for most structures.
|
2017-10-07 14:56:50 +02:00 |
|
Rafał Harabień
|
3e08c80fb0
|
Dont assume cluster iterator always succeeds.
|
2017-10-07 02:19:19 +02:00 |
|
Rafał Harabień
|
bc835d59b5
|
Don't use boxed buffer in FAT cluster reading code.
I assume gived Read object is capable of basic buffering and caching.
|
2017-10-04 13:56:44 +02:00 |
|
Rafał Harabień
|
94dfe7ffd5
|
Remove exfat references.
exfat is very different from fat12/16/32 and wont be supported.
|
2017-10-01 21:39:11 +02:00 |
|
Rafał Harabień
|
f9f192c35e
|
Add FAT table iterator.
|
2017-10-01 21:31:44 +02:00 |
|
Rafał Harabień
|
c8ccd7d86e
|
Don't use dynamic allocation for FAT table wrapper.
FAT table still uses Box but its hardly avoidable when reading entire FAT into memory.
|
2017-09-28 00:11:24 +02:00 |
|
Rafał Harabień
|
50d020d05c
|
Fix reading long files.
|
2017-09-23 22:22:25 +02:00 |
|
Rafał Harabień
|
3933a29078
|
Implemented basic FAT table support.
|
2017-09-23 14:16:02 +02:00 |
|