|
1 | 1 | SPIFFS (SPI Flash File System) |
2 | | -V0.3.2 |
| 2 | +V0.3.3 |
3 | 3 |
|
4 | 4 | Copyright (c) 2013-2015 Peter Andersson (pelleplutt1976<at>gmail.com) |
5 | 5 |
|
@@ -58,6 +58,30 @@ For testing and contributions, see the docs/IMPLEMENTING file. |
58 | 58 |
|
59 | 59 | * HISTORY |
60 | 60 |
|
| 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 | + |
61 | 85 | 0.3.2 |
62 | 86 | Limit cache size if too much cache is given (thanks pgeiem) |
63 | 87 | New feature - Controlled erase. #23 |
|
0 commit comments