Zgarbul Andrey

Results 589 comments of Zgarbul Andrey

AsSlice won't be needed soon. https://github.com/rust-lang/rust/pull/74060

``` 22:43 ❯ RUST_LOG=trace probe-rs-cli info DEBUG probe_rs::probe::cmsisdap::tools > Searching for CMSIS-DAP probes using libusb TRACE probe_rs::probe::cmsisdap::tools > Interface 0: WCH CMSIS-DAP TRACE probe_rs::probe::cmsisdap::tools > WCH-Link: CMSIS-DAP device with 3...

This is what should be: https://drive.google.com/file/d/1-RpwEJn8Yn1FqYEQNIyruDGoGqCx5-tJ/view?usp=sharing

``` LIBUSB_DEBUG=1 RUST_LOG=trace probe-rs-cli info DEBUG probe_rs::probe::cmsisdap::tools > Searching for CMSIS-DAP probes using libusb libusb: error [get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/002/002, errno=13 libusb: error [get_usbfs_fd] libusb requires write...

With #1004 it works fine for me on Ubuntu 20.04. This is my rules: ``` 00:29 ❯ cat '/etc/udev/rules.d/99-wchlink.rules' # WCH Link (CMSIS-DAP compatible adapter) ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8011", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"...

I don't see changes. ``` 09:30 ❯ LIBUSB_DEBUG=1 RUST_LOG=trace probe-rs-cli info DEBUG probe_rs::probe::cmsisdap::tools > Searching for CMSIS-DAP probes using libusb libusb: error [get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/002/002, errno=13...