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

Asynchronous message reception #61

Closed
OlegHahm opened this issue Jun 27, 2013 · 1 comment
Closed

Asynchronous message reception #61

OlegHahm opened this issue Jun 27, 2013 · 1 comment
Assignees
Labels
Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation

Comments

@OlegHahm
Copy link
Member

Currently only asynchronous sending of messages is possible. An additional function to provide non-blocking message reception needs to be implemented to allow for asynchronous message reception.

@ghost ghost assigned OlegHahm Jun 27, 2013
@mehlis
Copy link
Contributor

mehlis commented Jul 17, 2013

fixed by #65

please close this one

nmeum added a commit to beduino-project/RIOT that referenced this issue Mar 20, 2017
This Makefile is appended to DIRS in Makefile.application and adds alls
rust modules to the DIRS environment variable.

This reduces the amount of changes needed in the existing
Makefile.application and also allows us to merge the
`rust/drivers/Makefile` and `rust/sys/Makefile` into one file.
Previously `rust/drivers/Makefile` and `rust/sys/Makefile` where the
exact same file.

See also: RIOT-OS#61
nmeum added a commit to beduino-project/RIOT that referenced this issue Mar 20, 2017
This Makefile serves the same functions as the Makefile.dep file in the
repository root except that it only contains dependencies for rust
modules.

This reduces the amount of required changes in the existing
Makefile.dep. See also: RIOT-OS#61.
nmeum pushed a commit to beduino-project/RIOT that referenced this issue Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

No branches or pull requests

2 participants