nuttx/boards/arm/stm32/stm3210e-eval/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_adc.c
stm32_appinit.c Remove OK macro from the code base 2023-02-02 13:58:16 +01:00
stm32_boot.c
stm32_bringup.c
stm32_buttons.c
stm32_can.c
stm32_composite.c usbdev: Split usbdev descriptor information 2023-09-06 02:29:32 +08:00
stm32_deselectlcd.c
stm32_deselectnor.c
stm32_deselectsram.c
stm32_djoystick.c
stm32_extcontext.c
stm32_extmem.c
stm32_idle.c
stm32_lcd.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
stm32_leds.c
stm32_pm.c
stm32_pmbuttons.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
stm32_selectlcd.c
stm32_selectnor.c
stm32_selectsram.c
stm32_spi.c
stm32_usbdev.c
stm32_usbmsc.c
stm3210e-eval.h