ads1115 only
Fork of mbed by
Diff: TARGET_MAXWSNENV/TOOLCHAIN_IAR/MAX32610.icf
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 99:dbbf35b96557
--- a/TARGET_MAXWSNENV/TOOLCHAIN_IAR/MAX32610.icf Fri Sep 30 16:49:46 2016 +0100 +++ b/TARGET_MAXWSNENV/TOOLCHAIN_IAR/MAX32610.icf Thu Oct 27 16:45:56 2016 +0100 @@ -15,8 +15,8 @@ define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__]; /* Stack and Heap */ -define symbol __size_cstack__ = 0x800; -define symbol __size_heap__ = 0x800; +define symbol __size_cstack__ = 0x0800; +define symbol __size_heap__ = 0x3000; define block CSTACK with alignment = 8, size = __size_cstack__ { }; define block HEAP with alignment = 8, size = __size_heap__ { };