aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean Camera2011-09-211-8/+8
* Fix Class Driver GenericHID demo using the wrong size for the returned reports.Dean Camera2011-09-212-2/+2
* Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean Camera2011-08-231-1/+2
* Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean Camera2011-08-221-18/+26
* Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean Camera2011-07-303-3/+3
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-1918-39/+39
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-1512-4266/+4266
* Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean Camera2011-07-121-1/+1
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-114-9/+16
* Oops: Fix compile error in the low level KeyboardMouse demo.Dean Camera2011-07-024-4/+4
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-0116-0/+60
* Update AudioInput and AudioOutput Class Driver device mode demos to use a swi...Dean Camera2011-06-292-54/+50
* Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rathe...Dean Camera2011-06-205-584/+36
* Update Mouse demo to support the UC3 devices in the MultiArchDemos branch.Dean Camera2011-06-205-36/+584
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-2016-26/+159
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-162-12/+12
* Fix Doxygen documentation errors.Dean Camera2011-06-142-2/+2
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-092-10/+0
* Add new Audio Class Driver Host demos.Dean Camera2011-06-092-2/+3
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-072-4/+4
* Update the Low Level Audio Input and Audio Output demos to support multiple s...Dean Camera2011-06-064-6/+6
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-0516-25/+25
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-036-20/+171
* Spell check library source code files.Dean Camera2011-06-012-2/+2
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-304-5/+14
* Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow ...Dean Camera2011-05-261-1/+1
* Update MediaController project to remove the Record usage (not often needed) ...Dean Camera2011-05-231-3/+5
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-222-1/+4
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-184-12/+20
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-102-14/+14
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-046-108/+108
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-233-9/+6
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-2116-112/+112
* Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...Dean Camera2011-03-163-14/+13
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-1615-1/+4262
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-1915-37/+97
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-1017-14/+28
* Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.Dean Camera2011-02-097-3030/+3030
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-0615-84/+84
* Fix incorrect #include filenames in the RNDIS demos.Dean Camera2011-02-061-1/+1
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-303-3/+3
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-304-5/+7
* Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean Camera2011-01-302-2/+4
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-305-31/+23
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-2612-2/+3037
* Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean Camera2011-01-237-208/+48
* Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...Dean Camera2011-01-231-2/+2
* Abuse the the C preprocessor so that the HID macros can automatically encode ...Dean Camera2011-01-177-225/+209
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-167-217/+238
* Fix typos and outdated information.Dean Camera2011-01-101-11/+10