-
- Downloads
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes.
Showing
- Demos/Device/ClassDriver/AudioInput/AudioInput.h 1 addition, 1 deletionDemos/Device/ClassDriver/AudioInput/AudioInput.h
- Demos/Device/ClassDriver/AudioInput/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/AudioInput/Descriptors.h
- Demos/Device/ClassDriver/AudioInput/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/AudioInput/makefile
- Demos/Device/ClassDriver/AudioOutput/AudioOutput.h 1 addition, 1 deletionDemos/Device/ClassDriver/AudioOutput/AudioOutput.h
- Demos/Device/ClassDriver/AudioOutput/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/AudioOutput/Descriptors.h
- Demos/Device/ClassDriver/AudioOutput/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/AudioOutput/makefile
- Demos/Device/ClassDriver/CDC/CDC.h 1 addition, 1 deletionDemos/Device/ClassDriver/CDC/CDC.h
- Demos/Device/ClassDriver/CDC/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/CDC/Descriptors.h
- Demos/Device/ClassDriver/CDC/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/CDC/makefile
- Demos/Device/ClassDriver/DualCDC/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/DualCDC/Descriptors.h
- Demos/Device/ClassDriver/DualCDC/DualCDC.h 1 addition, 1 deletionDemos/Device/ClassDriver/DualCDC/DualCDC.h
- Demos/Device/ClassDriver/DualCDC/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/DualCDC/makefile
- Demos/Device/ClassDriver/GenericHID/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/GenericHID/Descriptors.h
- Demos/Device/ClassDriver/GenericHID/GenericHID.h 1 addition, 1 deletionDemos/Device/ClassDriver/GenericHID/GenericHID.h
- Demos/Device/ClassDriver/GenericHID/makefile 2 additions, 0 deletionsDemos/Device/ClassDriver/GenericHID/makefile
- Demos/Device/ClassDriver/Joystick/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/Joystick/Descriptors.h
- Demos/Device/ClassDriver/Joystick/Joystick.h 1 addition, 1 deletionDemos/Device/ClassDriver/Joystick/Joystick.h
- Demos/Device/ClassDriver/Joystick/makefile 2 additions, 0 deletionsDemos/Device/ClassDriver/Joystick/makefile
- Demos/Device/ClassDriver/Keyboard/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/Keyboard/Descriptors.h
- Demos/Device/ClassDriver/Keyboard/Keyboard.h 1 addition, 1 deletionDemos/Device/ClassDriver/Keyboard/Keyboard.h
Loading
Please register or sign in to comment