aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MassStorage/MassStorage.c
Commit message (Expand)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-131/+0
* Minor documentation page updates.Dean Camera2009-06-041-0/+22
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-296/+35
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-4/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-8/+8
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-0/+5
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-31/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-3/+0
* 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-201-2/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-17/+11
* 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-011-2/+2
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-201-0/+405