can build and run hello-world app

This commit is contained in:
suda-morris
2019-06-10 12:08:08 +08:00
parent 73b30af2b3
commit 82c27a39f2
3 changed files with 4 additions and 4 deletions

View File

@@ -70,5 +70,7 @@ MEMORY
len = 0x1000 - CONFIG_ULP_COPROC_RESERVE_MEM
}
_static_data_end = _bss_end;
/* Heap ends at top of dram0_0_seg */
_heap_end = 0x40000000 - CONFIG_TRACEMEM_RESERVE_DRAM;