Closed slpbaby closed 10 years ago
Should we follow the consistent naming for such regions named after mem
?
@georgekang, how do you think?
I think it is more reasonable and convenient for this naming, memx_start is a reference for start address of memory region x, and we do not need to hard code for this address,
For example, in stm32f1, start address for mem0 is kernel_ahb_end, however, it is user_bss_end for stm32f4,
Besides, mem1 shoule also follow this rule.
So I will add mem1_start in memory.c and ld files. Any else?
Per @georgekang's suggestions, this request should be reworked.
Done as @georgekang. Thanks and welcome for suggestion.
Add mem0_start variable, so mempool declaration can use it as MEM0 start address.