-
Notifications
You must be signed in to change notification settings - Fork 4
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
POSIX: Detailed design and implementation of POSIX file interface #72
Labels
enhancement
New feature or request
Milestone
Comments
alvieboy
added a commit
that referenced
this issue
Apr 5, 2021
…ler, add ROM switch for 128K mode so we inject keys
alvieboy
added a commit
that referenced
this issue
Apr 5, 2021
alvieboy
added a commit
that referenced
this issue
Apr 16, 2021
alvieboy
added a commit
that referenced
this issue
Apr 16, 2021
alvieboy
added a commit
that referenced
this issue
Apr 16, 2021
alvieboy
added a commit
that referenced
this issue
Apr 16, 2021
alvieboy
added a commit
that referenced
this issue
Apr 16, 2021
alvieboy
added a commit
that referenced
this issue
Apr 21, 2021
alvieboy
added a commit
that referenced
this issue
Apr 28, 2021
alvieboy
added a commit
that referenced
this issue
Apr 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed design and implementation of POSIX file interface.
This will need a file handle interface to separate ESP32 handles from Spectrum handles. To be understood if we also need some sort of driver infrastructure.
API should implement equivalent methods for the following POSIX functions:
The directory handles are still TBD, because we need to map those to the internal ESP32 directory handles as well.
The DEVELOPMENT document shall be updated to include detailed information about the command API.
The SPECTRUMAPI document shall be updated to include the RST$08 API.
The text was updated successfully, but these errors were encountered: