2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)C4,755 forks (4,755 forks)batch import
RT-Smartgood first issue
Repository metrics
- Stars
- 9,223 stars (9,223 stars)
- PR merge metrics
- Avg merge 7d 22h (Avg merge 7d 22h)50 merged PRs in 30d (50 merged PRs in 30d)
Description
Describe problem solved by the proposed feature
需求
Describe your preferred solution
No response
Describe possible alternatives
No response
Contributor guide
- Research direction
- Investigate RT Thread's thread stack allocation and memory management. Study the current thread stack implementation, including how stack sizes are defined and how memory is allocated (e.g., memheap, page manager). Identify potential improvements such as architecture specific stack thresholds and dynamic allocation using a dedicated pool to avoid memheap fragmentation. Propose a design that ensures stack safety and efficient memory usage.
- Tech stack
- c
- Domain
- embedded iotoperating systems
- Issue type
- Feature
- Prerequisites
- CRTOS conceptsMemory management