Skip to content

Added count argument to disk read/write #443

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

Merged
merged 1 commit into from
Aug 18, 2014
Merged

Added count argument to disk read/write #443

merged 1 commit into from
Aug 18, 2014

Conversation

neilt6
Copy link
Contributor

@neilt6 neilt6 commented Aug 13, 2014

The count argument in disk_read() and disk_write() is now passed to the FATFileSystem instance. This allows more efficient disk drivers to be written that can read and write multiple sectors at a time.

The count argument in disk_read() and disk_write() is now passed to the
FATFileSystem instance. This allows more efficient disk drivers to be
written that can read and write multiple sectors at a time.
@neilt6
Copy link
Contributor Author

neilt6 commented Aug 13, 2014

@bogdanm, the sprintf changes have been removed, and cde156c has been included to prevent merge conflicts.

bogdanm added a commit that referenced this pull request Aug 18, 2014
Added count argument to disk read/write
@bogdanm bogdanm merged commit e91e6e6 into ARMmbed:master Aug 18, 2014
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.

2 participants