-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RT-Thread 长线推进计划 #7020
Labels
good first issue
Good for newcomers 新手任务
Comments
|
|
|
这样在调度器层面,如果仅针对单核大多数场合只看到单核的代码;针对多核时,才会看到更多多核的代码。 可以考虑把schedule.c拆分成三个:
|
完成: #7709 |
|
|
可以考虑重点维护一些BSP:
|
9 tasks
Update list for v5.0.1
|
考虑增加DMA驱动框架 |
考虑交给底层驱动自由实现?而不是提供一套统一的DMA抽象。 理由:在实现抽闲的同时,也会损失一部分功能和自由性,这块应该交给底层驱动,例如SPI驱动,内部整合DMA方式,提供宏开关选择是否开启DMA。 |
这部分可以尝试先添加一些测试用例,看看这部分的tls如何使用,影响包含哪些。 |
|
TLS 特性目前在推进吗?大概是什么情况? |
应该暂时没有。tls特性在smart上遇到了更多,不过目前看起来,似乎都还ok。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: