| Commit message (Expand) | Author | Age | Files | Lines |
* | Added board hardware driver support for the EVK1104 board. | Dean Camera | 2011-06-27 | 9 | -2/+262 |
* | Add board driver support for the EVK1100 board. | Dean Camera | 2011-06-27 | 12 | -7/+384 |
* | Fix logic bug in the incomplete Android Accessory Host demo preventing correc... | Dean Camera | 2011-06-27 | 3 | -1/+6 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 3 | -3/+23 |
* | Minor internal macro renaming for the UC3 devices. | Dean Camera | 2011-06-20 | 7 | -15/+15 |
* | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ... | Dean Camera | 2011-06-20 | 22 | -5/+198 |
* | Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe... | Dean Camera | 2011-06-20 | 1 | -0/+6 |
* | Fix incorrect printf format specifier in the HIDReportViewer project. | Dean Camera | 2011-06-20 | 1 | -1/+0 |
* | Code style fixes for the Device mode USB Audio Class driver to make it more i... | Dean Camera | 2011-06-19 | 1 | -2/+8 |
* | Add missing project files for the new HIDReportViewer project to upgrade its ... | Dean Camera | 2011-06-19 | 2 | -0/+2 |
* | Fix TWI driver documentation example (thanks to Jerome Colombie). | Dean Camera | 2011-06-18 | 2 | -5/+5 |
* | Add new incomplete HIDReportViewer project. | Dean Camera | 2011-06-16 | 2 | -3/+3 |
* | Add missing SVN eol-style properties to source files to prevent mixed end-of-... | Dean Camera | 2011-06-16 | 3 | -658/+658 |
* | Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver. | Dean Camera | 2011-06-16 | 2 | -5/+24 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 8 | -28/+33 |
* | Add macro guards to the templated C files to prevent compile errors if they a... | Dean Camera | 2011-06-14 | 8 | -2/+272 |
* | Rename Audio Host Class driver internal descriptor matching routines to be in... | Dean Camera | 2011-06-14 | 3 | -10/+12 |
* | Ensure that only the requested Audio class pipes are mapped to endpoints with... | Dean Camera | 2011-06-13 | 2 | -5/+9 |
* | Fix bugs in the Host mode Audio class driver. | Dean Camera | 2011-06-12 | 2 | -8/+20 |
* | Fix errors in the library Host mode Audio Class driver. | Dean Camera | 2011-06-09 | 2 | -9/+10 |
* | Fix compile errors when both Host and Device modes are enabled. | Dean Camera | 2011-06-09 | 4 | -5/+4 |
* | Add new Audio Class Driver Host demos. | Dean Camera | 2011-06-09 | 3 | -12/+43 |
* | Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()... | Dean Camera | 2011-06-08 | 9 | -37/+82 |
* | Remove warnings in the documentation for the library class drivers about sequ... | Dean Camera | 2011-06-08 | 15 | -67/+11 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 10 | -21/+620 |
* | Fix compile errors when compiling for the AVR32 UC3 target. | Dean Camera | 2011-06-08 | 2 | -0/+2 |
* | Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ... | Dean Camera | 2011-06-08 | 1 | -0/+0 |
* | Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ... | Dean Camera | 2011-06-08 | 1 | -0/+0 |
* | Fix errors in the Audio device demos and class driver regarding multiple samp... | Dean Camera | 2011-06-07 | 3 | -18/+17 |
* | Add additional support files for the new low level AudioInputHost and AudioOu... | Dean Camera | 2011-06-06 | 1 | -3/+3 |
* | Move completed low level Audio Host demos into the LowLevel folder from the I... | Dean Camera | 2011-06-06 | 1 | -3/+3 |
* | Update the Low Level Audio Input and Audio Output demos to support multiple s... | Dean Camera | 2011-06-06 | 2 | -5/+5 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 34 | -62/+95 |
* | Fixed compile errors in the incomplete BluetoothHost demo application (thanks... | Dean Camera | 2011-06-05 | 2 | -0/+4 |
* | Added board driver support for the Busware TUL board. | Dean Camera | 2011-06-04 | 7 | -2/+226 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 7 | -19/+133 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 33 | -58/+58 |
* | Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA... | Dean Camera | 2011-06-01 | 4 | -2/+5 |
* | Added new incomplete AudioOutputHost Host LowLevel demo. | Dean Camera | 2011-05-30 | 2 | -0/+2 |
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean Camera | 2011-05-30 | 7 | -18/+31 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 4 | -9/+33 |
* | Add new USB_Host_SetInterfaceAltSetting() convenience function. | Dean Camera | 2011-05-27 | 6 | -14/+67 |
* | Update trunk documentation for new LUFA release. | Dean Camera | 2011-05-27 | 2 | -7/+27 |
* | Fix incorrect macro guard in the UC3 EndpointStream header file. | Dean Camera | 2011-05-26 | 1 | -2/+2 |
* | Copy out the EndpointStream and PipeStream functions to each architecture, so... | Dean Camera | 2011-05-26 | 20 | -1076/+2563 |
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 1 | -0/+1 |
* | Update MediaController project to remove the Record usage (not often needed) ... | Dean Camera | 2011-05-23 | 1 | -0/+1 |
* | Add new MediaController project, a simple Media Playback control manipulator ... | Dean Camera | 2011-05-23 | 2 | -4/+5 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 2 | -1/+1 |
* | Fix broken Doxygen documentation. | Dean Camera | 2011-05-19 | 3 | -32/+32 |