Revamp task creation so that there isn't a predefined maximum number of tasks
Open
- Dominant language
- C
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Possible Options
- Users can declare the required variables (thread struct) and pass in a pointer to that struct
- Dynamically allocate memory for the thread struct
- Both of the above options, similar to FreeRTOS. They'd both store pointers to the thread structs in an array anyways
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.