MR things

This commit is contained in:
Jeroen Domburg
2017-03-09 19:59:09 +08:00
parent ab5bbfa74b
commit 17a4a2527d
2 changed files with 9 additions and 8 deletions

View File

@@ -41,9 +41,10 @@ void heap_alloc_caps_init();
/**
* @brief Enable the memory region where the startup stacks are located for allocation
*
* On startup, the pro/app CPUs have a certain stack frame, so we cannot do allocations
* in the regions these stack frames are. When FreeRTOS is completely started, they do
* not use that memory anymore and allocation there can be re-enabled.
* On startup, the pro/app CPUs have a certain memory region they use as stack, so we
* cannot do allocations in the regions these stack frames are. When FreeRTOS is
* completely started, they do not use that memory anymore and allocation there can
* be re-enabled.
*/
void heap_alloc_enable_nonos_stack_tag();