summaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver
AgeCommit message (Expand)Author
2012-02-19Add tag for the 120219 release.LUFA-120219Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-11-16Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...Dean
2011-11-09Add missing SVN eol-style property to ensure that source code line endings an...Dean
2011-10-09Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi...Dean
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean
2011-09-21Fix Class Driver GenericHID demo using the wrong size for the returned reports.Dean
2011-08-23Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
2011-07-30Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
2011-07-12Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean
2011-07-11More endianness porting of the LUFA device mode class drivers.Dean
2011-07-02Oops: Fix compile error in the low level KeyboardMouse demo.Dean
2011-07-01Seperate out the device demos and project's configuration descriptor structur...Dean
2011-06-29Update AudioInput and AudioOutput Class Driver device mode demos to use a swi...Dean
2011-06-20Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rathe...Dean
2011-06-20Update Mouse demo to support the UC3 devices in the MultiArchDemos branch.Dean
2011-06-20Add new "checksource" target to the library makefiles, for automated source f...Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-14Fix Doxygen documentation errors.Dean
2011-06-09Add missing AS4 and project description files to the new Audio Host demos.Dean
2011-06-09Add new Audio Class Driver Host demos.Dean
2011-06-07Fix errors in the Audio device demos and class driver regarding multiple samp...Dean
2011-06-06Update the Low Level Audio Input and Audio Output demos to support multiple s...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ma...Dean
2011-06-01Spell check library source code files.Dean
2011-05-30Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean
2011-05-26Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow ...Dean
2011-05-23Update MediaController project to remove the Record usage (not often needed) ...Dean
2011-05-22Add RNDIS Device support to the Webserver project, so that the files stored o...Dean
2011-05-18Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-03-23Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean
2011-03-16Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...Dean
2011-03-16Added new VirtualSerialMassStorage Device Class Driver demo.Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-02-09Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.Dean
2011-02-06Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean
2011-02-06Fix incorrect #include filenames in the RNDIS demos.Dean
2011-01-30Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean