index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
USBCore.cpp
Age
Commit message (
Expand
)
Author
2015-07-16
remove 3 endpoints to match at32u4 limit
Martino Facchin
2015-07-16
add numInterfaces field to PUSBCallbacks
Martino Facchin
2015-07-16
make CDC function non removable
Martino Facchin
2015-07-16
remove useless variable
Martino Facchin
2015-07-16
add PluggableUSB module
Martino Facchin
2015-07-16
move _initEndpoints from PROGMEM to RAM
Martino Facchin
2015-07-16
Use generic composite device descriptor
Martino Facchin
2015-07-16
Move EP defines to header
Martino Facchin
2014-09-12
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
Cristian Maglie
2014-05-26
Merge branch 'usbcdc-improved' into ide-1.5.x
Cristian Maglie
2014-05-24
Improve CDC read code
Paul Brook
2014-05-24
Fix race condition in USB CDC transmit
Paul Brook
2014-04-20
Fixed other trivial warnings in AVR USB core.
Cristian Maglie
2014-04-20
Removed other unused variables in CDC.cpp and HID.cpp
Cristian Maglie
2014-04-20
Removed 'USB_MANUFACTURER' constant redefinition for known VIDs.
Cristian Maglie
2013-07-17
Remove hardcoded product names (all provided for in boards.txt)
Angus Gratton
2013-07-17
Fix whitespace (tabify), oops
Angus Gratton
2013-07-17
Allow USB product and manufacturer strings to be supplied in boards.txt
Angus Gratton
2012-12-07
Added support for Arduino Esplora
Cristian Maglie
2012-11-01
Adding LilyPad Arduino USB.
David A. Mellis
2012-10-27
Adding Micro.
David A. Mellis
2012-10-18
Updating USB core to work at 8 MHz (different PLLCSR value).
David A. Mellis
2012-09-13
Avoid serial buffer overrun on leonardo
Peter Van Hoyweghen
2012-05-01
renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" o...
Zach Eveland
2012-04-25
changed PID values for Leonardo bootloader and sketch
Zach Eveland
2012-04-09
Micro I hardly knew ye
Zach Eveland
2012-04-09
sketch USB VID and PID values are passed in from boards.txt at compile time n...
Zach Eveland
2012-03-07
Fix for some strange behaviours during board reset
Cristian Maglie
2011-12-18
added asynchronous buffering of received CDC characters
Zach Eveland
2011-09-16
added automatic one-shot TX and RX LED control for sketch USB
Zach Eveland
2011-09-16
added to sketch iProduct and iManufacturer strings identifying board as eithe...
Zach Eveland
2011-08-30
support for non-Leonardo boards is back!
Zach Eveland
2011-08-14
Serial via USB works
Zach Eveland