Skip to content

Commit a7fa37d

Browse files
committed
0.3.3 readme update
1 parent 5ecf71f commit a7fa37d

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SPIFFS (SPI Flash File System)
2-
V0.3.2
2+
V0.3.3
33

44
Copyright (c) 2013-2015 Peter Andersson (pelleplutt1976<at>gmail.com)
55

@@ -58,6 +58,30 @@ For testing and contributions, see the docs/IMPLEMENTING file.
5858

5959
* HISTORY
6060

61+
0.3.3
62+
Possibility to add integer offset to file handles
63+
Truncate function presumes too few free pages #49
64+
Bug in truncate function #48 (thanks @PawelDefee)
65+
Update spiffs_gc.c - remove unnecessary parameter (thanks @PawelDefee)
66+
Update INTEGRATION docs (thanks @PawelDefee)
67+
Fix pointer truncation in 64-bit platforms (thanks @igrr)
68+
Zero-sized files cannot be read #44 (thanks @)
69+
(More) correct calculation of max_id in obj_lu_find #42 #41 (thanks @lishen2)
70+
Check correct error code in obj_lu_find_free #41 (thanks @lishen2)
71+
Moar comments for SPIFFS_lseek (thanks @igrr)
72+
Fixed padding in spiffs_page_object_ix #40 (thanks @jmattsson @lishen2)
73+
Fixed gc_quick test (thanks @jmattsson)
74+
Add SPIFFS_EXCL flag #36
75+
SPIFFS_close may fail silently if cache is enabled #37
76+
User data in callbacks #34
77+
Ignoring SINGLETON build in cache setup (thanks Luca)
78+
Compilation error fixed #32 (thanks @chotasanjiv)
79+
Align cand_scores (thanks @hefloryd)
80+
Fix build warnings when SPIFFS_CACHE is 0 (thanks @ajaybhargav)
81+
82+
New config defines:
83+
SPIFFS_FILEHDL_OFFSET
84+
6185
0.3.2
6286
Limit cache size if too much cache is given (thanks pgeiem)
6387
New feature - Controlled erase. #23

0 commit comments

Comments
 (0)