| Commit message (Expand) | Author | Age | Files | Lines |
* | Update StaticAnalysisTest to check for missing header files. Fix found incorr... | Dean Camera | 2012-02-29 | 3 | -5/+5 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 73 | -73/+73 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 73 | -73/+73 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t... | Dean Camera | 2012-01-02 | 12 | -12/+12 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 12 | -32/+36 |
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than... | Dean Camera | 2011-11-16 | 2 | -2/+2 |
* | Add missing SVN eol-style property to ensure that source code line endings an... | Dean Camera | 2011-11-09 | 12 | -12/+12 |
* | Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi... | Dean Camera | 2011-10-09 | 1 | -3/+3 |
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 12 | -12/+12 |
* | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ... | Dean Camera | 2011-09-21 | 2 | -10/+10 |
* | Fix Class Driver GenericHID demo using the wrong size for the returned reports. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
* | Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). | Dean Camera | 2011-08-22 | 1 | -10/+24 |
* | Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(... | Dean Camera | 2011-07-30 | 1 | -1/+1 |
* | Fixed USB_USBTask not being called internally in stream transfers between pac... | Dean Camera | 2011-07-25 | 1 | -2/+0 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 14 | -31/+31 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 2 | -4/+8 |
* | Oops: Fix compile error in the low level KeyboardMouse demo. | Dean Camera | 2011-07-02 | 1 | -0/+2 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 12 | -12/+53 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 12 | -23/+120 |
* | Fix Doxygen documentation errors. | Dean Camera | 2011-06-14 | 1 | -1/+1 |
* | Add missing AS4 and project description files to the new Audio Host demos. | Dean Camera | 2011-06-09 | 2 | -10/+0 |
* | Fix errors in the Audio device demos and class driver regarding multiple samp... | Dean Camera | 2011-06-07 | 4 | -16/+16 |
* | Update the Low Level Audio Input and Audio Output demos to support multiple s... | Dean Camera | 2011-06-06 | 6 | -16/+127 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 8 | -14/+14 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 2 | -2/+6 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -2/+2 |
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean Camera | 2011-05-30 | 4 | -5/+14 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 2 | -0/+18 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 1 | -1/+1 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 3 | -11/+6 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 3 | -60/+60 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 8 | -50/+50 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 2 | -4/+3 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 12 | -84/+84 |
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean Camera | 2011-03-05 | 1 | -2/+2 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 12 | -12/+60 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 8 | -24/+27 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 12 | -66/+66 |
* | Fix incorrect #include filenames in the RNDIS demos. | Dean Camera | 2011-02-06 | 1 | -1/+1 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 3 | -4/+6 |
* | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean Camera | 2011-01-30 | 1 | -1/+3 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 5 | -13/+13 |
* | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean Camera | 2011-01-23 | 3 | -4/+4 |
* | Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG... | Dean Camera | 2011-01-23 | 1 | -2/+2 |
* | Abuse the the C preprocessor so that the HID macros can automatically encode ... | Dean Camera | 2011-01-17 | 5 | -163/+152 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 5 | -158/+172 |
* | Fix typos and outdated information. | Dean Camera | 2011-01-10 | 1 | -11/+10 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 20 | -70/+52 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 74 | -147/+147 |