arduino / arduino/ArduinoCore-API
Official freeRam() command
未关闭
enhancement
- 主要语言
- C++
- 星标
- 306
- 派生
- 150
- PR 合并指标
- 30 天内没有已合并 PR
描述
All mcu project may pay attention on Ram use, and have an official command for print freeRam at runtime it is very important.
For avr there is a well know freeram function, but it do not work on other architecture, like Zero, Due, etc.
So i think that an official freeRam() function is actually very needed inside the Arduino core, and this also would push third-party core authors to work on their implementation of freeRam().
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 未指定文件、测试或 API 入口点。首先比较现有的 AVR freeRam 方法与此处所述的 Zero 和 Due 架构问题;当形成一个面向整个 core 的、达成共识的 freeRam() API,并且受影响的各架构都有受支持的实现时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- embedded-iot
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 32/100