Age | Commit message (Collapse) | Author |
|
Sometimes Arduino-based USB devices don't work because some hardware
(like KVM switches) gets confused by the CDC sub-devices.
This change makes it relatively easy to disable CDC at compiletime.
Disabling it of course means that the serial console won't work anymore,
so you need to use the reset button when flashing.
CDC_DISABLED is also used in ArduinoCore-samd for the same purpose.
based on
https://github.com/gdsports/usb-metamorph/tree/master/USBSerPassThruLine
See also https://github.com/NicoHood/HID/issues/225 and
https://github.com/arduino/Arduino/issues/6387 and
https://forum.arduino.cc/index.php?topic=545288.msg3717028#msg3717028
|
|
|
|
|
|
|
|
|
|
|
|
|
|
now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt
|
|
bootloader, 0x0801 for sketch)
|
|
grabbing different COM numbers on Windows
|
|
either an "Arduino Leonardo" or "Arduino Micro" manufactured by "Arduino LLC"
|
|
variants/leonardo or the new variants/micro as appropriate.
|
|
comes from boards.txt - different for Micro and Leonardo"
This reverts commit 3e0d195492247a7e7c2ec72476bf2a0991ea6d48.
|
|
from boards.txt - different for Micro and Leonardo
|
|
Integrated rest of Peter's USB implementation
|