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

### RT-Thread Version 5.3.0 ### Hardware Type/Architectures bsp/stm32/stm32l475-atk-pandora ### Develop Toolchain GCC ### Describe the bug ## 环境 系统:Fedora 43 KDE 工具链:arm-none-eabi-gcc (Fedora 15.2.0-1.fc43) 15.2.0 && scons 使用python虚拟环境运行构建,python版本3.14.0 ## 编译前修改...

## 拉取/合并请求描述:(PR description) [ add 'console' command to config console, support 'set' option to change console device only. ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): -...

BSP
component: finsh
Component

## 拉取/合并请求描述:(PR description) [ Hardware spinlock modules provide hardware assistance for synchronization and mutual exclusion between heterogeneous processors and those not operating under a single, shared operating system. ] ###...

Component
component: drivers

## 拉取/合并请求描述:(PR description) [ The old CLK is can't link all hardware clock cell in system that the API of layout such as 'set_parent' can't work as expected. Some hareware...

Component
component: drivers/clk
component: drivers/core
component: drivers

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

Kernel

## 拉取/合并请求描述:(PR description) Relates to [#10985](https://github.com/RT-Thread/rt-thread/issues/10895) [ #### 为什么提交这份PR (why to submit this PR) Add standardized documentation for SMP Call Smoke Test #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config...

Component
component: drivers

### Describe problem solved by the proposed feature 当前问题:RT-Thread主线代码库中的大部分测试用例缺乏规范的功能性描述文档。这导致: * 理解成本高:新贡献者或开发者难以快速理解测试用例的测试目标、覆盖范围和预期行为 * 维护困难:在修改代码或重构时,无法准确判断测试用例的原始设计意图 * 协作效率低:评审人员需要深入分析测试代码实现才能理解其测试目的 * 传递断层:原始作者的测试设计思路无法通过文档有效传递 ### Describe your preferred solution 在每一个测试用例文件的头部添加标准化的功能注释块,包含以下信息(大致参考): ```c /** * Test Case Name: [Brief...

good first issue

#10870 Some comments have been initially added as a bignner task. components/libc/cplusplus/os/cxx_Semaphore.cpp components/libc/cplusplus/os/cxx_Thread.cpp components/libc/cplusplus/utest/tc_atomic.cpp components/libc/cplusplus/utest/tc_smartptr.cpp components/libc/cplusplus/utest/tc_thread.cpp Signed-off-by:Liu Chengtao ## 拉取/合并请求描述:(PR description) [ Provide comments for some files in the components/libc/cplusplus/os...

Component

## 拉取/合并请求描述:(PR description) [ 1. Fixup fdt address reg and cells parse. 2. Clean codes. 3. Support only option name way for earlycon. 4. Find the console device when using...

component: drivers/ofw
Component
component: drivers

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 修复如下issue的问题: https://github.com/RT-Thread/rt-thread/issues/6768 #### 你的解决方案是什么 (what is your solution) 添加哨兵标记线程状态,用于检测线程的状态码是否被IPC/信号的唤醒机制修改 #### 请提供验证的bsp和config (provide the config and bsp) - BSP: QEMU-A9...

Kernel