Skip to content

Commit

Permalink
0.3.3 readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
pellepl committed Oct 3, 2015
1 parent 5ecf71f commit a7fa37d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPIFFS (SPI Flash File System)
V0.3.2
V0.3.3

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

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

* HISTORY

0.3.3
Possibility to add integer offset to file handles
Truncate function presumes too few free pages #49
Bug in truncate function #48 (thanks @PawelDefee)
Update spiffs_gc.c - remove unnecessary parameter (thanks @PawelDefee)
Update INTEGRATION docs (thanks @PawelDefee)
Fix pointer truncation in 64-bit platforms (thanks @igrr)
Zero-sized files cannot be read #44 (thanks @)
(More) correct calculation of max_id in obj_lu_find #42 #41 (thanks @lishen2)
Check correct error code in obj_lu_find_free #41 (thanks @lishen2)
Moar comments for SPIFFS_lseek (thanks @igrr)
Fixed padding in spiffs_page_object_ix #40 (thanks @jmattsson @lishen2)
Fixed gc_quick test (thanks @jmattsson)
Add SPIFFS_EXCL flag #36
SPIFFS_close may fail silently if cache is enabled #37
User data in callbacks #34
Ignoring SINGLETON build in cache setup (thanks Luca)
Compilation error fixed #32 (thanks @chotasanjiv)
Align cand_scores (thanks @hefloryd)
Fix build warnings when SPIFFS_CACHE is 0 (thanks @ajaybhargav)

New config defines:
SPIFFS_FILEHDL_OFFSET

0.3.2
Limit cache size if too much cache is given (thanks pgeiem)
New feature - Controlled erase. #23
Expand Down

0 comments on commit a7fa37d

Please sign in to comment.