-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add Support for Storage Operations #2901
Commits on Mar 20, 2024
-
Add implementation for Storage Operation WP command
- Add supporting enum (mirroring C# declaration). - Add declaration for handler function.
Configuration menu - View commit details
-
Copy full SHA for e0b1ada - Browse repository at this point
Copy the full SHA e0b1adaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae779f - Browse repository at this point
Copy the full SHA 5ae779fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad50824 - Browse repository at this point
Copy the full SHA ad50824View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88754c - Browse repository at this point
Copy the full SHA f88754cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcfd804 - Browse repository at this point
Copy the full SHA bcfd804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c42995 - Browse repository at this point
Copy the full SHA 9c42995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4c80f - Browse repository at this point
Copy the full SHA 4e4c80fView commit details -
HAL_StorageOperation now returns execution result on return type
- Update code accordingly.
Configuration menu - View commit details
-
Copy full SHA for 0163672 - Browse repository at this point
Copy the full SHA 0163672View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa39e72 - Browse repository at this point
Copy the full SHA aa39e72View commit details -
- To pass generic information about platform related errors.
Configuration menu - View commit details
-
Copy full SHA for a5275b9 - Browse repository at this point
Copy the full SHA a5275b9View commit details -
Minor changes and tweaks in code
- Add enums where used. - Replace for loop with memcpy call. - Add verbose comments to make it super easy to port to other platforms.
Configuration menu - View commit details
-
Copy full SHA for 394f788 - Browse repository at this point
Copy the full SHA 394f788View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc5159 - Browse repository at this point
Copy the full SHA ebc5159View commit details
Commits on Mar 21, 2024
-
Rename feature to HAS_ACCESSIBLE_STORAGE
- Update code and CMake files accordingly.
Configuration menu - View commit details
-
Copy full SHA for 115d0cc - Browse repository at this point
Copy the full SHA 115d0ccView commit details -
Remove command from Monitor command set
- Adding it completely bloats nanoBooter image size.
Configuration menu - View commit details
-
Copy full SHA for 0f8a476 - Browse repository at this point
Copy the full SHA 0f8a476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36321dc - Browse repository at this point
Copy the full SHA 36321dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63075e2 - Browse repository at this point
Copy the full SHA 63075e2View commit details -
Add implementation to ChibiOS using SPIFFs
- Enabled it for ORGPAL3, which is the only target that supports this.
Configuration menu - View commit details
-
Copy full SHA for 828521e - Browse repository at this point
Copy the full SHA 828521eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4ef97 - Browse repository at this point
Copy the full SHA ef4ef97View commit details