aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/JoystickHostWithParser
Commit message (Expand)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-0/+2
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-3/+0
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-2/+4
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-306-12/+12
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-286-42/+42
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-2/+2
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-041-1/+1
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-041-3/+3
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-049-0/+3129