| Commit message (Expand) | Author | Age | Files | Lines |
* | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ... | Dean Camera | 2011-09-21 | 1 | -8/+8 |
* | Fix Class Driver GenericHID demo using the wrong size for the returned reports. | Dean Camera | 2011-09-21 | 2 | -2/+2 |
* | Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO... | Dean Camera | 2011-08-23 | 1 | -1/+2 |
* | Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). | Dean Camera | 2011-08-22 | 1 | -18/+26 |
* | Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(... | Dean Camera | 2011-07-30 | 3 | -3/+3 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 18 | -39/+39 |
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 12 | -4266/+4266 |
* | Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b... | Dean Camera | 2011-07-12 | 1 | -1/+1 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 4 | -9/+16 |
* | Oops: Fix compile error in the low level KeyboardMouse demo. | Dean Camera | 2011-07-02 | 4 | -4/+4 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 16 | -0/+60 |
* | Update AudioInput and AudioOutput Class Driver device mode demos to use a swi... | Dean Camera | 2011-06-29 | 2 | -54/+50 |
* | Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rathe... | Dean Camera | 2011-06-20 | 5 | -584/+36 |
* | Update Mouse demo to support the UC3 devices in the MultiArchDemos branch. | Dean Camera | 2011-06-20 | 5 | -36/+584 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 16 | -26/+159 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 2 | -12/+12 |
* | Fix Doxygen documentation errors. | Dean Camera | 2011-06-14 | 2 | -2/+2 |
* | Add missing AS4 and project description files to the new Audio Host demos. | Dean Camera | 2011-06-09 | 2 | -10/+0 |
* | Add new Audio Class Driver Host demos. | Dean Camera | 2011-06-09 | 2 | -2/+3 |
* | Fix errors in the Audio device demos and class driver regarding multiple samp... | Dean Camera | 2011-06-07 | 2 | -4/+4 |
* | Update the Low Level Audio Input and Audio Output demos to support multiple s... | Dean Camera | 2011-06-06 | 4 | -6/+6 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 16 | -25/+25 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 6 | -20/+171 |
* | 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 |
* | Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow ... | Dean Camera | 2011-05-26 | 1 | -1/+1 |
* | Update MediaController project to remove the Record usage (not often needed) ... | Dean Camera | 2011-05-23 | 1 | -3/+5 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 2 | -1/+4 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 4 | -12/+20 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 2 | -14/+14 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 6 | -108/+108 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 3 | -9/+6 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 16 | -112/+112 |
* | Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg... | Dean Camera | 2011-03-16 | 3 | -14/+13 |
* | Added new VirtualSerialMassStorage Device Class Driver demo. | Dean Camera | 2011-03-16 | 15 | -1/+4262 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 15 | -37/+97 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 17 | -14/+28 |
* | Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo. | Dean Camera | 2011-02-09 | 7 | -3030/+3030 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 15 | -84/+84 |
* | Fix incorrect #include filenames in the RNDIS demos. | Dean Camera | 2011-02-06 | 1 | -1/+1 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 3 | -3/+3 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 4 | -5/+7 |
* | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean Camera | 2011-01-30 | 2 | -2/+4 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 5 | -31/+23 |
* | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean Camera | 2011-01-26 | 12 | -2/+3037 |
* | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean Camera | 2011-01-23 | 7 | -208/+48 |
* | 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 | 7 | -225/+209 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 7 | -217/+238 |
* | Fix typos and outdated information. | Dean Camera | 2011-01-10 | 1 | -11/+10 |