Pillar
Pillar
Make it easier and safer for users to suspend the current thread. ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 用户在不是很了解的情况下挂起自身线程,可能不会调用`rt_schedule`。 更新 src/thread.c 中的`rt_thread_suspend`函数,使挂起当前线程更方便、更安全。 #### 你的解决方案是什么 (what...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 在创建消息队列的内部函数中 `msg_size` 或 `max_msgs` 参数类型为 `rt_size_t` ,这和 `rt_messagequeue` 结构体中的相关成员的类型 `rt_uint16_t` 不同,存在截断而导致未知错误的可能。 #### 你的解决方案是什么 (what is your solution) 对创建消息队列函数进行参数检查 ####...
## 拉取/合并请求描述:(PR description) 适配S32K344的基础工程,对LPUART采用寄存器控制,实现FINSH的移植,同时每两秒打印hello验证调度和延时的正确 ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended to get feedback...