Skip to content

Posix: fs: Add support for rmdir and remove #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

karthi012
Copy link

Add support for POSIX File System API for rmdir and remove along with test suite.

@karthi012 karthi012 requested review from parthitce and ssekar15 April 22, 2024 13:38
@karthi012 karthi012 force-pushed the posix_fs branch 5 times, most recently from 7d4515b to acc7cf4 Compare May 1, 2024 09:05
@karthi012 karthi012 force-pushed the posix_fs branch 3 times, most recently from cd886f7 to a382eb8 Compare May 11, 2024 12:42
@karthi012 karthi012 force-pushed the posix_fs branch 5 times, most recently from 8e4df04 to 7e62b54 Compare June 5, 2024 14:23
@karthi012 karthi012 force-pushed the posix_fs branch 2 times, most recently from c3e5dc3 to 6f2b17b Compare August 17, 2024 06:01
Implementation of rmdir, Posix style file
system API to remove directory

Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
add test suite for POSIX API rmdir

Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
Implement remove api to zephyr's native c library

Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
Add test suite for remove of zephyr native libc

Signed-off-by: Chris Friedt <[email protected]>
Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
Mark POSIX API rmdir and remove as supported in
POSIX options group Documentation

Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant