aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/Incomplete/RNDISEthernetHost
AgeCommit message (Collapse)Author
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵Dean
macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@917 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-20Fixed LowLevel Keyboard demo not saving the issued report only after it has ↵Dean
been written to the endpoint. Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@904 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-17Make RNDISHost demo validate the set Packet Filter to ensure that it is ↵Dean
being sent correctly. Add new (incomplete) StandaloneProgrammer project, using the ELM Petite FAT library to read files stored on the board's dataflash by the host. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@902 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-13Corrections, improvements and additions to the incomplete RNDISHost demo.Dean
Change device demos which use the joystick to use the natural UP, DOWN, LEFT, RIGHT ordering in all demos when checking the joystick's position. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@897 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-13Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function ↵Dean
to USB_Host_GetDeviceConfigDescriptor(). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@896 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-13Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device ↵Dean
correctly and set the packet filter. No packets are received yet from the test device, need to investigate additional SET commands to see if any critical OIDs have been missed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@895 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-12Add beginnings of a RNDIS Ethernet Host demo.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@893 d5102386-fcda-11dd-9fdb-3debd5008f28