-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hardware agnostic kernel #69
Merged
Merged
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12de23a - Browse repository at this point
Copy the full SHA 12de23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e74dd4b - Browse repository at this point
Copy the full SHA e74dd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab6af38 - Browse repository at this point
Copy the full SHA ab6af38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4d088 - Browse repository at this point
Copy the full SHA ee4d088View commit details
Commits on Jun 4, 2022
-
agnostistc ingress manager. Had to do a big refactor due the limitati…
…ons of current borrow checker (borrowing fields of self), what's cool is that is _did_ compile with -Zpolonius.
Configuration menu - View commit details
-
Copy full SHA for b64142d - Browse repository at this point
Copy the full SHA b64142dView commit details
Commits on Jun 5, 2022
-
application_manager & sytem trait
- Removing the System concept completly is not feasible - Instead of a Struct, System is now a trait - Added back agnostic display manager - Added back some states - Added back the application_manager, however it is currently crippled - need to rethink the impl for FFI
Configuration menu - View commit details
-
Copy full SHA for 56486d6 - Browse repository at this point
Copy the full SHA 56486d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9330c12 - Browse repository at this point
Copy the full SHA 9330c12View commit details -
move Table creation to the end application, Context now contains void…
… pointers to all structs, which in turn cast to their concrete types on the kernel implementation side
Configuration menu - View commit details
-
Copy full SHA for ca97e31 - Browse repository at this point
Copy the full SHA ca97e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf78b5 - Browse repository at this point
Copy the full SHA 4cf78b5View commit details -
- add back info state, will less info for now - Add all the states back to display_manager
Configuration menu - View commit details
-
Copy full SHA for dfa6825 - Browse repository at this point
Copy the full SHA dfa6825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b5a85 - Browse repository at this point
Copy the full SHA 79b5a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad7090 - Browse repository at this point
Copy the full SHA aad7090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad0be5 - Browse repository at this point
Copy the full SHA 1ad0be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00df458 - Browse repository at this point
Copy the full SHA 00df458View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5c0778f - Browse repository at this point
Copy the full SHA 5c0778fView commit details -
Instead of passing the display across the threshold, there is a new Display trait which exposes FrameBuffer a FFI safe representation of the frame buffer - This is easier to send over FFI, no longer a Table entry is needed. - Safer, casting from *mut () didn't feel right - Harder to encaptulate display details, i.e pixel format- but we could suppliment FrameBuffer with this information. A big refactor and deps update may be required soon. I had to jump through some hoops for implementing the display wrapper. But it works for now.
Configuration menu - View commit details
-
Copy full SHA for c4e8c7a - Browse repository at this point
Copy the full SHA c4e8c7aView commit details -
- Add rtt logging interface - Implement Display trait for the ssd1351 (kinda hacky, have to switch between eg crates) - Add FB mut method to ssd1351 (need to bump or patch release for this) - Removed Event from ingress_manager, back to passing System in
Configuration menu - View commit details
-
Copy full SHA for c22d118 - Browse repository at this point
Copy the full SHA c22d118View commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 95d2b1a - Browse repository at this point
Copy the full SHA 95d2b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a2ef7 - Browse repository at this point
Copy the full SHA 41a2ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9510bd - Browse repository at this point
Copy the full SHA b9510bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcf90d - Browse repository at this point
Copy the full SHA 0dcf90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4dec9e - Browse repository at this point
Copy the full SHA d4dec9eView commit details
Commits on Dec 23, 2022
-
- Update `SetupFn` to take a pointer to the Table - Fixed bug where apps would try and access unitialized memory instead of Context/Table - Add commented code for preloading an app
Configuration menu - View commit details
-
Copy full SHA for 47aa1cc - Browse repository at this point
Copy the full SHA 47aa1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311de09 - Browse repository at this point
Copy the full SHA 311de09View commit details
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.