zephyr/subsys/usb
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
..
class usb: netusb: Align NETUSB_MTU & wMaxSegmentSize and increase it to 1522 2019-02-04 17:52:35 +01:00
bos.c logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
CMakeLists.txt usb: osdesc: Add MS OS Descriptors version 1 support 2018-07-12 23:10:22 -04:00
Kconfig usb: add SoF event 2018-11-23 09:18:41 -05:00
os_desc.c logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
os_desc.h usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
usb_descriptor.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
usb_descriptor.h usb: set SN string descriptor at runtime 2018-07-16 17:20:58 +02:00
usb_device.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00