-
```
I need to make sure I'm following all of the necessary licensing requirements
for LUFA, QextSerialPort, and Qt.
I also need to add the GPL notice and all that to my source code.
```
Original is…
-
```
Added VID and PID for the LUFA virtual serial device, works as CDC so no other
modifications needed.
CLA form has been submitted
```
Original issue reported on code.google.com by `elliot.s...…
-
I was wondering if I could get some clarification as to what HoodLoader2 fully does and to see if it is something that I can use on my current project.
I am currently assisting, (the company I work …
-
```
На основе примера
LUFA/Demos/Device/ClassDriver/VirtualSerialMouse
```
Original issue reported on code.google.com by `brunql` on 2 Mar 2011 at 2:57
-
```
Added VID and PID for the LUFA virtual serial device, works as CDC so no other
modifications needed.
CLA form has been submitted
```
Original issue reported on code.google.com by `elliot.s...…
-
```
Added VID and PID for the LUFA virtual serial device, works as CDC so no other
modifications needed.
CLA form has been submitted
```
Original issue reported on code.google.com by `elliot.s...…
-
```
There is bug in firmware for USB Adapter. Now if I first connect PC, which will
power Atmel chip from Serial port, then PS3, it will not recognize device. It
is because lib LUFA have events for …
-
As single device on an USB Hub uploading verification will fail.
This is a LUFA related bug:
https://github.com/abcminiuser/lufa/issues/44
-
```
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 …
-
Hello everyone!
I started to learn how to turn my Arduino into a native Midi device with the Hiduino project,
I'm using an Arduino Uno Rev 3 with a 16u2 and a 328p microchip, and an AVR ISP mk2 prog…