-
- Downloads
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so...
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
Showing
- Bootloaders/CDC/Descriptors.c 7 additions, 7 deletionsBootloaders/CDC/Descriptors.c
- Bootloaders/CDC/Descriptors.h 2 additions, 1 deletionBootloaders/CDC/Descriptors.h
- Bootloaders/DFU/Descriptors.c 3 additions, 3 deletionsBootloaders/DFU/Descriptors.c
- Bootloaders/DFU/Descriptors.h 2 additions, 1 deletionBootloaders/DFU/Descriptors.h
- Demos/Device/ClassDriver/AudioInput/Descriptors.c 8 additions, 8 deletionsDemos/Device/ClassDriver/AudioInput/Descriptors.c
- Demos/Device/ClassDriver/AudioInput/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/AudioInput/Descriptors.h
- Demos/Device/ClassDriver/AudioOutput/Descriptors.c 8 additions, 8 deletionsDemos/Device/ClassDriver/AudioOutput/Descriptors.c
- Demos/Device/ClassDriver/AudioOutput/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/AudioOutput/Descriptors.h
- Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c 8 additions, 8 deletionsDemos/Device/ClassDriver/DualVirtualSerial/Descriptors.c
- Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/DualVirtualSerial/Descriptors.h
- Demos/Device/ClassDriver/GenericHID/Descriptors.c 10 additions, 10 deletionsDemos/Device/ClassDriver/GenericHID/Descriptors.c
- Demos/Device/ClassDriver/GenericHID/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/GenericHID/Descriptors.h
- Demos/Device/ClassDriver/Joystick/Descriptors.c 10 additions, 10 deletionsDemos/Device/ClassDriver/Joystick/Descriptors.c
- Demos/Device/ClassDriver/Joystick/Descriptors.h 1 addition, 1 deletionDemos/Device/ClassDriver/Joystick/Descriptors.h
- Demos/Device/ClassDriver/Keyboard/Descriptors.c 12 additions, 10 deletionsDemos/Device/ClassDriver/Keyboard/Descriptors.c
- Demos/Device/ClassDriver/Keyboard/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/Keyboard/Descriptors.h
- Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c 12 additions, 12 deletionsDemos/Device/ClassDriver/KeyboardMouse/Descriptors.c
- Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/KeyboardMouse/Descriptors.h
- Demos/Device/ClassDriver/MIDI/Descriptors.c 8 additions, 8 deletionsDemos/Device/ClassDriver/MIDI/Descriptors.c
- Demos/Device/ClassDriver/MIDI/Descriptors.h 2 additions, 1 deletionDemos/Device/ClassDriver/MIDI/Descriptors.h
Loading
Please register or sign in to comment