rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
### RT-Thread Version 5.1.0 ### Hardware Type/Architectures HC32 ### Develop Toolchain RT-Thread Studio ### Describe the bug 在SConscript中作如下定义 ``` group = DefineGroup('rtk-unmanaged-switch', src, depend = ['PKG_USING_RTK_UNMANAGED_SWITCH'], CPPPATH = path, LOCAL_CCFLAGS...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 我在调试CH32V208时,发现原先的CH32_drivers没有配置对ch32v208的匹配。经我修改drv_can.c,完成了对can的驱动匹配。 #### 你的解决方案是什么 (what is your solution) 增加宏编译条件,增加匹配CH32V208的can_baud_rate_tab定义,同时因为ch32v208有CAN1 在CAN的相关操作上增加了CH32V307的编译条件,有效的过滤掉CH32V208的CAN2的相关定义,避免编译时报错。 #### 在什么测试环境下测试通过 (what is the test environment) 在scons下对CH32V208、CH32V307均编译通过,在相关开发板上也测试通过。 ] ###...
### RT-Thread Version master, v5.1.0, v5.0.2 ### Hardware Type/Architectures Sipeed Lichee RV board ### Develop Toolchain riscv64-linux-musleabi_for_x86_64-pc-linux-gnu ### Describe the bug I like this project but can't build for Allwinner...
``` board/board.c: In function 'rt_hw_board_init': board/board.c:26:5: warning: implicit declaration of function 'rt_hw_tick_init'; did you mean 'rt_hw_stack_init'? [-Wimplicit-function-declaration] 26 | rt_hw_tick_init(); | ^~~~~~~~~~~~~~~ | rt_hw_stack_init board/board.c:29:5: warning: implicit declaration of function...
### RT-Thread Version v5.1.0 ### Hardware Type/Architectures stm32l431-BearPi ### Develop Toolchain Other ### Describe the bug 原因是:函数rt_timer_check()中有断言中断嵌套变量“RT_ASSERT(rt_interrupt_get_nest() > 0)”,然而函数_pm_change_sleep_mode()并不在中断中调用 ### Other additional context _No response_
[ When the driver request a API gets RT_NULL which return value is ptr, they could not know **why** get a RT_NULL. some API return RT_NULL, is not error internal...
### Describe problem solved by the proposed feature Some guys have mentioned that there may be some issues with milk-v duo bsp. After checking the ci, we found that milk-v...
[ 1. Fixup `fdt_reserved_memory_reg` loop time. 2. Fixup `rt_fdt_translate_address` cells value reader. ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is...
这是一个需求: 目前针对 duo 系列产品的管脚复用的 Kconfig 机制还不完善,希望能够优先支持。 - https://github.com/flyingcys/rt-thread/issues/14 - https://github.com/flyingcys/rt-thread/issues/17 - https://github.com/flyingcys/rt-thread/issues/18 - https://github.com/flyingcys/rt-thread/issues/19 - https://github.com/flyingcys/rt-thread/issues/27
### RT-Thread Version master ### Hardware Type/Architectures bsp/cvitek ### Develop Toolchain GCC ### Describe the bug Reading the code `bsp/cvitek/drivers/drv_adc.c`, currently only adc1 is supported, but in fact the chip...