Skip to content
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

Release/v0.8.0 #137

Merged
merged 27 commits into from
Jul 12, 2024
Merged

Release/v0.8.0 #137

merged 27 commits into from
Jul 12, 2024

Conversation

thejpster
Copy link
Member

Changed

  • Fixed a bug when seeking backwards through files.
  • Updated to heapless-0.8 and embedded-hal-bus-0.2.
  • No longer panics if the close fails when a Volume is dropped - the failure is instead ignored.

Added

  • File now has a flush() method.
  • File now has a close() method.

Removed

  • Breaking Change: Removed CS type-param on SdCard - now we use the SpiDevice chip-select (closing [should use SpiBus, not SpiDevice #126])
  • Breaking Change: Removed the 74 clock cycle 'init' sequence - now applications must do this

thejpster and others added 27 commits February 9, 2024 12:11
Start from beginning of file if current position is *ahead* of desired position.
We weren't actually reading backwards because we always did "seek from start". Now we do some "seek from current" with a negative offset, and a "seek from end".
Notes that converting a byte to a char is assuming the the file is ISO-8859-1 encoded.
…operly

Use SpiDevice to control the chip select.
Trying to make the cargo-doc output look good. Also adds an Apache-2.0 NOTICE file.
Picked up a bunch of changes we forgot to add as the PRs came in.
@thejpster thejpster merged commit 8a2bf64 into main Jul 12, 2024
8 checks passed
@thejpster thejpster deleted the release/v0.8.0 branch October 30, 2024 19:07
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.

7 participants