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.
FreeRTOS-Kernel/.github
Gaurav-Aggarwal-AWS 2a604f4a28
Support allocating stack from separate heap (#267)
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 Update issue templates 4 years ago
actions Check: improve verbosity of url verifier (#260) 4 years ago
scripts Check: improve verbosity of url verifier (#260) 4 years ago
workflows Update python version to 3.7.10 (#265) 4 years ago
CODEOWNERS Added CODEOWNERS file (#209) 4 years ago
CONTRIBUTING.md Move markdown files and lexicon into .github directory (#205) 4 years ago
SECURITY.md Move markdown files and lexicon into .github directory (#205) 4 years ago
lexicon.txt Support allocating stack from separate heap (#267) 4 years ago
pull_request_template.md Create pull_request_template.md 5 years ago