zephyr/drivers/usb/device
Johann Fischer 627c04f962 drivers: usb_dc_stm32: remove confusing comments
The comments at the beginning of the file are not quite correct
and instructions regarding configuration are not necessary at all.
Also remove the redundant first line.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-02-24 12:01:50 +01:00
..
CMakeLists.txt
Kconfig usb: drivers: Fix ZLP handling for Nordic driver. 2020-11-17 18:06:26 +01:00
usb_dc_dw.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
usb_dc_kinetis.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
usb_dc_mcux_ehci.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
usb_dc_native_posix_adapt.c
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
usb_dc_nrfx.c drivers: usb_dc_nrfx: Use mem_slab for fifo elements 2021-01-04 16:26:02 +01:00
usb_dc_sam0.c drivers: usb_dc_sam0: rename ep_num to common ep_idx 2020-07-10 11:45:46 +02:00
usb_dc_sam.c drivers: usb_dc_sam: get the maximum speed from DT as enum 2021-01-10 18:11:37 -05:00
usb_dc_stm32.c drivers: usb_dc_stm32: remove confusing comments 2021-02-24 12:01:50 +01:00
usb_dw_registers.h