mirror of https://github.com/ARMmbed/mbed-os.git
Decrease NUC472 interrupt stack size
Decrease the interrupt stack of the NUC472 from 12KB to 8KB. This frees up enough space to allow the core tests to run.pull/2402/head
parent
1615dca6bd
commit
69bf173e22
|
@ -11,7 +11,7 @@ define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000;
|
||||||
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
|
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
|
||||||
define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000;
|
define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000;
|
||||||
/*-Sizes-*/
|
/*-Sizes-*/
|
||||||
define symbol __ICFEDIT_size_cstack__ = 0x3000;
|
define symbol __ICFEDIT_size_cstack__ = 0x2000;
|
||||||
define symbol __ICFEDIT_size_heap__ = 0xC0000;
|
define symbol __ICFEDIT_size_heap__ = 0xC0000;
|
||||||
/**** End of ICF editor section. ###ICF###*/
|
/**** End of ICF editor section. ###ICF###*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue