mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
cpu: some cosmetics
This commit is contained in:
parent
c9788838fd
commit
a8004a8b3a
@ -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)
|
||||
|
||||
@ -21,14 +21,14 @@ extern "C" {
|
||||
#define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (THREAD_EXTRA_STACKSIZE_PRINTF)
|
||||
|
||||
#ifndef THREAD_STACKSIZE_DEFAULT
|
||||
#define THREAD_STACKSIZE_DEFAULT (256)
|
||||
# define THREAD_STACKSIZE_DEFAULT (256)
|
||||
#endif
|
||||
|
||||
#define THREAD_STACKSIZE_IDLE (96)
|
||||
#define ISR_STACKSIZE (256)
|
||||
|
||||
#ifndef GNRC_PKTBUF_SIZE
|
||||
#define GNRC_PKTBUF_SIZE (2560) /* TODO: Make this value
|
||||
# define GNRC_PKTBUF_SIZE (2560) /* TODO: Make this value
|
||||
* overall MTU dependent */
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user