Skip to content

Commit 62b46b0

Browse files
ayedm1fdesbiens
andauthored
Add missing return values for fx_directory_create api (#6)
Co-authored-by: Frédéric Desbiens <frederic.desbiens@eclipse-foundation.org>
1 parent 088b6ce commit 62b46b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rtos-docs/filex/chapter4.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@ This service creates a subdirectory in the current default directory or in the p
276276
* *FX_PTR_ERROR* (0x18) Invalid media pointer
277277
* *FX_INVALID_ATTR* (0x19) Invalid attributes selected.
278278
* *FX_CALLER_ERROR* (0x20) Caller is not a thread.
279+
* *FX_INVALID_NAME** (0x0C) New directory name is invalid.
280+
* *FX_WRITE_PROTECT** (0x23) Specified media is write protected.
281+
* *FX_ALREADY_CREATED** (0x0B) Specified directory was already created.
282+
* *FX_INVALID_PATH** (0x0D) Path is invalid.
279283
280284
=== Allowed From
281285

0 commit comments

Comments
 (0)