mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
f09fc4a5a2
- 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
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
set build_component server/fatfs_fs
|
|
set binary fatfs_fs
|
|
set mkfs_cmd mkfs.vfat
|
|
set mkfs_opts "-F32"
|
|
set vfs_dev_blkdev ""
|
|
|
|
source ${genode_dir}/repos/libports/run/libc_vfs_fs_test.inc
|