70407a1a3e
pkg*: fix doxygen grouping
2018-06-11 19:12:02 +02:00
Vincent Dupont
0d872bb616
pkg/spiffs: remove c11 dependency
2018-04-12 09:55:52 +02:00
Vincent Dupont
26f77e0565
pkg/spiffs: clean-up makefiles
2018-04-12 09:54:04 +02:00
Samantha Wojtowicz
ced65bbf5b
pkg/spiffs: add multi-partitions support
...
Two new fileds added in spiffs descriptor:
- base_addr: base address of the partition
- part_block_count: number of sectors in the partition
If part_block_count is 0, the whole underlying MTD is used
2018-03-02 13:45:17 +01:00
Vincent Dupont
054e6c2215
pkg/spiffs: implement format from vfs
2018-02-09 14:29:45 +01:00
Joakim Nohlgård
599ad3784c
Merge pull request #7345 from OTAkeys/pr/spiffs_statvfs
...
pkg/spiffs: implement statvfs and improve doc
2017-12-14 11:37:53 +01:00
035d266d49
makefile: indentation cleanup
2017-09-22 12:00:47 +02:00
Vincent Dupont
9fe3cf2391
pkg/spiffs: update pkg to v0.3.7
2017-07-17 13:55:55 +02:00
Vincent Dupont
5a89d1aefc
pkg/spiffs: add statvfs fs ops
2017-07-10 15:57:03 +02:00
Vincent Dupont
ec9f37436d
fs/spiffs: improve documentation
2017-07-07 11:31:23 +02:00
2802c1e5dd
fixup! pkg: enhance doxygen packages documentation
2017-07-03 11:18:47 +02:00
c4ebd18be2
pkg: enhance doxygen packages documentation
2017-07-03 09:56:07 +02:00
0fcc7d3834
cleanup: apply headerguard script output
2017-05-24 17:54:02 +02:00
Vincent Dupont
7d6e7bb402
pkg/spiffs: set SPIFFS_ALIGNED_OBJECT_INDEX_TABLES by default
...
This enforce right memory alignment of page object header struct.
If this flag is not set, hard fault can be generated (at least on Cortex-M0)
2017-05-10 17:42:43 +02:00
Vincent Dupont
f0bd96b690
spiffs: add SPIFFS as a package
...
This implements basic features with the VFS interface
2017-03-31 17:17:41 +02:00