HoGC
HoGC
1. 配置文件由用户目录修改到软件目录下 2. 修复终端光标位置不正确问题 3. 优化选取和clear
说真的这个工具真的无敌,但是对于嵌入式开发的,就是少了串口复位,希望作者可以开发下。
建议把工具链设置为子仓库,节省clone的时间,让开发者自主选择对应的工具链,而不用全部clone下来
I can't flash with ubuntu20.04, but idf.py flash is working normally. ``` : espflash /dev/ttyS7 target/riscv32imc-esp-espidf/debug/esp-rust Error: espflash::serial_not_found × The serial port '/dev/ttyS7' could not be found help: Make sure...
Once RTS or DTR is set, the baudrate will be set to the default value, resulting in the inability to modify the baudrate.
使用[ComTool](https://github.com/sipeed/MetaSense-ComTool)无法控制rts,但是可以控制dtr 使用CH340则是正常的 不只是ComTool,我也还在其他串口工具也发现这个问题 希望修复这个兼容性问题
使用RV-Debugger-BL702对bl602进行调试,但是在打开OpenOCD时得到了`IR capture error at bit 5, saw 0x01 not 0x...3`的错误 ``` Open On-Chip Debugger 0.10.0+dev (SiFive OpenOCD 0.10.0-2019.08.2) Licensed under GNU GPL v2 For bug reports: https://github.com/sifive/freedom-tools/issues adapter speed: 2000...
我将uart1的tx和rx接到一起,理论我在usb串口发送什么,usb串口就能接收到什么,实际一次性发送超过32位的数据,只能接收前32位数据 send: `223456789123456789123456789123456789123456789123456789123456789123456` recv: `22345678912345678912345678912345`