Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
219:2b6c5782f291
Parent:
214:52ef35bc44ec
Parent:
218:e0c05b4f470b
Child:
221:2a5e9902003c
--- a/inc/global.h	Tue Oct 11 17:59:35 2016 +0000
+++ b/inc/global.h	Tue Oct 11 18:39:43 2016 +0000
@@ -17,8 +17,18 @@
 #define CONTROL_TM_STR      "control_tm_"
 #define CONTROL_MN_STR      "control_mn_"
 
-#define MAX_FILE_SIZE       350     
+// declare max file sizes 
+#define MAX_FILE_SIZE       350  
 
+// declare stack sizes
+#define MODBUS_MASTER_STACK_SIZE        (1024 * 8)
+#define OUTPUT_TASK_STACK_SIZE          (1024 * 8)
+#define CONFIG_HANDLER_STACK_SIZE       (1024*4 + 512)
+#define CONTROL_TASK_STACK_SIZE         (1024)
+#define BLE_DATA_HANDLER_STACK_SIZE     (1024)
+#define CLOUD_DATA_HANDLER_STACK_SIZE   (1024 * 8)  
+#define ANALYTICS_LOGGER_STACK_SIZE     (1024 * 2)
+ 
 extern int sig_output_continue;
 extern int sig_config_continue;