dgobalak / dgobalak/PlutOS

Revamp task creation so that there isn't a predefined maximum number of tasks

Open
#8 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.