Ludwig Ortmann
1c825e2524
tests,examples: remove unneeded headers, fix style
2014-07-15 18:54:45 +02:00
René Kijewski
ba1a15535b
core: remove extra thread_create_arg() function
2014-07-09 10:28:23 +02:00
Ludwig Ortmann
c7e793dca7
test: remove superfluous stack size defines
2014-07-09 07:41:54 +02:00
Ludwig Ortmann
06a86aef20
tests&examples: use sizeof(stack) in thread_create
...
fixes #1392
2014-07-09 07:41:54 +02:00
Oleg Hahm
13028b41bf
applications: set stack size correctly
...
The correct stack size for all examples and test applications correctly.
KERNEL_CONF_STACKSIZE_MAIN is the correct stack size for any thread
using printf.
Also adapted black lists accordingly.
2014-07-04 15:39:43 +02:00
René Kijewski
3063e3c2b1
Fix all warnings for native and qemu-i386
...
Missing returns, unused variables (only used for debugging), empty
translation units, missing function prototypes, and GNU extensions.
2014-06-24 16:50:32 +02:00
Christian Mehlis
55c84d95b6
added LGPL header and doxygen headers
2014-02-04 12:52:52 +01:00
Christian Mehlis
66e7762630
tests: use astyle to adopt current code style guide
2014-01-25 11:29:35 +01:00
Oleg Hahm
5dcf64d9de
imported test projects (from projects repository)
2014-01-10 16:21:35 +01:00