aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean Camera2011-07-301-1/+1
* Fixed USB_USBTask not being called internally in stream transfers between pac...Dean Camera2011-07-251-2/+0
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-1914-31/+31
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-112-4/+8
* Oops: Fix compile error in the low level KeyboardMouse demo.Dean Camera2011-07-021-0/+2
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-0112-12/+53
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-2012-23/+120
* Fix Doxygen documentation errors.Dean Camera2011-06-141-1/+1
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-092-10/+0
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-074-16/+16
* Update the Low Level Audio Input and Audio Output demos to support multiple s...Dean Camera2011-06-066-16/+127
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-058-14/+14
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-032-2/+6
* 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
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-292-0/+18
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-221-1/+1
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-183-11/+6
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-103-60/+60
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-048-50/+50
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-232-4/+3
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-2112-84/+84
* Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean Camera2011-03-051-2/+2
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-1912-12/+60
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-108-24/+27
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-0612-66/+66
* Fix incorrect #include filenames in the RNDIS demos.Dean Camera2011-02-061-1/+1
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-303-4/+6
* Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean Camera2011-01-301-1/+3
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-305-13/+13
* Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean Camera2011-01-233-4/+4
* 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-175-163/+152
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-165-158/+172
* Fix typos and outdated information.Dean Camera2011-01-101-11/+10
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-1020-70/+52
* Update copyright year on all source files.Dean Camera2011-01-0174-147/+147
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-2612-48/+48
* Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSeri...Dean Camera2010-12-171-7/+7
* Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.Dean Camera2010-11-291-1/+1
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-263-2/+42
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-225-12/+12
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-1012-24/+24
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-082-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-0522-55/+55
* Loop in the ClassDriver MIDI device/host demos until there are no more incomm...Dean Camera2010-11-051-2/+6
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-1/+1
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-282-11/+11
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2876-77/+77
* Changed AudioInput and AudioOutput demos to reload the next sample via an int...Dean Camera2010-10-264-65/+47