windowsair

Results 260 comments of windowsair

Oh, I'm not sure why the CI failed. It seems unrelated to the new code.

Looks like CI passed! I changed the code so that the default behavior should not change :)

`c251:f00a` is PID:VID. Just connect to it.

As far as I know, the kernel driver for usbip relies on windows10 :)

> This happens to me on Arch Linux. The fix however was to turn off USE_WINUSB in dap_configuration.h. It could be the culprit here. The symptoms I had was that...

> 用的8266自己画的电路板。 1.GPIO15的LED电路有问题,因为LED本身有结电容,按说明里的电路上电GPIO15是高电平,进SD启动了,改成LED并5.1k电阻上电能正常启动。 没有明白是什么问题,电位反向了? > 2.Uart一直没成功,配置里最后面加了CONFIG_USE_WEBSOCKET_DAP,重新编译的,TCP连接连不上。 `CONFIG_USE_WEBSOCKET_DAP` 选项和 UART 透传没有关系。 > 3.VScode中用EIDE扩展,能支持Shell命令,如何使用本项目呢? 结合 OpenOCD 和 pyOCD 使用。

> 1.esp8266上电和复位时都会给GPIO15弱正拉,LED会微微亮,但是LED有结电容,此时GPIO15就是高电平,结果boot会进SD,串口打印boot mode:(7,7),用模块GPIO15是悬空的,不接LED看不出来,我自己画的板接了LED,结果烧录模式都进不去。。。 这个确实是我没有考虑到,再接一个下拉电阻应该就可以了 > 3.OpenOCD 和 pyOCD必须得用usbip-win是吧?不能用elaphureLink了? 目前需要 usbip 。下一个大版本准备直接支持 openocd

Run as admin and retry install.

What is the installation path for KEIL? Does it have spaces or other characters?

Hi, @MihailDenisov > Is it planned to implement the LED indication function of the DAP status in the future? The LED_CONNECTED and LED_RUNNING output function would be useful for visual...