-
Notifications
You must be signed in to change notification settings - Fork 110
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
libtock-rs 2.0 #322
Comments
2 tasks
kupiakos
added a commit
to kupiakos/libtock-rs
that referenced
this issue
Nov 24, 2021
This is one of the tasks in tock#322.
Merged
bors bot
added a commit
that referenced
this issue
Mar 30, 2022
395: Add console driver API r=jrvanwhy a=dcz-self This is an implementation of the interface to the console driver. It implements printing only, and the Write trait. I'm not entirely sure about the Config traits for Allow and Subscribe. I'm also not sure if the tests are structured correctly – e.g. integration testing would have to basically reimplement the same code as is already in the `write` API call, so I skipped that (but perhaps that's the point). There's also a "hello world" example, so it would check off a few boxes from #322 Co-authored-by: dcz <gihuac.dcz@porcupinefactory.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue tracks the remaining work items for the Tock 2.0
libtock-rs
crates. This is basically a list of things I have designed and prototyped, but not implemented.libtock_unittest
libtock_platform
libtock_unittest
libtock_platform
libtock_unittest
(#329, #330)libtock_platform
LowLevelDebug
API. (#331)LowLevelDebug
driver.#[panic_handler]
stack_size!
macro (and maybe a missingset_main!
too).fake::Kernel
(rough draft)libtock_rs
" document.The text was updated successfully, but these errors were encountered: