Commit eba423e
committed
Squashed 'littlefs/' changes from 8e251dd..adad0fb
adad0fb Merge pull request #1140 from tjko/littlefs-toy
ed12705 Merge pull request #1137 from dschendt/dschendt-fix-dir-count
ec26996 Merge pull request #1134 from elupus/patch-2
17ab6e9 Merge pull request #1133 from elupus/patch-1
4cd2bfc Fixed inverted dir->count check logic
f24ff9f Moved dir->count check before commit, limited to < 0xff
f5b2226 Add littlefs-toy to the related projects section.
172a186 compact when dir count hits 0x3ff
8b75de7 fix: add missing return causing uninitialized reads
11cecd0 fix: also assert inside lfs_bd_read
8c7b6b2 fix: false uninitialized read warning
git-subtree-dir: littlefs
git-subtree-split: adad0fbbcf5382c20978d07f94f9c13be9041c1b1 parent 4defaa6 commit eba423e
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
271 | 275 | | |
272 | 276 | | |
273 | 277 | | |
| |||
321 | 325 | | |
322 | 326 | | |
323 | 327 | | |
| 328 | + | |
324 | 329 | | |
325 | 330 | | |
326 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
739 | 740 | | |
740 | 741 | | |
741 | 742 | | |
| 743 | + | |
742 | 744 | | |
743 | 745 | | |
744 | 746 | | |
| |||
767 | 769 | | |
768 | 770 | | |
769 | 771 | | |
| 772 | + | |
770 | 773 | | |
771 | 774 | | |
772 | 775 | | |
| |||
1279 | 1282 | | |
1280 | 1283 | | |
1281 | 1284 | | |
| 1285 | + | |
1282 | 1286 | | |
1283 | 1287 | | |
1284 | 1288 | | |
| |||
2264 | 2268 | | |
2265 | 2269 | | |
2266 | 2270 | | |
2267 | | - | |
| 2271 | + | |
2268 | 2272 | | |
2269 | 2273 | | |
2270 | 2274 | | |
| |||
0 commit comments