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
/
USBAPI.h
Age
Commit message (
Expand
)
Author
2019-02-21
Add XInput USB API
David Madison
2019-02-19
Add XInput device and config descriptors
David Madison
2019-02-17
Removed USB CDC Serial
David Madison
2019-02-15
Replace Serial with null
David Madison
2017-05-16
Add Print::availableForWrite
Eric Wieser
2015-12-19
Added Long USB RecvControl call for >64 bytes
NicoHood
2015-09-20
Fix CDC Serial buffer size determination
Nico
2015-08-14
Merge branch 'cdc-settings' of https://github.com/matthijskooijman/Arduino
Cristian Maglie
2015-08-12
Precised USB Endpoint definitions
NicoHood
2015-08-12
Added 16 byte endpoint support
NicoHood
2015-07-31
Add Serial_::availableForWrite().
Peter Van Hoyweghen
2015-07-31
Add Serial_::readBreak() to process SEND_BREAK requests
Matthijs Kooijman
2015-07-31
Expose serial settings from CDC virtual serial port
Matthijs Kooijman
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
Move EP defines to header
Martino Facchin
2015-07-16
Remove HID core library
Martino Facchin
2015-05-12
RX and TX Serial buffer sizes can now be defined independently
Nico
2014-09-12
Added license to USBAPI.h
Cristian Maglie
2014-06-19
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-06-19
Fixed regression in USBAPI and CDC (xaljox)
Cristian Maglie
2014-06-13
Merge branch 'master' into HEAD
Cristian Maglie
2014-06-10
Update USBAPI.h
Embedded Micro
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
improved USB write speeds
Justin Rajewski
2014-01-22
Centrally decide which hardware UARTS are available
Matthijs Kooijman
2013-09-30
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2013-09-02
USB CDC two argument begin()
Paul Brook
2013-09-02
USB serial baud arg type
Paul Brook
2013-07-27
Move buffers into USB CDC (look #947 and #1369 for reference)
Cristian Maglie
2013-07-26
Fixed compile problem for Leonardo after 0bd6a2d20fb9664255b20e0db11dd4586ebe...
Cristian Maglie
2012-06-14
Adding write(str) and write(buf, size) for USB CDC.
David A. Mellis
2012-05-15
Mouse.isPressed() now checks only for left button by default
Zach Eveland
2012-05-01
renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" o...
Zach Eveland
2012-04-01
added Boolean operators to HardwareSerial and CDC to test whether the port is...
Zach Eveland
2012-03-28
removed horrible multi-key Keyboard.press() and Keyboard.release() methods
Zach Eveland
2012-03-28
eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (Dav...
Zach Eveland
2012-03-26
added methods to Keyboard to handle multiple simultaneous key presses or rele...
Zach Eveland
2012-03-26
added stub methods for begin() and end() to Mouse and Keyboard
Zach Eveland
2012-03-03
Added Keyboard support for all modifier and all common non-printing keys.
Zach Eveland
2012-03-03
Removed support for key mapping in Keyboard.
Zach Eveland
2012-03-03
added Keyboard methods press(), release(), and releaseAll()
Zach Eveland
2012-03-03
fixed minor compilation warnings for Leonardo
Zach Eveland
2011-12-20
changed Keyboard write() method to type(). Made write() an alias for type() t...
Zach Eveland
2011-12-20
Revert "changed Keyboard write() method to type(). Made write() an alias for...
Zach Eveland
2011-12-20
changed Keyboard write() method to type(). Made write() an alias for type() ...
Zach Eveland
2011-12-18
added asynchronous buffering of received CDC characters
Zach Eveland
2011-09-16
added Mouse.isPressed() method
Zach Eveland
2011-09-16
made some Keyboard methods private
Zach Eveland
[next]