-
-
tmk GH60 doesn't support RevB or later atm, I'll fix code when I receive final revision of PCB in hand.
1) RevB has changed pin usage of col9(8,I,K,M. col8 in tmk) PB0 to PB7.
http://geekhack.org/ind…
-
https://github.com/abcminiuser/lufa/blob/master/Projects/USBtoSerial/Descriptors.c#L46
vs
https://github.com/abcminiuser/lufa/blob/master/Bootloaders/CDC/Descriptors.c
Currently searching what has to…
-
The command for programming EEPROM memory with dfu-programmer has changed in newer versions.
The one I have 0.6.2, uses 'flash-eeprom' instead of 'eeprom-flash'.
This still works in the latest vers…
-
https://github.com/abcminiuser/lufa/blob/master/Bootloaders/DFU/Descriptors.h#L121
https://github.com/abcminiuser/lufa/blob/master/Bootloaders/CDC/Descriptors.h#L87
Might also be in different bootloa…
-
Can it be used with V-USB for chips without hardware USB?
bam80 updated
9 years ago
-
After plugging Leonardo to USB port, /dev/ttyACM0 is created normally by bootloader:
```
$ ls /dev/ttyACM*
/dev/ttyACM0
$ lsusb | grep Ard
Bus 003 Device 113: ID 2341:0036 Arduino SA
```
After boot…
-
Thanks to your project, I was really excited to try giving a new life to an old Uno-328 with a mega8u2.
I looks however that I cannot fit the code on the tiny 8u2 (I am using dev_2_4 rolled back to #3…
-
```
Support Avrdude compatible programming on USB platforms, eg. AT90USB series,
ATmega*U2, *U4.
Possible boards: Atmel AT90USBKEY, Teensy series.
```
Original issue reported on code.google.com by …
-
usb/usb_standard.c usb_standard_set_configuration()
~~1) in this function , when their are multiple configuration, the loop inside the if will clear all callback (including ep0 callback) leading _doo…