From e1dfc4417817cbefb31e1df3ac27de4de94b3f30 Mon Sep 17 00:00:00 2001 From: danicampora Date: Sat, 14 Feb 2015 16:35:29 +0100 Subject: cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug. --- cc3200/application.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cc3200/application.lds') diff --git a/cc3200/application.lds b/cc3200/application.lds index 553b4400b..46b29e99e 100644 --- a/cc3200/application.lds +++ b/cc3200/application.lds @@ -62,8 +62,8 @@ * THE SOFTWARE. */ -__stack_size__ = 1024; /* interrupts are handled using this stack */ -__min_heap_size__ = 4K; +__stack_size__ = 1K; /* interrupts are handled using this stack */ +__min_heap_size__ = 6K; __rtos_heap_size = 16K; MEMORY -- cgit v1.2.3