rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
### Describe problem solved by the proposed feature 目前 hwtimer/ktime/cputime 整体非常乱,应该从整体维度上进行重构,让它有一个更好的架构: - 简单清晰; - 针对MCU场景考虑,针对MPU场景考虑; - 反映到实时场景下的要求; - 如进行更改,应对所有涉及到的bsp进行检查并进行修改,至少保证构建无错,qemu测试通过; 对于这部分的重构,应该先给出整体设计,涉及到的文件评估,完成重构,ci涉及到的每个bsp构建,qemu测试通过。 ### Describe your preferred solution _No response_ ### Describe possible...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 协助完成rtthread中components下的Kconfig的help内容补充 #10941 #### 你的解决方案是什么 (what is your solution) 对部分组件的Kconfig增加了功能介绍,使用场景,启用后变化,要求配置的依赖项以及可能得副作用和注意事项 #### 请提供验证的bsp和config (provide the config and bsp) 未更改BSP部分 - BSP:未更改BSP部分...
[Bug] Recent object name change can cause object shadowing and logic issues 最近的对象名称变更可能导致物体阴影和逻辑问题
### RT-Thread Version 5.2.2 ### Hardware Type/Architectures raspberry-pico ### Develop Toolchain GCC ### Describe the bug ### This is in reference to #10943 --- ## Description The recent merge replaced...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #10941 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: -...
### RT-Thread Version master ### Hardware Type/Architectures stm32 ### Develop Toolchain Other ### Describe the bug - RT_HWCRYPTO_USING_RNG 在STM32的适配驱动中找不到对应.c文件 - 但是进行搜索有些bsp有使用开启 - 是不是缺失掉了这个代码还是是哪几个bsp自己适配的 ### Other additional context _No response_
### Describe problem solved by the proposed feature 支持分析哪些文件占用的flash或者bss比较多 ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 实际项目中,需要使用ymodem传输多文件到板子中,但是原来的代码不支持; #### 你的解决方案是什么 (what is your solution) 修改_rym_recv_begin函数,每一个文件路径单独使用一个独立的局部数组,而不是直接改变cctx->fpath,否则第二个以及后面的文件传输时,会导致文件路径错误,导致无法传输; #### 请提供验证的bsp和config (provide the config and bsp) 我是基于STM32L4R5的板子测试的,主线这边没有测试; - BSP: -...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 为bsp/stm32/stm32f407-micu添加spi flash支持 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...
## 拉取/合并请求描述:(PR description) [ 为什么提交这份PR (why to submit this PR) Add bsp ra6e1-fpb. 请提供验证的bsp和config (provide the config and bsp) bsp/renesas/ra6e1-fpb ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one...
### Describe problem solved by the proposed feature 现在存储历史命令的方式是二位数组,且历史命令满了后,需要逐条拷贝移动,如果增加历史命令数量,这里是比较耗时的 ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_