ads1115 only
Fork of mbed by
Diff: TARGET_MAX32620HSP/TOOLCHAIN_IAR/MAX32620.icf
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 125:2e9cc70d1897
diff -r 25aea2a3f4e3 -r 9bcdf88f62b0 TARGET_MAX32620HSP/TOOLCHAIN_IAR/MAX32620.icf --- a/TARGET_MAX32620HSP/TOOLCHAIN_IAR/MAX32620.icf Fri Sep 30 16:49:46 2016 +0100 +++ b/TARGET_MAX32620HSP/TOOLCHAIN_IAR/MAX32620.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__ = 0x1000; +define symbol __size_heap__ = 0x4000; define block CSTACK with alignment = 8, size = __size_cstack__ { }; define block HEAP with alignment = 8, size = __size_heap__ { };