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

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 在什么测试环境下测试通过 (what is the test environment) ] ### 当前拉取/合并请求的状态 Intent for your...

## 拉取/合并请求描述:(PR description) [ 为什么提交这份PR (why to submit this PR) 【1】添加ch32v208-r0 bsp 【2】合并libcpu/riscv 下ch系列mcu的port文件 你的解决方案是什么 (what is your solution) 【1】以ch32v307与ch官方历程制作ch32v208-r0 bsp 【2】对比libcpu/riscv 下ch系列的文件与查阅手册 进行合并 在什么测试环境下测试通过 (what is the test environment)...

+1

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) - 修复DMA+TX阻塞模式异常 - 使用例程代码去配,运行错误 > https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/device/uart/uart_v2/uart?id=%e4%b8%b2%e5%8f%a3%e8%ae%be%e5%a4%87%e4%bd%bf%e7%94%a8%e7%a4%ba%e4%be%8b ```shell msh />uart_dma_sample ................................................................................. 固件名称:rt-thread,硬件版本号:1.0,软件版本号:1.0 在线程(tshell)中发生错误异常 发生总线错误,原因:不精确的数据总线错误 ``` - 应该说我运气比较差吧,malloc分配的空间刚好是被用完的..... - 正常来说分配的是空的空间的话,就不会有问题 ####...

SHA-1: fa7c1db76874dfb97bc3673826d716aa29eefa6b 测试BSP: qemu-vexpress-a9 (其实和BSP无关 具有普遍性) 编译器 arm-none-eabi-gcc ~~~c #include #include #include #include int main(void) { if (access("/test/test", F_OK) == 0) { } return 0; } ~~~ ![image](https://user-images.githubusercontent.com/106426122/209461511-4d0cf955-bb2c-4b4d-a02d-2781c6bb28d2.png) 原因分析: rtthread...

## 拉取/合并请求描述:(PR description) https://github.com/RT-Thread/rt-thread/issues/6777 [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 在什么测试环境下测试通过 (what is the test environment) ] ### 当前拉取/合并请求的状态 Intent for...

* 添加16位与14位分辨率配置 * 添加内部参考电压与温度,电池电压通道配置 ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) - 更改配置通道与校准函数顺序 在使能函数中配置通道更为合适 - 添加16位与14位分辨率配置 H7芯片支持16位与14位分辨率 - 添加内部参考电压与温度,电池电压通道配置 在H7芯片中,使用17~19通道去读取上述信息值错误. 需要单独配置通道,才可读取正常 #### 你的解决方案是什么 (what is your...

+1
BSP: STM32

## 拉取/合并请求描述:(PR description) ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended to get feedback -...

## 拉取/合并请求描述:(PR description) 新增n32g4frml-stb bsp,在n32g4frml-stb 开发板上测试通过。 Add n32g4frml-stb bsp. passed the test on the n32g4frml-stb board. ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本...

+1

在使用FAL时,开启 `分区表在 fal_cfg.h 中定义`,目前程序未将分区表信息主动写入flash,那么如果像bootload也需要使用分区表,目前方案只能拷贝app的 `fal_cfg.h` 文件 是否考虑在 开启 `分区表在 fal_cfg.h 中定义` 时,主动将分区表写入flash,之后如果bootload不开启 `分区表在 fal_cfg.h 中定义`, 则可以直接从flash中加载

**现象** ![image](https://user-images.githubusercontent.com/75192526/209070466-162348d2-9951-4d15-abbe-ca0c5b111385.png) **出现问题的地方** ![image](https://user-images.githubusercontent.com/75192526/209070770-11170f8a-dab8-45e1-b6c7-c19de1c804eb.png) **描述:上述临时改变错误码的操作会导致ps的时候显示出这个错误码,影响用户判断线程状态。**