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
Russ Butler 2016-08-08 17:11:47 -05:00
parent 1615dca6bd
commit 69bf173e22
1 changed files with 1 additions and 1 deletions

View File

@ -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###*/