Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: inc/global.h
- Revision:
- 218:e0c05b4f470b
- Parent:
- 197:594afd088f32
- Child:
- 219:2b6c5782f291
--- a/inc/global.h Tue Oct 11 12:24:28 2016 +0000 +++ b/inc/global.h Tue Oct 11 18:34:28 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 * 10) +#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 * 10) +#define ANALYTICS_LOGGER_STACK_SIZE (1024 * 10) + extern int sig_output_continue; extern int sig_config_continue;
