zephyr/subsys/usb/class/netusb
Alexander Mihajlovic bd4ddec0c8 usb: Add macro for user defined string descriptors
The new macro USBD_STRING_DESCR_USER_DEFINE works like
USBD_STRING_DESCR_DEFINE with the exception of being
ordered strictly after it. The new macro is needed to
ensures that user defined string descriptors can be added
without disturbing the order of string descriptors
defined by the usb subsystem.

Signed-off-by: Alexander Mihajlovic <a@abxy.se>
2022-02-03 14:57:42 +01:00
..
CMakeLists.txt
function_ecm.c usb: Add macro for user defined string descriptors 2022-02-03 14:57:42 +01:00
function_eem.c usb: rework to use macro STRUCT_SECTION_FOREACH 2021-12-10 07:22:15 -06:00
function_rndis.c usb: rework to use macro STRUCT_SECTION_FOREACH 2021-12-10 07:22:15 -06:00
function_rndis.h
Kconfig usb: fix bulk endpoint configuration for high-speed capable device 2021-11-24 12:28:02 +01:00
netusb.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
netusb.h