1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys
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
..
auto_init fixed includes and include pathes 2013-07-29 01:24:02 +02:00
bloom change the bloom filter to filter arrays of bytes 2013-08-27 13:30:33 +02:00
config coding conventions for most of system libraries 2013-06-22 05:11:53 +02:00
crypto fix broken warning 2013-08-20 09:58:46 +02:00
hashes change the bloom filter to filter arrays of bytes 2013-08-27 13:30:33 +02:00
include only include debug functions if needed 2013-10-11 14:21:47 +02:00
lib fix malloc include for OSX 2013-10-18 14:22:06 +02:00
net network stack related includes 2013-10-16 15:24:41 +02:00
ping fixed coding style (space after most keywords) 2013-06-24 22:37:35 +02:00
posix coding conventions for most of system libraries 2013-06-22 05:11:53 +02:00
ps fixed coding style (space after most keywords) 2013-06-24 22:37:35 +02:00
random fixes for PRNG 2013-08-26 22:18:02 +02:00
shell include sc_heap only when building for LPC boards 2013-09-19 13:47:23 +02:00
timex fixed coding style (space after most keywords) 2013-06-24 22:37:35 +02:00
transceiver initalize transceiver_buffer properly 2013-09-04 20:40:58 +02:00
uart0 use CREATE_WOUT_YIELD on uart0 thread creation 2013-10-23 22:13:53 +02:00
vtimer only include debug functions if needed 2013-10-11 14:21:47 +02:00
chardev_thread.c Merge branch 'thomas-mc1322x' 2013-07-24 23:22:11 +02:00
Makefile make Makefiles proof for spaces in $PATH 2013-10-09 15:28:53 +02:00