Files
rtems/spec/build/testsuites/fstests/libfatfs.yml
Sepehr Ganji bff18c05b9 libfs/fatfs: Add FatFS with tests
This adds FatFS wrapper layer to RTEMS
including tests as part of GSoC 2025.
2025-11-10 16:09:07 -07:00

20 lines
465 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags: []
copyrights:
- Copyright (C) 2025 Sepehr Ganji <sepehrganji79@gmail.com>
cppflags: []
cxxflags: []
enabled-by: true
includes:
- testsuites/fstests/fatfs_support
install: []
install-path: null
links: []
source:
- testsuites/fstests/fatfs_support/fs_support.c
- testsuites/fstests/support/fstest_support.c
- testsuites/fstests/support/ramdisk_support.c
target: testfatfs
type: build