nuttx/boards/arm/stm32/stm32f411-minimum/src
zhangyuan21 0efd4d0e12 usbdev: Split usbdev descriptor information
The class device only handles descriptor information specific to the class,
and shared descriptor information is passed through parameters and
handled by the composite driver.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-09-06 02:29:32 +08:00
..
CMakeLists.txt cmake: port more stm32 boards and format already ported stm32 boards 2023-07-25 06:08:54 -07:00
Make.defs build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
stm32_appinit.c
stm32_autoleds.c
stm32_boot.c
stm32_bringup.c
stm32_composite.c usbdev: Split usbdev descriptor information 2023-09-06 02:29:32 +08:00
stm32_spi.c
stm32_usb.c
stm32_usbmsc.c boards/stm32f411-minimum: Add support for USB mass storage (gadget) 2023-04-22 01:45:19 +08:00
stm32_w25.c
stm32f411-minimum.h