rt-thread icon indicating copy to clipboard operation
rt-thread copied to clipboard

RT-Thread is an open source IoT real-time operating system (RTOS).

Results 626 rt-thread issues
Sort by recently updated
recently updated
newest added

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: - action:...

Kernel

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: - action:...

Kernel
testcase

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 之前的优先级调整只调整current_priority,但mutex获取时会临时改变优先级,解锁后会恢复为init_prio,导致优先级更新失效 #### 你的解决方案是什么 (what is your solution) 分离临时调整优先级以及永久调整优先级api,其中永久调整优先级的api在线程释放所有持有的mutex后才生效 #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...

Kernel

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 当线程等待mutex时另一线程resume了该线程,会触发assertion #### 你的解决方案是什么 (what is your solution) 此时返回EAGAIN,而不是断言 #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...

Kernel

## 拉取/合并请求描述:(PR description) 添加mutex优先级继承测试用例 [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: -...

Kernel
testcase

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 添加testcases\kernel\smp测试用例 #### 你的解决方案是什么 (what is your solution) 1.smp spinlock测试用例 2.smp 绑核亲和力与线程优先级的测试用例 3.smp 线程抢占测试用例 4.smp 将线程分配至空闲核测试用例 5.smp 中断优先级设置测试用例 #### 请提供验证的bsp和config...

testcase

Signed-off-by: flyingcys ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 修改drv_eth 驱动,支持phy自动检测 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP:...

BSP: Cvitek

详解: 中断状态寄存器的BIT0仅表示sdhci处理命令完成,完成结果由其它位指示,当出错时 BIT0也会值1产生中断 ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 这个问题导致emmc无法正常初始化 #### 你的解决方案是什么 (what is your solution) 在命令完成中断到达时才触发等待信号量(错误原因中断比完成中断先到达) #### 请提供验证的bsp和config (provide the config and bsp) 修改后SD卡识别正常:...

BSP: Cvitek

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 添加一建安装 安装install.sh #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...

action
tools

## 拉取/合并请求描述:(PR description) [ [bsp][stm32][libraries]新增STM32H5部分BSP适配 #### 为什么提交这份PR (why to submit this PR) 为STM32H5增加部分bsp #### 你的解决方案是什么 (what is your solution) 新增dma config和修改串口驱动V2版本以适配 #### 请提供验证的bsp和config (provide the config and bsp) - BSP:bsp\stm32\stm32h503-st-nucleo...

BSP: STM32
BSP