nuttx/boards/arm/stm32/stm32f4discovery/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 build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
stm32_apa102.c
stm32_appinit.c Remove OK macro from the code base 2023-02-02 13:58:16 +01:00
stm32_autoleds.c
stm32_boot.c
stm32_bringup.c stm32f4discovery: add composite device configuration 2023-05-09 00:59:54 +08:00
stm32_buttons.c
stm32_can.c
stm32_capture.c
stm32_composite.c usbdev: Split usbdev descriptor information 2023-09-06 02:29:32 +08:00
stm32_cs43l22.c
stm32_djoystick.c
stm32_ds1307.c
stm32_enc28j60.c
stm32_ethernet.c
stm32_extmem.c
stm32_gs2200m.c
stm32_hciuart.c
stm32_idle.c
stm32_max7219_leds.c
stm32_max7219.c
stm32_mmcsd.c stm32f4discovery/stm32_mmcsd.c: remove redundant SCK pin configuration, it's already selected in board.h 2023-05-09 00:59:54 +08:00
stm32_netinit.c
stm32_pca9635.c
stm32_pm.c
stm32_pmbuttons.c
stm32_pwm.c
stm32_reset.c
stm32_rgbled.c
stm32_romfs_initialize.c
stm32_romfs.h
stm32_sdio.c sdcard: update sdcard detection to avoid 0xff assignment to bool type 2023-06-11 12:55:29 +08:00
stm32_spi.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
stm32_ssd1289.c
stm32_ssd1351.c
stm32_st7032.c
stm32_st7567.c
stm32_st7789.c
stm32_sx127x.c
stm32_timer.c
stm32_ug2864ambag01.c
stm32_ug2864hsweg01.c
stm32_uid.c Remove OK macro from the code base 2023-02-02 13:58:16 +01:00
stm32_usb.c
stm32_usbmsc.c stm32f4discovery/stm32_usbmsc.c: fix SD card initialization 2023-05-09 00:59:54 +08:00
stm32_userleds.c
stm32_w5500.c
stm32f4discovery.h