Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in the XMEGA board LED drivers, use a cleaner change and set ↵ | Dean Camera | 2013-06-12 | 1 | -1/+2 |
| | | | | implementation. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-05-14 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-01 | 1 | -0/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-04-18 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-17 | 1 | -1/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-10 | 1 | -0/+1 |
| | |||||
* | Suppress unused function parameter warnings in the USB driver. | Dean Camera | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | Fixed incorrectly issuing STALL response to unsupported control request ↵ | Dean Camera | 2013-01-27 | 1 | -0/+1 |
| | | | | SETUP packets, rather than in the data/status stage. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-01-06 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-01-05 | 1 | -2/+8 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-11-12 | 1 | -0/+2 |
| | |||||
* | Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵ | Dean Camera | 2012-10-14 | 1 | -0/+1 |
| | | | | HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro). | ||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -0/+1 |
| | |||||
* | Add LINKER_RELAXATIONS option to the LUFA BUILD build system module. | Dean Camera | 2012-09-30 | 1 | -0/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-09-22 | 1 | -0/+1 |
| | |||||
* | Add error message for debugging purposes to the low level AudioInputHost and ↵ | Dean Camera | 2012-09-14 | 1 | -0/+1 |
| | | | | AudioOutputHost demos, if the request to set the audio sample rate fails. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-09-09 | 1 | -0/+3 |
| | |||||
* | Remove incomplete Microsoft Sideshow device demo. | Dean Camera | 2012-09-01 | 1 | -0/+2 |
| | |||||
* | Remove unused check-source rule from the BUILD build system module. | Dean Camera | 2012-08-29 | 1 | -0/+1 |
| | |||||
* | Fixed missing Win-32bit compatibility sections in the LUFA INF driver files ↵ | Dean Camera | 2012-08-16 | 1 | -0/+1 |
| | | | | (thanks to Christan Beharrell). | ||||
* | Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build ↵ | Dean Camera | 2012-08-13 | 1 | -1/+1 |
| | | | | module for the latest Doxygen release. | ||||
* | Minor code style and documentation changes. | Dean Camera | 2012-07-31 | 1 | -0/+2 |
| | |||||
* | Add support for the Olimex AVR-ISP-MK2 board. | Dean Camera | 2012-07-26 | 1 | -0/+1 |
| | |||||
* | Update makefile template with the new build module filenames. | Dean Camera | 2012-07-14 | 1 | -0/+3 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-07-03 | 1 | -0/+3 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-12 | 1 | -0/+2 |
| | |||||
* | Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards. | Dean Camera | 2012-05-06 | 1 | -0/+1 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -0/+1 |
| | |||||
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵ | Dean Camera | 2012-04-14 | 1 | -0/+2 |
| | | | | size is 8KB or more (thanks to Georg Glock). | ||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 1 | -121/+129 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-01 | 1 | -0/+1 |
| | |||||
* | Re-enable cppcheck static analysis unused function checks after adding in ↵ | Dean Camera | 2012-03-25 | 1 | -1/+0 |
| | | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-03-06 | 1 | -0/+1 |
| | |||||
* | Minor documentation fixes - change \note entries to \warning where ↵ | Dean Camera | 2012-02-24 | 1 | -0/+1 |
| | | | | appropriate and remove/update old documentation. | ||||
* | Update the Android Accessory Host ClassDriver demo to use the updated class ↵ | Dean Camera | 2012-02-20 | 1 | -0/+1 |
| | | | | | | | | configuration API. Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-02-18 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-11 | 1 | -1/+2 |
| | |||||
* | Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time ↵ | Dean Camera | 2012-02-05 | 1 | -0/+2 |
| | | | | options (thanks to Opendous Inc.). | ||||
* | Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵ | Dean Camera | 2011-12-11 | 1 | -0/+1 |
| | | | | full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements. | ||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵ | Dean Camera | 2011-11-28 | 1 | -0/+2 |
| | | | | board targets. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 1 | -0/+1 |
| | | | | (thanks to Laszlo Monda). | ||||
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵ | Dean Camera | 2011-11-09 | 1 | -0/+4 |
| | | | | processing some control requests. | ||||
* | Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵ | Dean Camera | 2011-10-31 | 1 | -0/+1 |
| | | | | host PC. | ||||
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵ | Dean Camera | 2011-10-18 | 1 | -0/+142 |
prevent user confusion with the actual *nix Man tool. |