[riot-commits] [RIOT-OS/RIOT] fb8edb: core: condition variable implementation
Sebastian Meiling
s at mlng.net
Fri Nov 30 21:15:55 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: fb8edbb610f986d4a7a5616a8efc06f3e279935a
https://github.com/RIOT-OS/RIOT/commit/fb8edbb610f986d4a7a5616a8efc06f3e279935a
Author: Sam Kumar <samkumar99 at gmail.com>
Date: 2018-11-30 (Fri, 30 Nov 2018)
Changed paths:
A core/cond.c
A core/include/cond.h
M core/include/thread.h
A tests/cond_order/Makefile
A tests/cond_order/README.md
A tests/cond_order/main.c
A tests/cond_order/tests/01-run.py
Log Message:
-----------
core: condition variable implementation
Commit: 43d39b7a33b8a8c54537688662dfc63dcde1f506
https://github.com/RIOT-OS/RIOT/commit/43d39b7a33b8a8c54537688662dfc63dcde1f506
Author: Sebastian Meiling <s at mlng.net>
Date: 2018-11-30 (Fri, 30 Nov 2018)
Changed paths:
A core/cond.c
A core/include/cond.h
M core/include/thread.h
A tests/cond_order/Makefile
A tests/cond_order/README.md
A tests/cond_order/main.c
A tests/cond_order/tests/01-run.py
Log Message:
-----------
Merge pull request #8333 from samkumar/feature-condition-variable
core: condition variable implementation
Compare: https://github.com/RIOT-OS/RIOT/compare/3091cd85bd6d...43d39b7a33b8
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list