[riot-commits] [RIOT-OS/RIOT] f0bd96: spiffs: add SPIFFS as a package
Joakim Nohlgård
joakim.nohlgard at eistec.se
Fri Mar 31 20:29:43 CEST 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: f0bd96b690f70e8a9ac68338a3193a23b0121305
https://github.com/RIOT-OS/RIOT/commit/f0bd96b690f70e8a9ac68338a3193a23b0121305
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M Makefile.dep
A pkg/spiffs/Makefile
A pkg/spiffs/Makefile.include
A pkg/spiffs/fs/Makefile
A pkg/spiffs/fs/spiffs_fs.c
A pkg/spiffs/include/spiffs_config.h
A pkg/spiffs/patches/0001-Use-const-pointer-in-write-functions.patch
A pkg/spiffs/patches/0002-Use-const-pointer-through-all-write-functions.patch
A sys/include/fs/spiffs_fs.h
Log Message:
-----------
spiffs: add SPIFFS as a package
This implements basic features with the VFS interface
Commit: b52c9a79cfa2ef7230ff23fda17e246f623a093d
https://github.com/RIOT-OS/RIOT/commit/b52c9a79cfa2ef7230ff23fda17e246f623a093d
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M tests/unittests/Makefile
A tests/unittests/tests-spiffs/Makefile
A tests/unittests/tests-spiffs/Makefile.include
A tests/unittests/tests-spiffs/tests-spiffs.c
A tests/unittests/tests-spiffs/tests-spiffs.h
Log Message:
-----------
unittests: add spiffs unittests
Commit: 4cb3232a428d753ff69f8fe95f500560645731ad
https://github.com/RIOT-OS/RIOT/commit/4cb3232a428d753ff69f8fe95f500560645731ad
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M boards/native/include/board.h
Log Message:
-----------
native: add spiffs options in board.h
Commit: f4dd0a31b268a5270d0524a421099fd47a36625b
https://github.com/RIOT-OS/RIOT/commit/f4dd0a31b268a5270d0524a421099fd47a36625b
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M Makefile.dep
M boards/native/include/board.h
A pkg/spiffs/Makefile
A pkg/spiffs/Makefile.include
A pkg/spiffs/fs/Makefile
A pkg/spiffs/fs/spiffs_fs.c
A pkg/spiffs/include/spiffs_config.h
A pkg/spiffs/patches/0001-Use-const-pointer-in-write-functions.patch
A pkg/spiffs/patches/0002-Use-const-pointer-through-all-write-functions.patch
A sys/include/fs/spiffs_fs.h
M tests/unittests/Makefile
A tests/unittests/tests-spiffs/Makefile
A tests/unittests/tests-spiffs/Makefile.include
A tests/unittests/tests-spiffs/tests-spiffs.c
A tests/unittests/tests-spiffs/tests-spiffs.h
Log Message:
-----------
Merge pull request #5625 from OTAkeys/pr/spiffs
pkg: add SPIFFS support
Compare: https://github.com/RIOT-OS/RIOT/compare/a5ef3d606cf2...f4dd0a31b268
More information about the commits
mailing list