aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MassStorage
Commit message (Expand)AuthorAgeFilesLines
* Fix Doxygen errors in demos.Dean Camera2009-06-041-0/+11
* Minor documentation page updates.Dean Camera2009-06-042-1/+33
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-017-480/+121
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-4/+4
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ...Dean Camera2009-05-227-4/+5
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-223-5/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-184-29/+20
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-172-6/+11
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-144-34/+6
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-3/+0
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Fixed SPI driver init function not clearing SPI2X bit when not needed.Dean Camera2009-04-261-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-243-2/+8
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-222-1/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-3/+3
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-5/+5
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-203-80/+80
* Spell checked non-source documentation pages.Dean Camera2009-04-191-3/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-4/+9
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-164-33/+26
* Added preprocessor checks and documentation to the bootloaders giving informa...Dean Camera2009-04-071-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-013-6/+6
* Corrected bitfields -- the smallest datatype required for each bitfield is no...Dean Camera2009-03-261-22/+22
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-2013-0/+4285