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 希望 AT32 的以太网驱动能支持 LAN8720A,之前曾经自己移植过, 但不能通信, 希望官方能支持一下. 谢谢! @sheltonyu ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
…pi to support independent interrupts management ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 在程序需要精准的中断响应时,由于`rt-thread`多处地方调用`rt_hw_interrupt_disable`导致中断延迟的问题 #### 你的解决方案是什么 (what is your solution) - 在`libcpu`中的`rt_hw_interrupt_disable`函数添加`weak`修饰以实现临界区的重写 - 在对应bsp的`board.c`文件中添加如下代码 ``` #ifdef...
### RT-Thread Version 5.2.0 ### Hardware Type/Architectures stm32f1 ### Develop Toolchain Other ### Describe the bug rt-thread\components\drivers\ipc\condvar.c 第50行 if (timeout != RT_WAITING_FOREVER),timeout 为uint32_t类型,而RT_WAITING_FOREVER = -1,两者作判断,MDK报warning: #68-D: integer conversion resulted in...
### RT-Thread Version master ### Hardware Type/Architectures h750 ### Develop Toolchain GCC ### Describe the bug 引入或间接引入会导致log_d等api受到污染 在程序中定义LOG_TAG后引入ulog后再引入fal,或是先引入fal再定义LOG_TAG引入ulog,均会导致log_d等小写api使用FAL的log    ### Other additional context _No response_
### RT-Thread Version smart ### Hardware Type/Architectures aarch64 ### Develop Toolchain Other ### Describe the bug rt_cpu_mpidr_early已经废弃,目前使用rt_cpu_mpidr_table替代,需要正确设置该变量 ### Other additional context _No response_
### Describe problem solved by the proposed feature - [问题1] 建议一个 PR 不要包含太多主题的修改,如果多个修改互相依赖需要作为一个 PR 整体合入的,建议将一个 PR 分解为多个 commit,按照依赖关系先后 commit。这个问题需要 author 和 reviewer 合作把关。参考 中的 “第三个问题” - [问题 2],对于不需要像 [问题 1]...
### RT-Thread Version 5.1.0 ### Hardware Type/Architectures pico ### Develop Toolchain GCC ### Describe the bug ## How to Reproduce: 直接构建即可复现 ```shell cd bsp/raspberry-pico pkgs --update scons -c scons ```...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 1. [stm32][sdmmc]Optimize execution efficiency and find the right clock division 2. [drivers][sdio]Resolves cid,csd,scr, add CSD Version 3.0 support 3....
### RT-Thread Version all ### Hardware Type/Architectures all ### Develop Toolchain Other ### Describe the bug 此处打开设备代码需要考虑设备只读情况,驱动开发者有权利在 open 阶段拒绝访问: https://github.com/RT-Thread/rt-thread/blob/f4cb323919941c4d78fd2429f40789745ddc8e8c/components/dfs/dfs_v1/src/dfs_fs.c#L323-L337 ### Other additional context _No response_
### RT-Thread Version 5.10.0 ### Hardware Type/Architectures stm32f429-fire-challenger ### Develop Toolchain MDK Keil ### Describe the bug The example of stm32f429-fire-challenger can not be compiled in 5.10.0, and , I...