tfx2001
tfx2001
### Operating System Windows 10 ### Board STM32L475VET6 ### Firmware custom firmware, basically CDC. ### What happened ? During device enumeration, after data stage of `SET_LINE_CODING`, it won't send ACK...
I'm trying to implement unfixed-length data receiving based on IDLE interrupt and DMA, and here is my code. But there are still some problems and I think it's not convenient...
When I click extension button, there is no popup open. - **Version**: `0.3.1` - **Browser**: `Edge 104.0.1293.63`
在新版本的 RT-Thread 中,`stdint.h` 需要单独包含。
**Describe the bug | 问题描述** 如题,系统卡死一段时间后自动重启。 **To Reproduce | 如何重现** 启动平滑滚动,在编辑小组件界面中反复滚动鼠标,需要滚到底。 **Expected behavior | 期望结果** 系统不会卡死。 **Screenshots | 相关截图**  **System Info | 系统信息:** - Mouse: Logitech G102 - OS:...
The first line of some m3u files have **whitespace characters**, so the `String.prototype.startsWith()` method can't recognize it correctly. The string `'#EXTM3U'` should compare with a string which has been removed...
For the ftrace events `i2c_write` and `i2c_reply`, it will record the raw I2C transfer data with `__data_loc __u8[] buf` field and here is the complete event format: ``` name: i2c_write...
# Purpose This PR support I2C transfer data recording from ftrace event `i2c_write` and `i2c_reply`. # Other Resolves #3914.