zephyr/samples/subsys/usb/common
Tomasz Moń b3eb6f2d11 usb: device_next: Reduce code size on Full-Speed only configuration
Allow compiler optimizations to remove High-Speed handling code. Knowing
that maximum operating speed is Full-Speed allows to reduce bulk buffers
from 512 to 64 bytes. More RAM optimizations are possible but this
commit only gets the low hanging fruits.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2025-04-10 12:57:19 +02:00
..
common.cmake
Kconfig.sample_usbd samples: usb: add a sample USB 2.0 Extension Descriptor 2024-05-17 16:25:02 +01:00
sample_usbd_init.c usb: device_next: Reduce code size on Full-Speed only configuration 2025-04-10 12:57:19 +02:00
sample_usbd.h samples: usb: add samples function to setup USB device only 2024-11-19 09:53:29 -05:00