arduino / arduino/ArduinoCore-API
extension request: preemptive multithreading lib for M0, M3, M4 (like std::thread, ftrias/TeensyThreads, ESP32)
未关闭
- 主要语言
- C++
- 星标
- 306
- 派生
- 150
- PR 合并指标
- 30 天内没有已合并 PR
描述
hi,
coincidentally I found the lib ftrias/TeensyThreads https://github.com/ftrias/TeensyThreads, unfortunately working just for Teensys.
IIUC, it's not trivial to port that preemptive multithreading lib to standard Arduinos... :(
So what would be realy awesome is if there was such a std::thread implementation available for M0, M3, M4 Arduino/Adafruit cores!
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先审查所请求的 std::thread 风格行为和链接的 ftrias/TeensyThreads 库,然后将其假设与适用于 M0、M3 和 M4 的 Arduino/Adafruit core 进行比较。完成的标准应是为这些 core 提供受支持的抢占式多线程实现,但该 issue 没有指出文件或测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- arduino, cpp
- 领域
- embedded-iot
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100