-
Notifications
You must be signed in to change notification settings - Fork 215
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
Move OS_FS_ERR_* defines to common os error definitions #262
Comments
Imported from trac issue 239. Created by jhageman on 2019-08-23T14:59:31, last modified: 2019-08-23T14:59:31 |
Related to #118. Really should deprecate the OS_FS_* defines that aren't unique to FS. |
dmknutsen
added a commit
to dmknutsen/osal
that referenced
this issue
Apr 17, 2020
dmknutsen
added a commit
to dmknutsen/osal
that referenced
this issue
Apr 17, 2020
dmknutsen
added a commit
to dmknutsen/osal
that referenced
this issue
Apr 20, 2020
A handful of apps use OS_FS_SUCCESS and/or OS_FS_ERROR. |
skliper
pushed a commit
to dmknutsen/osal
that referenced
this issue
Apr 21, 2020
skliper
pushed a commit
to skliper/osal
that referenced
this issue
Apr 28, 2020
astrogeco
pushed a commit
that referenced
this issue
May 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS_DirectoryOpen returns OS_INVALID_POINTER if dir_id or path pointers are NULL.
OS_DirectoryRead returns OS_FS_ERR_INVALID_POINTER if dirent pointer is NULL.
Likely other cases of mixed use. Suggest deprecation of the OS_FS_ERR_* defines and switch to common definitions.
The text was updated successfully, but these errors were encountered: