USB_HostRequest renamed to USB_ControlRequest, entire control request header...
USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode rather than having the library pass only partially read header data to the application. The USB_UnhandledControlPacket event has had its parameters removed, in favour of accessing the new USB_ControlRequest structure. The Endpoint control stream functions now correctly send a ZLP to the host when less data than requested is sent.
Showing
- Bootloaders/CDC/BootloaderCDC.c 4 additions, 6 deletionsBootloaders/CDC/BootloaderCDC.c
- Bootloaders/DFU/BootloaderDFU.c 2 additions, 8 deletionsBootloaders/DFU/BootloaderDFU.c
- Bootloaders/TeensyHID/TeensyHID.c 2 additions, 2 deletionsBootloaders/TeensyHID/TeensyHID.c
- Demos/Device/AudioInput/AudioInput.c 3 additions, 5 deletionsDemos/Device/AudioInput/AudioInput.c
- Demos/Device/AudioOutput/AudioOutput.c 3 additions, 5 deletionsDemos/Device/AudioOutput/AudioOutput.c
- Demos/Device/CDC/CDC.c 6 additions, 12 deletionsDemos/Device/CDC/CDC.c
- Demos/Device/DualCDC/DualCDC.c 4 additions, 4 deletionsDemos/Device/DualCDC/DualCDC.c
- Demos/Device/GenericHID/GenericHID.c 3 additions, 3 deletionsDemos/Device/GenericHID/GenericHID.c
- Demos/Device/Joystick/Joystick.c 3 additions, 16 deletionsDemos/Device/Joystick/Joystick.c
- Demos/Device/Keyboard/Keyboard.c 10 additions, 29 deletionsDemos/Device/Keyboard/Keyboard.c
- Demos/Device/KeyboardMouse/KeyboardMouse.c 5 additions, 16 deletionsDemos/Device/KeyboardMouse/KeyboardMouse.c
- Demos/Device/MassStorage/MassStorage.c 3 additions, 3 deletionsDemos/Device/MassStorage/MassStorage.c
- Demos/Device/Mouse/Mouse.c 9 additions, 28 deletionsDemos/Device/Mouse/Mouse.c
- Demos/Device/RNDISEthernet/RNDISEthernet.c 4 additions, 8 deletionsDemos/Device/RNDISEthernet/RNDISEthernet.c
- Demos/Device/USBtoSerial/USBtoSerial.c 6 additions, 12 deletionsDemos/Device/USBtoSerial/USBtoSerial.c
- Demos/Host/CDCHost/CDCHost.c 1 addition, 1 deletionDemos/Host/CDCHost/CDCHost.c
- Demos/Host/GenericHIDHost/GenericHIDHost.c 2 additions, 2 deletionsDemos/Host/GenericHIDHost/GenericHIDHost.c
- Demos/Host/KeyboardHost/KeyboardHost.c 2 additions, 2 deletionsDemos/Host/KeyboardHost/KeyboardHost.c
- Demos/Host/KeyboardHostWithParser/HIDReport.c 1 addition, 1 deletionDemos/Host/KeyboardHostWithParser/HIDReport.c
- Demos/Host/KeyboardHostWithParser/KeyboardHostWithParser.c 1 addition, 1 deletionDemos/Host/KeyboardHostWithParser/KeyboardHostWithParser.c
Loading
Please register or sign in to comment