Incerased LPC55S69_NS heap in IAR linker script for TLS purpose.

pull/12178/head
Tymoteusz Bloch 2019-12-31 16:50:09 +01:00
parent 0adb47b3aa
commit b40ab36a6b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ define region CSTACK_region = mem:[from m_data_end-__size_cstack__+1 to m_data_e
define region m_interrupts_ram_region = mem:[from m_interrupts_ram_start to m_interrupts_ram_end];
define block CSTACK with alignment = 8, size = __size_cstack__ { };
define block HEAP with alignment = 8, size = __size_heap__ { };
define block HEAP with expanding size, alignment = 8, minimum size = __heap_size__ { };
define block RW { readwrite };
define block ZI { zi };