genode/repos/libports/run/libc_fatfs.run
Emery Hemingway f09fc4a5a2 Update FatFS port to version 0.13
- Update FatFS port from 0.07e to 0.13
- Multi-device support
- Basic test at run/fatfs
- Adaption of existing components

Note, ffat is now consistently renamed to fatfs.

Ref #2410
2017-08-17 11:04:22 +02:00

13 lines
364 B
Plaintext

set mkfs_cmd [check_installed mkfs.vfat]
set mkfs_opts "-F32"
set filesystem fatfs
#
# The fatfs_libc plugin opens a block session directly. If the VFS opened
# the block session, the plugin would try to open a second one, which
# would get denied by the block driver.
#
set libc_dev_blkdev ""
source ${genode_dir}/repos/libports/run/libc_filesystem_test.inc