-
Notifications
You must be signed in to change notification settings - Fork 6
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
Files save on baremetal RPI #137
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add root_dir cache and fat cache
Also increase the stack size to 2MB
* need to clear all the logs I used for debug * finish the write file impl
alloncm
changed the title
Feature - Files save on baremetal RPI
Files save on baremetal RPI
Sep 10, 2023
hope the little optimization I dd there is fast enough, cause I failed with the actual one
The file apears in root dir but is corrupted (at least in windows)
alloncm
commented
Sep 18, 2023
alloncm
commented
Sep 19, 2023
still need to update the backup FAT table
alloncm
commented
Sep 27, 2023
Also fixed a bunch of typos thanks to a new vscode extension
alloncm
commented
Sep 30, 2023
The fat buffer still must be aligned for sector size
alloncm
force-pushed
the
feature/baremetal_save
branch
from
October 4, 2023 02:52
463ba8c
to
c735ef3
Compare
alloncm
commented
Oct 24, 2023
alloncm
commented
Nov 6, 2024
# Conflicts: # Cargo.toml # rpi/src/bin/baremetal/main.rs
There is a problem where overwriting a file cause it to corrupt
alloncm
commented
Jan 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will mark the save files option in #123