(no title)
andrewl-hn | 3 months ago
Would something like Smoltcp be of help here? https://github.com/smoltcp-rs/smoltcp
Great project either way!
How do you decide which sys calls to work on? Is is based on what the user space binaries demand?
andrewl-hn | 3 months ago
Would something like Smoltcp be of help here? https://github.com/smoltcp-rs/smoltcp
Great project either way!
How do you decide which sys calls to work on? Is is based on what the user space binaries demand?
hexagonal-sun|3 months ago
Yeah, I was thinking of integrating that at some point. They've done a really nice job of keeping it no_std-friendly.
whitequark_|3 months ago