Increasing heap size from 8K to 16K for MCU targets.

This commit is contained in:
Ruben Ayrapetyan
2014-12-18 17:17:08 +03:00
parent 5539afc60e
commit 8febd2bae8
+1 -1
View File
@@ -54,7 +54,7 @@
#ifdef __TARGET_HOST
# define CONFIG_MEM_HEAP_AREA_SIZE (64 * 1024)
#elif defined (__TARGET_MCU)
# define CONFIG_MEM_HEAP_AREA_SIZE (8 * 1024)
# define CONFIG_MEM_HEAP_AREA_SIZE (16 * 1024)
#else /* !__TARGET_HOST && !__TARGET_MCU */
# error "!__TARGET_HOST && !__TARGET_MCU"
#endif /* !__TARGET_HOST && !__TARGET_MCU */