1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/uart0
Ludwig Ortmann 0f066befeb 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.
2013-10-23 22:13:53 +02:00
..
Makefile * moved cpu and board specific parts to corresponding Makefiles 2013-03-23 18:38:12 +01:00
uart0.c use CREATE_WOUT_YIELD on uart0 thread creation 2013-10-23 22:13:53 +02:00