Yohozzy

Results 4 issues of Yohozzy

can组件驱动中_can_int_tx 调用底层发送msg时 如果有暂时无法恢复的总线错误会卡死 rt_inline int _can_int_tx(struct rt_can_device *can, const struct rt_can_msg *data, int msgs) { int size; struct rt_can_tx_fifo *tx_fifo; RT_ASSERT(can != RT_NULL); size = msgs; tx_fifo = (struct rt_can_tx_fifo...

data/base -> factorio/data/base data/base -> factorio/data/base 我以为只有一个 应该还有一个core

## 拉取/合并请求描述:(PR description) Mdio总线需要锁 挂上两个从机之后会抢总线 [ #### 为什么提交这份PR (why to submit this PR) #### 你的解决方案是什么 (what is your solution) #### 在什么测试环境下测试通过 (what is the test environment) ] ### 当前拉取/合并请求的状态 Intent...

[https://github.com/RT-Thread/rt-thread/blob/5ff358fec6585f683b214f49e7d4707952cbdbfa/bsp/imxrt/libraries/drivers/drv_usbh.c](url) 437行处 `static uint8_t _ehci1_pipe_buf[64]; static uint8_t _ehci1_pipe_idx; ` ![image](https://user-images.githubusercontent.com/30695577/205014476-f4abe3e2-34c6-48ee-8222-b88c26eef2a2.png) 这是我的另一个4G上网设备 USB的描述符 使用bsp驱动获取描述符时 只能获取到前64byte 后面都是对前64byte的复制 09 02 90 00 05 01 00 e0 c8 08 0b 00 02 e0 01...