Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo.
Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.
Showing
- Demos/Device/LowLevel/RNDISEthernet/Lib/RNDISConstants.h 15 additions, 2 deletionsDemos/Device/LowLevel/RNDISEthernet/Lib/RNDISConstants.h
- Demos/Host/ClassDriver/RNDISEthernetHost/Doxygen.conf 1485 additions, 0 deletionsDemos/Host/ClassDriver/RNDISEthernetHost/Doxygen.conf
- Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c 224 additions, 0 deletionsDemos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
- Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h 75 additions, 0 deletionsDemos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
- Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.txt 62 additions, 0 deletions.../Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.txt
- Demos/Host/ClassDriver/RNDISEthernetHost/makefile 736 additions, 0 deletionsDemos/Host/ClassDriver/RNDISEthernetHost/makefile
- Demos/Host/ClassDriver/makefile 4 additions, 0 deletionsDemos/Host/ClassDriver/makefile
- Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c 8 additions, 4 deletionsDemos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
- Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISConstants.h 15 additions, 15 deletionsDemos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISConstants.h
- Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c 2 additions, 2 deletionsDemos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- LUFA/Drivers/USB/Class/Common/RNDIS.h 2 additions, 1 deletionLUFA/Drivers/USB/Class/Common/RNDIS.h
- LUFA/Drivers/USB/Class/Common/RNDISConstants.h 13 additions, 0 deletionsLUFA/Drivers/USB/Class/Common/RNDISConstants.h
- LUFA/Drivers/USB/Class/Device/CDC.c 3 additions, 3 deletionsLUFA/Drivers/USB/Class/Device/CDC.c
- LUFA/Drivers/USB/Class/Device/MIDI.c 1 addition, 1 deletionLUFA/Drivers/USB/Class/Device/MIDI.c
- LUFA/Drivers/USB/Class/Host/CDC.c 4 additions, 4 deletionsLUFA/Drivers/USB/Class/Host/CDC.c
- LUFA/Drivers/USB/Class/Host/CDC.h 1 addition, 1 deletionLUFA/Drivers/USB/Class/Host/CDC.h
- LUFA/Drivers/USB/Class/Host/HID.c 1 addition, 7 deletionsLUFA/Drivers/USB/Class/Host/HID.c
- LUFA/Drivers/USB/Class/Host/MIDI.c 2 additions, 2 deletionsLUFA/Drivers/USB/Class/Host/MIDI.c
- LUFA/Drivers/USB/Class/Host/MassStorage.c 7 additions, 13 deletionsLUFA/Drivers/USB/Class/Host/MassStorage.c
Loading
Please register or sign in to comment