diff options
| author | danicampora | 2015-02-14 16:35:29 +0100 |
|---|---|---|
| committer | danicampora | 2015-02-20 16:40:06 +0100 |
| commit | e1dfc4417817cbefb31e1df3ac27de4de94b3f30 (patch) | |
| tree | b485212986f0c14a027489b2f1f06b2e091515a6 /cc3200/application.lds | |
| parent | 690458300b409423212ac15ab99d0891c5b702a5 (diff) | |
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
Diffstat (limited to 'cc3200/application.lds')
| -rw-r--r-- | cc3200/application.lds | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
