aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete
Commit message (Expand)AuthorAgeFilesLines
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-258-2016/+0
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-201-1/+1
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-173-2/+20
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-133-39/+59
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-132-2/+2
* Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl...Dean Camera2009-11-135-14/+186
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-128-0/+1806
* Spell check all source code variables, comments and strings.Dean Camera2009-11-092-2/+2
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean Camera2009-09-291-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-15/+39
* Oops - with new changes to the way the device Configuration Descriptor is ret...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-312-23/+20
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-8/+8
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-053-15/+12
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-212-8/+43
* Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.Dean Camera2009-07-207-1497/+0
* Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean Camera2009-07-203-8/+11
* Remove ClearPipeStall routine from the StillImageHost demo, as there is now a...Dean Camera2009-07-201-1/+1
* Cleaner solution to the PrinterHost data send routine problem of embedded NUL...Dean Camera2009-07-203-9/+20
* Fix unfinished printer host demo - some printer languages use embedded NULLs ...Dean Camera2009-07-203-5/+5
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-192-2/+2
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-193-34/+39
* Add partial project documentation to the incomplete PrinterHost demo.Dean Camera2009-07-196-61/+109
* Fix PrinterHost demo so that it will only enumerate printers with Bidirection...Dean Camera2009-07-194-31/+45
* Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...Dean Camera2009-07-192-5/+6
* Magstripe Project: Ensure that empty tracks still print out a newline seperat...Dean Camera2009-07-194-22/+59
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-133-32/+10
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-135-74/+178
* Fixed compilation error in incomplete BluetoothHost demo.Dean Camera2009-07-112-2/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-1115-6/+1281
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-232-4/+0
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-5/+5
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-3/+8
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-12/+2
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-143-4/+11
* Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-i...Dean Camera2009-06-101-13/+0
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-0/+1
* Add master device Host demo makefile.Dean Camera2009-06-0514-0/+2539