rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
## 拉取/合并请求描述:(PR description) [ Add some bsp driver for HC32F4A8. ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is for a...
### RT-Thread Version 5.2.0 ### Hardware Type/Architectures GD32450Z-EVAL ### Develop Toolchain GCC ### Describe the bug Build & start debug sample located @ bsp\gd32\arm\gd32450z-eval Appl crashed (hard_fault) on ``` rt_system_heap_init((void...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 硬件软件i2c同时开启会出现rt_hw_i2c_init重复定义问题 #### 你的解决方案是什么 (what is your solution) 修改软件i2c初始化函数命名 #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...
### RT-Thread Version 5.1.0 ### Hardware Type/Architectures STM32F407VET6 ### Develop Toolchain RT-Thread Studio ### Describe the bug 在CAN总线上设备掉电时发送CAN报文,STM32F407会产生SCE中断(错误码并非RT_CAN_BUS_ACK_ERR),drv_can中没有调用rt_hw_can_isr来执行 ``` C rt_completion_done(&(tx_fifo->buffer[no].completion)); ``` 这会导致 _can_int_tx 中 ``` C rt_completion_wait(&(tx_tosnd->completion), RT_WAITING_FOREVER) ```...
***NOTE:这是一个用于长期 Tracking Feature 的 issue,所以在相关工作完成之前,请不要关闭。*** ### Describe problem solved by the proposed feature 需求来源: - 见 #9871 中的 ”问题 1“ 这个 issue 用于搜集 RTT 代码仓库中和 doxygen 文档维护改进相关的 issue,相关工作可以分为下面几大部分: - (1)基础框架和支持工作...
### RT-Thread Version master(commit 45eea78) ### Hardware Type/Architectures bsp/cvitek ### Develop Toolchain GCC ### Describe the bug 参考 CASE 2 @ 构建 AARCH64 大核时会报如下告警: ```shell CC build/kernel/components/lwp/arch/aarch64/common/vdso_data.o In file included...
## 拉取/合并请求描述:(PR description) [ 1. ISA manager interface. 2. Merge 32E/32I/64I. 3. Cache by CBOM ISA. 4. MMU support Sv32/Sv39/Sv48/Sv57/Sv64, SVPBMT ISA. 5. Merge M-mode, S-mode CSR ops. 6. Support...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: k230 qemu - .config:...
### RT-Thread Version v5.1.0 ### Hardware Type/Architectures Not apply ### Develop Toolchain Other ### Describe the bug ### Summary I have identified a vulnerability in the sys_select system call in...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 定时自动发布release版本 #### 你的解决方案是什么 (what is your solution) 根据上一个版本的标签(tag)生成新的版本号,同时获取上一个版本的时间点,以此为起点提取至今的所有Pull Request(PR),并将这些PR作为新版本的描述信息。 #### 请提供验证的bsp和config (provide the config and bsp)  - BSP:...