rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
RTThread不支持 STM32CUBEMX 生成的Advanced工程,只支持Basic工程。 版本:STM32CUBEMX 6.10.0  使用Advanced工程好像会导致程序跑飞。
function _can_int_rx in components/drivers/can/can.c /* read from software FIFO */ while (msgs) { ... rt_memcpy(data, &listmsg->data, sizeof(struct rt_can_msg)); ... data ++; msgs -= sizeof(struct rt_can_msg); } didn't validate the data...
## 拉取/合并请求描述:(PR description) [ 在使用studio与bsp时,发现并没有配置除uart9以外的回调函数,在hal_data.h中添加了对其他uart回调函数的声明,请勿合并,正在验证中 ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended to...
还是建议不要在ASSERT内写太复杂的计算,而更多是判断。所以,最好也用不ASSERT的方式编译过代码,运行过代码。 未来也可以加入,RT_ASSERT_RET(condition, ret)的方式来处理condition不满足时应该返回,跳出函数的处理。 _Originally posted by @BernardXiong in https://github.com/RT-Thread/rt-thread/pull/8537#discussion_r1500146224_
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: - action:...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config: - action:...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 1. [components][SPI][spi-bit-ops]修复可能的异常操作] 2. [components][drivers][spi]重命名spi.h为spi_core.h 3. [STM32][SPI]根据频率计算收发超时时间 4. [STM32][SPI]移除内部编写的延时函数使用统一延时接口 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) enable KERNEL_REMAP for cvitek platform #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) -...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 目前通过pip安装env工具链的时候会自动安装kconfiglib,因此tools/kconfiglib可以删除了 #### 你的解决方案是什么 (what is your solution) 删除tools/kconfiglib文件夹,同步修改tools/building.py中,将tools/kconfiglib从sys.path移除 #### 请提供验证的bsp和config (provide the config and bsp) - BSP: - .config:...
## 拉取/合并请求描述:(PR description) [ bsp中建立的一对一映射暂时保留,未使用ioremap的驱动任然可用 #### 为什么提交这份PR (why to submit this PR) 原驱动中只支持了arm平台的ioremap,为后续milkv运行smart做准备 #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) milkv ] ### 当前拉取/合并请求的状态...