-
Notifications
You must be signed in to change notification settings - Fork 29
Enable fstream independently of filesystem #376
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
Conversation
Downstream issue: arm#375 This enables fstream for embedded systems where basic file operations are available via semihosting, but not additional filesystem operations like managing directories. Change-Id: Ifaeeb1629f29ea67e622f7f880aeb3417d8fdebc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This passes the build, but causes some test failures - I will add test fixes here as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@pawosm-arm please confirm you are happy with this one too, thank you! |
@pratlucas , @pawosm-arm I replaced commented out lines with a check for newlib, which now looks more consistent with other checks as well as less lines changed. Please confirm you are happy with the update, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me it looks much better now
Downstream issue: #375
This enables fstream for embedded systems where basic file operations are available via semihosting, but not additional filesystem operations like managing directories.