rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: - action:...
### Describe problem solved by the proposed feature 最近在大量更新 DM , 但我却找不到关于 DM 的文档. 可否出一份 DM 的文档? ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
#### 为什么提交这份PR (why to submit this PR) Relates to [#10895](https://github.com/RT-Thread/rt-thread/issues/10895) 一共完成三个注释九分文件如下: Memory Pool Test: src/utest/mempool_tc.c semaphore Test: src/utest/semaphore_tc.c Performance Test: src/utest/perf/context_switch_tc.c src/utest/perf/irq_latency_tc.c src/utest/perf/perf_tc.c src/utest/perf/thread_event_tc.c src/utest/perf/thread_mbox_tc.c src/utest/perf/thread_mq_tc.c src/utest/perf/thread_sem_tc.c ] ### 当前拉取/合并请求的状态...
## 拉取/合并请求描述:(PR description) Add the rt_atoi function. ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended...
### Describe problem solved by the proposed feature atoi函数用的还是蛮多的 希望增加一个 ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #10978 #### 你的解决方案是什么 (what is your solution) 重构shell,拆分大函数。使用链表管理历史命令。增加ctrl+z/y功能,可使用宏(FINSH_USING_SNAPSHOT)开启和关闭 #### 请提供验证的bsp和config (provide the config and bsp) - BSP:bsp\stm32\stm32h743-atk-apollo - .config:...
## RT-Thread Time Subsystem Refactoring - All ktime References Fixed ### Changes in this commit: **Files Updated:** 1. **components/drivers/rtc/dev_soft_rtc.c** - `#include ` → `#include ` - `RT_USING_KTIME` → `RT_USING_CLOCK_TIME` -...
## 拉取/合并请求描述:(PR description) #### 为什么提交这份PR (why to submit this PR) Current VirtIO driver only supports legacy v0.95 (version field 0x1). Modern QEMU defaults to VirtIO 1.0+ (version field 0x2) which...
### RT-Thread Version master(v5.2?) ### Hardware Type/Architectures MCXA346 HW-Timer ### Develop Toolchain MDK Keil ### Describe the bug 1. env cfg timer0 2. rt device find tiemr0 3. rt device...
### Describe problem solved by the proposed feature 现在virtio设备的驱动都是legacy版本,貌似很久没更新过了 ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_