mcuee

Results 153 issues of mcuee

usb.ids file is here. Maybe it is good to add an option for the users to use the following URL for the latest usb.ids file or maybe a newer version...

enhancement
Utility

It will be great to have a port of dotnet (especially C#) for kList and kBench.

Utility
Binding

Ref: https://github.com/libusb/libusb/issues/622 The issue with libusb0.sys has been fixed in the libusb-win32 snapshot release (unsigned). Maybe libusbk.sys still has the issue. > During our trial to be compatible with HCVI...

Anomaly
driver

It will be good to add MS OS descriptor 2.0 for the Benchmark FW examples, at least for the Cypress FX3.

enhancement
Firmware

Here are some warnings under Linux (gcc 10.3, ARM64). ``` [ 74%] Building CXX object src/tools/CMakeFiles/hidpp10-load-temp-profile.dir/hidpp10-load-temp-profile.cpp.o /home/mcuee/build/libusb/hidpp/src/tools/hidpp10-load-temp-profile.cpp: In function ‘int main(int, char**)’: /home/mcuee/build/libusb/hidpp/src/tools/hidpp10-load-temp-profile.cpp:119:67: warning: narrowing conversion of ‘((profile_format.std::unique_ptr::operator->()->HIDPP::AbstractProfileFormat::size() + 1)...

It would be nice to have macOS support. macOS has native HID API which should do the work.

From here by me. * https://github.com/libusb/libusb/pull/1322#issuecomment-1852099759 * https://github.com/libusb/libusb/issues/1372#issuecomment-1863771546 Just wondering if we can downgrade the warning messages related to `no DeviceInterfaceGUID registered` to info. ``` MINGW64 /c/work/libusb/libusb-1.0.27-rc1/mingw64 $ ./examples/xusb.exe 0424:2740...

windows

Ref: https://github.com/avrdudes/avrdude/issues/1043 Ref: https://support.arduino.cc/hc/en-us/articles/4408887452434-Flash-USB-to-serial-firmware-in-DFU-mode There is a FW issue with the ATmega16U2 DFU firmware (or the combined DFU+USB serial FW) here. The issue is that it is not able to...

bug

Reference: * https://github.com/libusb/libusb/issues/988 * https://github.com/libusb/libusb/issues/974 I am not so sure if this is an issue with libusb-compat-0.1 or libusb.

bug

There are quite some warnings now. Example from github action Linux build. ``` Run ./autogen.sh --enable-examples-build && make -j4 ./autogen.sh --enable-examples-build && make -j4 shell: /usr/bin/bash --noprofile --norc -e -o...

build