Skip to content

Commit 287148c

Browse files
authored
0.3.7 documenting
1 parent 473d9f4 commit 287148c

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SPIFFS (SPI Flash File System)
2-
**V0.3.6**
2+
**V0.3.7**
33

44
[![Build Status](https://travis-ci.org/pellepl/spiffs.svg?branch=master)](https://travis-ci.org/pellepl/spiffs)
55

6-
Copyright (c) 2013-2016 Peter Andersson (pelleplutt1976 at gmail.com)
6+
Copyright (c) 2013-2017 Peter Andersson (pelleplutt1976 at gmail.com)
77

88
For legal stuff, see [LICENSE](https://github.com/pellepl/spiffs/blob/master/LICENSE). Basically, you may do whatever you want with the source. Use, modify, sell, print it out, roll it and smoke it - as long as I won't be held responsible.
99

@@ -60,6 +60,25 @@ For a generic spi flash driver, see [this](https://github.com/pellepl/spiflash_d
6060

6161
## HISTORY
6262

63+
### 0.3.7
64+
- fixed prevent seeking to negative offsets #158
65+
- fixed file descriptor offsets not updated for multiple fds on same file #157
66+
- fixed cache page not closed for removed files #156
67+
- fixed a lseek bug when seeking exactly to end of a fully indexed first level LUT #148
68+
- fixed wear leveling issue #145
69+
- fixed attempt to write out of bounds in flash #130,
70+
- set file offset when seeking over end #121 (thanks @sensslen)
71+
- fixed seeking in virgin files #120 (thanks @sensslen)
72+
- Optional file metadata #128 (thanks @cesanta)
73+
- AFL testing framework #100 #143 (thanks @pjsg)
74+
- Testframe updates
75+
76+
New API functions:
77+
- `SPIFFS_update_meta, SPIFFS_fupdate_meta` - updates metadata for a file
78+
79+
New config defines:
80+
- `SPIFFS_OBJ_META_LEN` - enable possibility to add extra metadata to files
81+
6382
### 0.3.6
6483
- Fix range bug in index memory mapping #98
6584
- Add index memory mapping #97

0 commit comments

Comments
 (0)