You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA
Dean Camera 43a3350981
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
13 years ago
..
CodeTemplates Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers. 13 years ago
Common Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. 13 years ago
DoxygenPages Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support. 13 years ago
Drivers Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. 13 years ago
Platform Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 13 years ago
Scheduler Move global interrupt enable/disable functions out to Common.h and document them. 14 years ago
Doxygen.conf Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements. 13 years ago
License.txt Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda 14 years ago
Version.h Added User Application APIs to the CDC and DFU class bootloaders. 13 years ago
makefile Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo. 13 years ago