1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2403 from haukepetersen/opt_nrf_stacksize

cpu/nrf51822: raised default stack size
This commit is contained in:
Christian Mehlis 2015-02-08 16:18:36 +01:00
commit 08aa333193
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
#define KERNEL_CONF_STACKSIZE_PRINTF (512)
#ifndef KERNEL_CONF_STACKSIZE_DEFAULT
#define KERNEL_CONF_STACKSIZE_DEFAULT (512)
#define KERNEL_CONF_STACKSIZE_DEFAULT (1024)
#endif
#define KERNEL_CONF_STACKSIZE_IDLE (256)

View File

@ -13,6 +13,7 @@ DISABLE_MODULE += auto_init
CFLAGS += -DNATIVE_AUTO_EXIT
BOARD_INSUFFICIENT_RAM += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \
airfy-beacon
include $(RIOTBASE)/Makefile.include