wireless-esp8266-dap icon indicating copy to clipboard operation
wireless-esp8266-dap copied to clipboard

CMSIS-DAP compatible wireless debugger for various ESP chips such as ESP8266, ESP32. Optional 40MHz SPI acceleration, etc....

Results 28 wireless-esp8266-dap issues
Sort by recently updated
recently updated
newest added

实际在更改WiFi接入点时需要将接入点加入wifi_list而不是更改WIFI_SSID和WIFI_PASS字段

esp-idf/main/libmain.a(main.c.obj):(.literal.mdns_setup+0x8): undefined reference to `mdns_init' esp-idf/main/libmain.a(main.c.obj):(.literal.mdns_setup+0xc): undefined reference to `mdns_hostname_set' esp-idf/main/libmain.a(main.c.obj):(.literal.mdns_setup+0x10): undefined reference to `mdns_instance_name_set' esp-idf/main/libmain.a(main.c.obj): In function `mdns_setup': /home/aloha/wireless-esp8266-dap/build/../main/main.c:51: undefined reference to `mdns_init' /home/aloha/wireless-esp8266-dap/build/../main/main.c:58: undefined reference to `mdns_hostname_set' /home/aloha/wireless-esp8266-dap/build/../main/main.c:66:...

Which version of usbip are you using? 我在使用usbip-win-0.3.5连接时,发现并没有usbip.exe attach_ude 这条命令并且报错

keil 倒是可以 这个可以调试 stm arduino 吧 platformio 怎么配置啊 debug_tool = cmsis-dap upload_protocol = cmsis-dap upload_speed=1000

硬件是nodemcu,开机打印信息: ![image](https://user-images.githubusercontent.com/31109168/160312415-edb3f412-2521-4d32-bbcc-ebb2bd05c4f0.png) 下载设置: ![image](https://user-images.githubusercontent.com/31109168/160312441-3a81897c-8059-4328-9eb5-1ecfca64b5a1.png)

OpenOCD版本:Open On-Chip Debugger 0.11.0+dev-00571-g254883597-dirty (2022-02-15-15:05),自己拉仓库下来编译的。ST Link等支持完美。 OpenOCD连接语句:`openocd.exe -f cmsis-dap.cfg`,cmsis-dap.cfg内容为`adapter driver cmsis-dap`。 连接的过程中就出错了,OpenOCD返回信息: ```bash Open On-Chip Debugger 0.11.0+dev-00571-g254883597-dirty (2022-02-15-15:05) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info :...

bug

您好,我刚在Issue中发现了关于支持SWO串口的问题。请问是否有计划通过使用ESP8266的烧录串口(即UART0),并在PC端枚举一个虚拟串口设备来实现无线串口的调试呢?另外,我于2020/12/30日通过源码编译的固件在使用过程中会出现掉线情况(约运行10min后),在重新上电后又恢复正常,请问这种现象在新的固件中有解决吗?期待您的回复,谢谢。 Hello, I just found out about the SWO serial port support in Issue. Is it possible to implement a wireless debug serial port by using the burn-in serial port...

可以做一个虚拟U盘拖放烧录的功能么daplink有代码可以参考https://github.com/ARMmbed/DAPLink/blob/main/source/usb/msc/usbd_msc.c

enhancement

Is it **stable** when I use **download** and **debug** function? I heard that usbip has been too long without maintenance. 这个东西**下载**和**调试**时候**稳定**么?我听说usbip很久没人维护了。

good first issue

sys: x86_64 os: Linux, Ubuntu 20.04 sdk: Project version: e.g. v3.4-dev-347-g1be2289f for v0.1.3.1 (change from `make` to `idf.py` command since version [v0.1.3](https://github.com/windowsair/wireless-esp8266-dap/releases/tag/v0.1.3)) wireless-esp8266-dap tags: (comparable resulting compile error) v0.1.0-v0.2.0 ```...

duplicate