Skip to content
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

IPC: Initial commit of Inter-process communication #535

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alistair23
Copy link
Collaborator

This is a RFC for adding IPC support to libtock-rs.

The idea here is to support the Tock kernel IPC mechanism. Although running multiple libtock-rs apps is difficult, it is still possible so I think we should support IPC.

As well as that on ARM it's not difficult to run a libtock-rs application that communicates with libtock-c applications.

The current subscribe design in libtock-rs doesn't work with the IPC subscribe mechanism. I'm not sure why that's the case (I can't remember and I don't see if discussed in the design constraints).

This adds a new subscribe allows runtime configurable subscribe numbers. We could instead edit the current one or any other ideas anyone has.

The code compiles but it untested, currently just looking for comments on how to handle this

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant