aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-093-37/+15
* Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty...Dean Camera2010-02-081-3/+3
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-082-2/+0
* Split out LED report processing from the host into a seperate routine in the ...Dean Camera2010-02-072-30/+27
* Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...Dean Camera2010-02-077-18/+42
* Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...Dean Camera2010-02-078-32/+92
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-0458-62/+62
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-0350-50/+100
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-023-6/+6
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-295-5/+5
* Removed the stream example code from the Low Level VirtualSerial demos, as th...Dean Camera2010-01-282-99/+0
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-2839-110/+157
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-2550-50/+50
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-253-23/+6
* Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean Camera2010-01-254-2/+8
* Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean Camera2010-01-212-1/+7
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-2/+2
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean Camera2010-01-124-8/+8
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-0650-31550/+35450
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-054-2/+4
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-042-6/+14
* Clean up MassStorageKeyboard demo.Dean Camera2010-01-034-30/+17
* Update copyright year to 2010.Dean Camera2009-12-30288-579/+579
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean Camera2009-12-302-16/+11
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-28279-1967/+1967
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-133-20/+20
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-0948-102/+104
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-082-1/+2
* Fix newly renamed VirtualSerial demos' include filename references so that th...Dean Camera2009-12-0715-37/+37
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-0744-40/+40
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-0752-0/+0
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-041-2/+9
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-042-2/+2
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+2
* Better checking of whether a packet is received in the RNDISEthernetHost Clas...Dean Camera2009-11-272-6/+12
* Make the RNDISEthernetHost Class driver demo print out incomming packets from...Dean Camera2009-11-262-1/+20
* Make MIDI device demos also turn off the on board LEDs if MIDI Note On messag...Dean Camera2009-11-262-3/+4
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-2610-23/+2626
* Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.Dean Camera2009-11-251-1/+1
* Fix more Doxygen errors from missing parameter documentation.Dean Camera2009-11-251-0/+1
* Fix build and Doxygen errors.Dean Camera2009-11-2510-7/+14
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-2514-52/+1668
* Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean Camera2009-11-241-1/+1
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-3/+3
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-2317-16/+21
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-233-63/+11
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-61/+0
* Removed code to zero reports between two keyboard reports with differing numb...Dean Camera2009-11-232-21/+2
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-204-7/+7