index
:
avr/qmk/v-usb
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 3rd endpoint (#1)
HEAD
master
yiancar
2020-08-15
5
-11
/
+88
*
Added more free USB-IDs
Christian Starkjohann
2018-05-22
1
-0
/
+14
*
`USB_CFG_DESCR_PROPS_UNKNOWN` now honors the `USB_PROP_IS_RAM` flag.
Christian Starkjohann
2017-01-24
1
-0
/
+6
*
Made `usbMsgFlags` public.
Christian Starkjohann
2017-01-24
2
-2
/
+10
*
Added comment about improved osccal implementation in assembler.
Christian Starkjohann
2017-01-24
1
-0
/
+6
*
Merge pull request #1 from patthoyts/master
starkjohann
2017-01-24
1
-1
/
+2
|
\
|
*
usbdrv: support HID descriptors over 255 bytes
Pat Thoyts
2014-01-20
1
-1
/
+2
*
|
For bus-powered devices add the "Remote Wake" attribute to the configuration ...
Christian Starkjohann
2015-09-04
1
-1
/
+1
|
/
*
Added long-pending 18 MHz module without CRC.
Christian Starkjohann
2013-11-28
4
-4
/
+569
*
For compatibility reasons define usbMsgPtr_t to char * by default.
Christian Starkjohann
2013-11-28
1
-2
/
+2
*
Optimized fast CRC routine to be shorter and faster.
Christian Starkjohann
2013-11-22
1
-21
/
+16
*
Added #ifdef and extern "C" so that usbdrv.h / usbdrv.c can be included from ...
Christian Starkjohann
2013-11-12
1
-2
/
+17
*
Fixed compiler warning (mixing signed/unsigned pointers)
Christian Starkjohann
2013-11-12
1
-1
/
+2
*
Made usbSetInterrupt() tolerant to zero sized blocks.
Christian Starkjohann
2013-11-12
1
-1
/
+1
*
Improved comment about watchdog in example code.
Christian Starkjohann
2013-11-12
5
-10
/
+15
*
RELEASE: Added sizes files for this version
Christian Starkjohann
2012-12-06
1
-0
/
+17
*
RELEASE: Updated version number to 20121206
Christian Starkjohann
2012-12-06
1
-1
/
+1
*
Improved wording in info message.
Christian Starkjohann
2012-12-06
1
-1
/
+1
*
Fixed compiler warning in tests.
Christian Starkjohann
2012-12-06
1
-1
/
+1
*
Added more derived files to .gitignore.
Christian Starkjohann
2012-12-06
1
-0
/
+5
*
Improved main Makefile to build for the host platform when no target specified.
Christian Starkjohann
2012-12-06
1
-3
/
+6
*
Documented changes in Changelog.
Christian Starkjohann
2012-12-06
1
-0
/
+11
*
Added README.md for github.
Christian Starkjohann
2012-12-06
3
-1
/
+36
*
Removed all references to the SVN expansion keyword $Id$.
Christian Starkjohann
2012-12-05
55
-55
/
+0
*
Removed top level make scripts with a Makefile.
Christian Starkjohann
2012-12-05
5
-42
/
+61
*
Compile size tests with optimal configuration.
Christian Starkjohann
2012-12-05
1
-0
/
+8
*
Make bit shift constants unsigned.
Christian Starkjohann
2012-12-05
1
-2
/
+2
*
Removed unnecessary include of usbportability.h.
Christian Starkjohann
2012-12-05
1
-1
/
+0
*
Add const keyword to all PROGMEM declarations as required by new gcc.
Christian Starkjohann
2012-12-05
6
-18
/
+18
*
usbMsgPtr now has a separate type so that it can be defined to an 8 bit type ...
Christian Starkjohann
2012-12-05
3
-6
/
+28
*
Added derived files to .gitignore
Christian Starkjohann
2012-07-09
1
-0
/
+14
*
Changed Clay Logic to flirc.tv, Inc.
Christian Starkjohann
2012-07-09
2
-8
/
+8
*
Delete target directory, then create new empty dir for project
Christian Starkjohann
2012-01-09
1
-0
/
+2
*
Removed reference to $repository which makes no sense in GIT
Christian Starkjohann
2012-01-09
1
-1
/
+1
*
Remove .gitignore during release procedure.
Christian Starkjohann
2012-01-09
1
-1
/
+1
*
RELEASE: Added sizes files for this version
Christian Starkjohann
2012-01-09
2
-0
/
+34
*
RELEASE: Updated version number to 20120109
Christian Starkjohann
2012-01-09
1
-1
/
+1
*
RELEASE: Added release date to Changelog.txt
Christian Starkjohann
2012-01-09
1
-0
/
+1
*
Improved change description in Changelog.txt
Christian Starkjohann
2012-01-09
1
-2
/
+3
*
Remove xcodeproj from distribution, prefix commit messages with "RELEASE"
Christian Starkjohann
2012-01-09
1
-3
/
+3
*
Print a note to the user that tags need to be pushed.
Christian Starkjohann
2012-01-09
1
-1
/
+1
*
Fixed call to git archive
Christian Starkjohann
2012-01-09
1
-1
/
+1
*
Fixed syntax error
Christian Starkjohann
2012-01-09
1
-1
/
+1
*
Remove refs/heads/ from current branch name
Christian Starkjohann
2012-01-09
1
-0
/
+1
*
Changed release script to work with GIT instead of SVN
Christian Starkjohann
2012-01-09
1
-40
/
+45
*
GIT migration: create empty directory in script
Christian Starkjohann
2012-01-08
2
-4
/
+26
*
Added a .gitignore file
Christian Starkjohann
2012-01-08
1
-0
/
+3
*
added Xcode project
Christian Starkjohann
2012-01-08
2
-0
/
+390
*
- documented changes
Christian Starkjohann
2012-01-08
1
-0
/
+5
*
- Fixed bug in usbDriverSetup() which prevented descriptor sizes above 255 by...
Christian Starkjohann
2012-01-08
1
-1
/
+4
[next]