You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The change adds support for allocating task stacks from separate heap. When configSTACK_ALLOCATION_FROM_SEPARATE_HEAP is defined as 1 in FreeRTOSConfig.h, task stacks are allocated and freed using pvPortMallocStack and vPortFreeStack functions. This allows the application writer to provide a separate allocator for task stacks. When configSTACK_ALLOCATION_FROM_SEPARATE_HEAP is defined as 0, task stacks are allocated and freed using FreeRTOS heap functions pvPortMalloc and vPortFree. For backward compatibility, configSTACK_ALLOCATION_FROM_SEPARATE_HEAP defaults to 0. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> |
4 years ago | |
---|---|---|
.. | ||
ISSUE_TEMPLATE | 4 years ago | |
actions | 4 years ago | |
scripts | 4 years ago | |
workflows | 4 years ago | |
CODEOWNERS | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
SECURITY.md | 4 years ago | |
lexicon.txt | 4 years ago | |
pull_request_template.md | 5 years ago |