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) #9482 #### 你的解决方案是什么 (what is your solution) 添加kcong将他配置为64位,默认还是32位 #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...
### Describe problem solved by the proposed feature Currently rt_tick_t only 32bit, it's a little small ### Describe your preferred solution add a Kconfig to configure it with 32bit or...
### RT-Thread Version master commit accd616 ### Hardware Type/Architectures riscv64 fpga ### Develop Toolchain GCC ### Describe the bug When running the RT-Thread Smart version and using an SPI TF...
Use pre-build files to reduce compilation time ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 修改cvitek 打包方式为预编译文件 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) **在使用多个网络设备时,`dns servers`会被`DHCP`应答处理设置到所有网络设备** - 在使用`WiFi + ETH + PPP`三个网络设备的情况下,`WiFi`和`ETH`往往使用的是网关作为DNS服务器 - 在`WiFi`和`ETH`发起`DHCP`请求时,`PPP设备(GSM模组)`的DNS服务器也会被设置到`WiFi`和`ETH`的`网关IP` - 如果`默认的网络`是`PPP网络设备`,那么发起的`DNS`请求会到`WiFi/ETH`的`网关IP`去,导致`gethostbyname`超时 **以下是修改前的DNS IP** ``` msh />dns network interface...
### RT-Thread Version 5.2.0 commit 2f559906d6202c27142237ab4b1d893034a5b7c3 ### Hardware Type/Architectures VEXPRESS_A9 ### Develop Toolchain GCC ### Describe the bug ### Describe the bug The rt_hw_timer_isr interrupt handler did not correctly enter...
### RT-Thread Version 5.2.0 commit 2f559906d6202c27142237ab4b1d893034a5b7c3 ### Hardware Type/Architectures VEXPRESS_A9 ### Develop Toolchain GCC ### Describe the bug Hi, i encountered an error in rt_thread_mdelay function. ### Describe the bug...
…辑修复、稳定性细节优化、添加更多serial_v2测试用例 当前只在STM32平台测试过,别的平台只是将`rt_ringbuffer_putchar`替换为`rt_ringbuffer_putchar_force`理论上不会出问题,可以再检查一下 ## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 优化serial_v2驱动 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: STM32F407-lckfb-skystar进行utest、echo等测试...
### Describe problem solved by the proposed feature https://github.com/RT-Thread/rt-thread/tree/master/components/drivers/include/drivers 目前driver相关的doxygen中缺少一些注释,希望能添加doxygen注释和对应的example,方便后续开发和维护 ### Describe your preferred solution 参考doxygen链接 https://supperthomas.github.io/RTT_doxygen_API/ ### Describe possible alternatives _No response_
### Describe problem solved by the proposed feature 瑞芯微RK3588J/RK3588的BSP支持 请问有计划支持瑞芯微的RK3588J/RK3588吗?非常感谢! ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_