[riot-commits] [RIOT-OS/RIOT] ee17da: pkg/fatfs: add vfs integration
MichelRottleuthner
michel.rottleuthner at haw-hamburg.de
Tue Jan 9 14:46:42 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: ee17dae5afb95c9948b2483ac98ee63e1fb5b01d
https://github.com/RIOT-OS/RIOT/commit/ee17dae5afb95c9948b2483ac98ee63e1fb5b01d
Author: MichelRottleuthner <michel.rottleuthner at haw-hamburg.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)
Changed paths:
M Makefile.dep
M core/include/kernel_defines.h
M cpu/native/mtd/mtd_native.c
M pkg/fatfs/Makefile.include
A pkg/fatfs/fatfs_vfs/Makefile
A pkg/fatfs/fatfs_vfs/fatfs_vfs.c
A sys/include/fs/fatfs.h
M sys/include/vfs.h
A tests/pkg_fatfs/create_fat_image_file.sh
A tests/pkg_fatfs/riot_fatfs_disk.tar.gz
A tests/pkg_fatfs_vfs/Makefile
A tests/pkg_fatfs_vfs/create_fat_image_file.sh
A tests/pkg_fatfs_vfs/main.c
A tests/pkg_fatfs_vfs/riot_fatfs_disk.tar.gz
A tests/pkg_fatfs_vfs/tests/01-run.py
Log Message:
-----------
pkg/fatfs: add vfs integration
Commit: 198ced4933bee3f9c11c93a8899e89101b66246a
https://github.com/RIOT-OS/RIOT/commit/198ced4933bee3f9c11c93a8899e89101b66246a
Author: MichelRottleuthner <michel.rottleuthner at haw-hamburg.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)
Changed paths:
M Makefile.dep
M pkg/fatfs/Makefile.dep
M pkg/fatfs/Makefile.include
R pkg/fatfs/fatfs_diskio/common/Makefile
R pkg/fatfs/fatfs_diskio/common/fatfs_diskio_common.c
R pkg/fatfs/fatfs_diskio/common/include/fatfs_diskio_common.h
A pkg/fatfs/fatfs_diskio/mtd/Makefile
A pkg/fatfs/fatfs_diskio/mtd/include/fatfs_diskio_mtd.h
A pkg/fatfs/fatfs_diskio/mtd/mtd_diskio.c
R pkg/fatfs/fatfs_diskio/native/Makefile
R pkg/fatfs/fatfs_diskio/native/native_diskio.c
R pkg/fatfs/fatfs_diskio/sdcard_spi/Makefile
R pkg/fatfs/fatfs_diskio/sdcard_spi/sdcard_spi_diskio.c
M pkg/fatfs/fatfs_vfs/fatfs_vfs.c
M sys/include/fs/fatfs.h
M tests/pkg_fatfs/Makefile
M tests/pkg_fatfs/README.md
M tests/pkg_fatfs/main.c
M tests/pkg_fatfs_vfs/Makefile
A tests/pkg_fatfs_vfs/README.md
M tests/pkg_fatfs_vfs/create_fat_image_file.sh
M tests/pkg_fatfs_vfs/main.c
M tests/pkg_fatfs_vfs/tests/01-run.py
Log Message:
-----------
pkg/fatfs: integrate diskio layer to mtd interface
Compare: https://github.com/RIOT-OS/RIOT/compare/7c166d9e1ae0...198ced4933be
More information about the commits
mailing list