[riot-commits] [RIOT-OS/RIOT] 0ab1d4: tests: swap thread priorities in msg_snd_rcv test
Cenk Gündoğan
cnkgndgn at gmail.com
Fri Jan 8 16:14:45 CET 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 0ab1d4bed179eb29111f2302009dbcb44599516a
https://github.com/RIOT-OS/RIOT/commit/0ab1d4bed179eb29111f2302009dbcb44599516a
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2016-01-08 (Fri, 08 Jan 2016)
Changed paths:
M tests/msg_send_receive/Makefile
M tests/msg_send_receive/main.c
Log Message:
-----------
tests: swap thread priorities in msg_snd_rcv test
c3f7925c1ca786215448ad34fec845792e408274 was the wrong fix for the described problem. The replying thread 2 needs a higher priority because otherwise the sender thread 1 may send before 2 is in receiving mode again.
Commit: c35cf98e190e74db394d1ec4da9c6a008f6b4999
https://github.com/RIOT-OS/RIOT/commit/c35cf98e190e74db394d1ec4da9c6a008f6b4999
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2016-01-08 (Fri, 08 Jan 2016)
Changed paths:
M tests/msg_send_receive/Makefile
M tests/msg_send_receive/main.c
Log Message:
-----------
Merge pull request #4619 from OlegHahm/tests_msg_snd_rcv_prios
tests: swap thread priorities in msg_snd_rcv test
Compare: https://github.com/RIOT-OS/RIOT/compare/484b3694882d...c35cf98e190e
More information about the commits
mailing list