RT-Thread/rt-thread

[Feature] thread stack 相关提案

开放

#9,351 创建于 2024年8月26日

 (2 条评论) (0 个反应) (0 位负责人)C (4,755 个派生)batch import
RT-Smartgood first issue

仓库指标

星标
 (9,223 个星标)
PR 合并指标
 (平均合并 7天 22小时) (30 天内合并 50 个 PR)

描述

Describe problem solved by the proposed feature

需求

  • thread stack 支持架构定义阈值,避免中断上下文直接导致栈溢出.
  • thread stack 动态分配方式支持配置。可以(在 smart 上)通过 page 管理器(或其他专用池?)分配。因为 memheap 使用一段时间后产生碎片化,可能分配不出 KB 级别数据.

Describe your preferred solution

No response

Describe possible alternatives

No response

贡献者指南