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
2020-02-01
Merge ArduinoCore-avr Release 1.8.2
David Madison
2019-02-21
Change receive endpoint to double-banked
David Madison
2019-02-21
Use endpoint number defines for ep allocation
David Madison
2019-02-21
Add USB receive callback to USB ISR
David Madison
2019-02-19
Allocate XInput endpoint memory
David Madison
2019-02-19
Add XInput string descriptors
David Madison
2019-02-19
Add XInput device and config descriptors
David Madison
2019-02-17
Removed USB CDC Serial
David Madison
2019-02-17
Define descriptor return var in pluggable block
David Madison
2019-02-15
Fix warning related to disabling Pluggable HID
David Madison
2018-12-11
Add USBDevice.isSuspended()
Gergely Nagy
2017-11-13
Always read key to check for new LUFA bootloader
Scott Allen
2017-03-20
Fixed warning about unused variable
Cristian Maglie
2017-03-16
use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN I...
liu nick
2017-03-16
[AVR] USB send ZLP when needed
Cristian Maglie
2017-03-16
Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"
Cristian Maglie
2016-08-28
remove extra semicolon
Kyle Chisholm
2016-07-14
Send an USB remote wakeup if data need to be written
Martino Facchin
2016-07-14
[AVR][USB] fix IRQ flags clearing
Martino Facchin
2016-04-14
Subtract one from USB_EP_SIZE in USB_SendSpace
Sandeep Mistry
2016-04-06
[AVR] Discover newer bootloader at runtime
Martino Facchin
2015-12-23
Added >64 byte USB_RecvControl() support
NicoHood
2015-10-21
[USB] use plugged modules name to create iSerial field
Martino Facchin
2015-10-07
[PUSB] Made getDescriptor() and setup() more flexible
NicoHood
2015-10-02
[PUSB] Fix static initialization order fiasco
Martino Facchin
2015-10-02
[PUSB] Fixed the correct number of endpoints
Cristian Maglie
2015-10-02
[PUSB] Global functions PUSB_* are now methods of PluggableUSB class
Cristian Maglie
2015-09-28
Fix compiler warnings in USBCore.cpp
Nico
2015-08-12
Added u2 Series support
NicoHood
2015-08-12
Added 16 byte endpoint support
NicoHood
2015-08-12
Added missing static inline to USB Recv function
NicoHood
2015-07-16
rename Setup typedef struct to USBSetup
Martino Facchin
2015-07-16
Add support for waking up a host via USB HID
Martino Facchin
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
[next]