mcuee

Results 153 issues of mcuee

Some devices support the optional feature of using interrupt endpoint to send out report. This is good to have in hidapitester as well. Ref: https://github.com/libusb/hidapi/issues/285#issuecomment-907548251 The C# application supports the...

From https://github.com/libusb/hidapi/issues/229 This new CMD is to test hid_get_input_report. ``` diff --git a/hidapitester.c b/hidapitester.c index b4ae3d9..8dcdbb5 100644 --- a/hidapitester.c +++ b/hidapitester.c @@ -84,6 +84,7 @@ enum { CMD_SEND_OUTPUT, CMD_SEND_FEATURE, CMD_READ_INPUT,...

As of now, libusb build will fail with MSYS2 clang and clang64 toolchain. It is probably also good to add them to CI. * https://github.com/libusb/libusb/pull/1152#issuecomment-1236231482 The following quick fix will...

windows
build

Here are some improvement ideas to xusb example. Add tests for libusb_set_option 1) to disable the info output if so desired by the user 2) to use usbdk backend for...

Examples

Reference: * https://github.com/avrdudes/avrdude/pull/1113#issuecomment-1271647912 Interestingly for my Arduino Nano ATmega4808, it can not write EEPROM in terminal mode. ``` PS C:\work\avr\avrdude_test\avrdude_bin> .\avrdude_pr1113 -qqp atmega4808 -c jtag2updi -P COM13 -b115200 -U eeprom:w:.\hex2\entest_128B.eep:i...

bug

I have got the DFU bootloader to work on a simple breakout board of ATxmega32A4U (from MCUzone). * https://github.com/avrdudes/avrdude/issues/1075 When downloading application, Atmel FLIP 3.47 works fine. However avrdude does...

bug

Frome here: * https://github.com/avrdudes/avrdude/pull/1093#issuecomment-1239135551 It is kind of normal to have SPI command retry for the gemma bootloader for ATtiny85. Still it will be good to reduce or maybe even...

enhancement

From here * https://github.com/avrdudes/avrdude/issues/1060#issuecomment-1227219329 Currently `avr910.c` cannot support ATmega2560/2561 since it does not handle extended address. It should be possible to add this support.

enhancement

Similar #1081 (fixed by #1083), I think the UPDI programmers have the same issue, probably not limited to the following serialupdi and pickit4_updi, but also others. Ref: from the run...

enhancement

Just take note that libusb-1.0.22 release already has the isochronous transfer for libusbk. Future release will add WinUSB isochronous transfer support. Maybe you can update the documentation. Thanks.