-
Notifications
You must be signed in to change notification settings - Fork 3
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
uapi: documentation for the uapi crate #65
uapi: documentation for the uapi crate #65
Conversation
3cedb15
to
b9bf4ed
Compare
3cb4b16
to
af5a8d0
Compare
added basic uapi interface with doc for syscalls
af5a8d0
to
7dc62e7
Compare
@@ -3,7 +3,9 @@ | |||
|
|||
use crate::systypes::{EraseMode, EraseType, Status}; | |||
|
|||
/// SVC Exchange area len. TODO: to be kconfig-generated | |||
pub const SVC_EXCH_AREA_LEN: usize = 128; // TODO: replace by CONFIG-defined value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still used ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By now yes, but by nobody.... (extern C do not use this, shield-rs doesn't exist. This requires to be fixed though, but in another PR. Checking for issue
Add clean documentation for UAPI crate