zephyr/subsys/usb/class
Nicolas LANTZ 766101cf09 usb: netusb: Align NETUSB_MTU & wMaxSegmentSize and increase it to 1522
As rx_buf & tx_buf are defined with a NETUSB_MTU size, this cause
that the frames over 1500 bytes can not be received and are discarded.

Secondly, as fragmentation is not supported (for UDP and TCP datagram),
increase NETUSB_MTU to the maximum possible ethernet frame size :1522

Signed-off-by: Nicolas LANTZ <nicolas.lantz@ubicore.net>
2019-02-04 17:52:35 +01:00
..
hid usb: Add instance parameter to descriptors definitions 2019-02-01 19:11:32 -05:00
netusb usb: netusb: Align NETUSB_MTU & wMaxSegmentSize and increase it to 1522 2019-02-04 17:52:35 +01:00
bluetooth.c usb: Add instance parameter to descriptors definitions 2019-02-01 19:11:32 -05:00
cdc_acm.c usb: Add instance parameter to descriptors definitions 2019-02-01 19:11:32 -05:00
CMakeLists.txt subsys: usb: class: add loopback function 2018-07-06 11:56:16 -05:00
Kconfig usb: cdc_acm: select SERIAL_HAS_DRIVER and SERIAL_SUPPORT_INTERRUPT 2018-12-05 08:53:15 -05:00
loopback.c usb: Add instance parameter to descriptors definitions 2019-02-01 19:11:32 -05:00
mass_storage.c usb: Add instance parameter to descriptors definitions 2019-02-01 19:11:32 -05:00
usb_dfu.c usb: Add instance parameter to descriptors definitions 2019-02-01 19:11:32 -05:00