From 4411b6b53fdd1f7484dccf38cc5e2bfdd1546f7d Mon Sep 17 00:00:00 2001
From: Hauke Petersen <mail@haukepetersen.de>
Date: Fri, 19 Sep 2014 12:32:59 +0200
Subject: [PATCH] cpu/nrf51822: adjusted default stack sizes

---
 cpu/nrf51822/include/cpu-conf.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/cpu/nrf51822/include/cpu-conf.h b/cpu/nrf51822/include/cpu-conf.h
index 8a5accd9b8..11a3d8216e 100644
--- a/cpu/nrf51822/include/cpu-conf.h
+++ b/cpu/nrf51822/include/cpu-conf.h
@@ -22,17 +22,14 @@
 #include "nrf51.h"
 #include "nrf51_bitfields.h"
 
-
 /**
  * @name Kernel configuration
- *
- * TODO: measure and adjust for the cortex-m0
  * @{
  */
-#define KERNEL_CONF_STACKSIZE_PRINTF    (524)
+#define KERNEL_CONF_STACKSIZE_PRINTF    (512)
 
 #ifndef KERNEL_CONF_STACKSIZE_DEFAULT
-#define KERNEL_CONF_STACKSIZE_DEFAULT   (524)
+#define KERNEL_CONF_STACKSIZE_DEFAULT   (512)
 #endif
 
 #define KERNEL_CONF_STACKSIZE_IDLE      (256)
-- 
GitLab