runtime: increased heap size

runtime
pca006132 2020-09-01 10:38:20 +08:00 committed by Gitea
parent ae07c05db4
commit 805f1d4eff
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ SECTIONS
.heap (NOLOAD) : ALIGN(8)
{
__heap0_start = .;
. += 0x800000;
. += 0x8000000;
__heap0_end = .;
__heap1_start = .;
. += 0x800000;
. += 0x8000000;
__heap1_end = .;
} > SDRAM