-
Notifications
You must be signed in to change notification settings - Fork 109
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 key-value support #488
Conversation
Are you planning to add a fake version of the key-value syscall driver once tock/tock#3551 is stabilized? If so, great. If not, then we should probably have a discussion on whether we want to require unit tests for all API implementations. |
I added a unittest implementation. |
This should be ready to go. |
Cargo.toml
Outdated
@@ -16,7 +16,7 @@ version = "0.1.0" | |||
rust-version = "1.70" | |||
|
|||
[dependencies] | |||
libtock_adc = { path = "apis/adc" } | |||
libtock_adc = { path = "apis/adc"} |
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.
This reformatting looks accidental.
This adds the api and an example app for key-value.
This is blocked on two things: