[riot-commits] [RIOT-OS/RIOT] 0f066b: use CREATE_WOUT_YIELD on uart0 thread creation
Oleg Hahm
gello at gmx.de
Wed Oct 23 23:10:53 CEST 2013
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 0f066befeb87e670898bf032f51d6dd587feb75a
https://github.com/RIOT-OS/RIOT/commit/0f066befeb87e670898bf032f51d6dd587feb75a
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M sys/uart0/uart0.c
Log Message:
-----------
use CREATE_WOUT_YIELD on uart0 thread creation
This should remove a race condition in the case that some uart event
occurs after the uart0 thread has started and before control has
returned to the calling thread, as uart0_handler_pid would not have
been set yet.
Commit: 05987cb6db3f7ab704d7539ac9a3f894dd3908d2
https://github.com/RIOT-OS/RIOT/commit/05987cb6db3f7ab704d7539ac9a3f894dd3908d2
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M sys/uart0/uart0.c
Log Message:
-----------
break long line
Commit: cf17a37e244df514c01a1efd0492ef07d90f4eea
https://github.com/RIOT-OS/RIOT/commit/cf17a37e244df514c01a1efd0492ef07d90f4eea
Author: Oleg Hahm <gello at gmx.de>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M sys/uart0/uart0.c
Log Message:
-----------
Merge pull request #257 from LudwigOrtmann/uart0_thread_create
use CREATE_WOUT_YIELD on uart0 thread creation
Compare: https://github.com/RIOT-OS/RIOT/compare/9f0aed27f394...cf17a37e244d
More information about the commits
mailing list