|
|
|
@ -29,13 +29,13 @@ extern "C" {
|
|
|
|
|
* @name Kernel configuration
|
|
|
|
|
*
|
|
|
|
|
* Since printf seems to get memory allocated by the linker/avr-libc the stack
|
|
|
|
|
* size tested sucessfully even with pretty small stacks.k
|
|
|
|
|
* size tested sucessfully even with pretty small stacks.
|
|
|
|
|
* @{
|
|
|
|
|
*/
|
|
|
|
|
#define THREAD_EXTRA_STACKSIZE_PRINTF (128)
|
|
|
|
|
|
|
|
|
|
#ifndef THREAD_STACKSIZE_DEFAULT
|
|
|
|
|
#define THREAD_STACKSIZE_DEFAULT (256)
|
|
|
|
|
# define THREAD_STACKSIZE_DEFAULT (256)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define THREAD_STACKSIZE_IDLE (128)
|
|
|
|
|