- Feb 18, 2016
-
-
Cristian Maglie authored
USBHost used to have an init() method that now is incorporated in Init(). The leftover init() calls in the library were calling the init() function in the variant files instead (that has nothing to do with the USBHost library). Removing the calls to init() fix it. Fix #115
-
Cristian Maglie authored
-
bbx10node authored
0x00 CTRL-@ through 0x1F CTRL-_ Also return ASCII codes for keys: ESCAPE, DELETE, TAB, and BACKSPACE keys. Return correct code for ENTER and keypad ENTER keys.
-
bbx10node authored
Affects all devices that do IN transfers.
-
Cristian Maglie authored
-
- Feb 16, 2016
-
-
Sandeep Mistry authored
-
- Feb 15, 2016
-
-
Cristian Maglie authored
-
- Feb 11, 2016
-
-
Cristian Maglie authored
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Jan 29, 2016
-
-
Sandeep Mistry authored
-
- Jan 26, 2016
-
- Jan 22, 2016
-
-
Sandeep Mistry authored
-
- Jan 20, 2016
-
- Jan 19, 2016
-
-
Charles Cross authored
Followed the precedent in SPI and Wire libraries, adding #ifdefs to conditionally declare Wire interface externs
-
Charles Cross authored
-
Sandeep Mistry authored
-
- Jan 18, 2016
-
-
Cristian Maglie authored
-
- Jan 15, 2016
-
-
Sandeep Mistry authored
-
- Jan 13, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Jan 06, 2016
-
-
bbx10node authored
-
- Jan 05, 2016
-
-
Sandeep Mistry authored
-
- Jan 04, 2016
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
- Jan 03, 2016
-
-
Luke McConnell authored
Resolve compiler warning from performing arithmetic on void pointers
-
- Dec 17, 2015
-
-
agdl authored
To be compliant with the one sent by the AVR core
-
- Dec 16, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <aethaniel@sam-geek.org>
- Dec 14, 2015
-
-
bbx10node authored
Bulk endpoints were incorrectly shown as Interrupt.
-