Red Liu
Red Liu
Duing trying the orignal project, there is an error message "ERROR: Icon Image MUST be an SVG!" popping up. Log is attached below. ``` root@ubuntu:/home/ubuntu/oss/GenPinoutSVG# python --version Python 3.6.9 root@ubuntu:/home/ubuntu/oss/GenPinoutSVG#...
Hi Stevenj, Thanks for your great work first, which is pretty usful and helpful. I have been tring to do some interesting work with this tiny but smart tool GenPinoutSVG....
From the newest [DAPLink Spec](https://arm-software.github.io/CMSIS_5/latest/DAP/html/group__DAP__Info.html) the second byte is not the lenght(4) of a 32bit int. Instead , it is a strange arbitrary number 8. So my question is which...
Hi All, I wonder which parts support NVM version 2? I have checked the code and found the NVM version depends on flash pagesize. `nvm_version = (flash_pagesize >= 256) ?...
https://keras.io/zh/ 左上角输入中文搜索失败,英文OK,验证多浏览器均有此问题。
Hi IOsetting. I wonder if PY32Fxx series support True Open Drain when with 3V3 supply like STM8S does. I have read the datasheet and nothing about 5VFT. It seems that...
Hi Cherry, First of all thanks for your hard effort to build this helpful software USB stack. I tried the cherryusb_wch\examples\usb_device\cdc_acm demo on CH32V307 and it worked. But after changing...