Separate wait() and enumerate() methods from struct usbhost_driver_s and move...
Separate wait() and enumerate() methods from struct usbhost_driver_s and move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
Showing
- ChangeLog 5 additions, 1 deletionChangeLog
- Documentation/NuttxPortingGuide.html 8 additions, 6 deletionsDocumentation/NuttxPortingGuide.html
- arch/arm/src/lpc17xx/lpc17_usbhost.c 21 additions, 14 deletionsarch/arm/src/lpc17xx/lpc17_usbhost.c
- arch/arm/src/lpc17xx/lpc17_usbhost.h 2 additions, 2 deletionsarch/arm/src/lpc17xx/lpc17_usbhost.h
- arch/arm/src/sama5/sam_ohci.c 21 additions, 13 deletionsarch/arm/src/sama5/sam_ohci.c
- arch/arm/src/sama5/sam_usbhost.h 2 additions, 2 deletionsarch/arm/src/sama5/sam_usbhost.h
- arch/arm/src/stm32/stm32_otgfs.h 2 additions, 2 deletionsarch/arm/src/stm32/stm32_otgfs.h
- arch/arm/src/stm32/stm32_otgfshost.c 21 additions, 14 deletionsarch/arm/src/stm32/stm32_otgfshost.c
- configs/cloudctrl/src/up_usb.c 5 additions, 5 deletionsconfigs/cloudctrl/src/up_usb.c
- configs/mikroe-stm32f4/src/up_usb.c 5 additions, 5 deletionsconfigs/mikroe-stm32f4/src/up_usb.c
- configs/olimex-lpc1766stk/src/up_nsh.c 5 additions, 5 deletionsconfigs/olimex-lpc1766stk/src/up_nsh.c
- configs/open1788/src/lpc17_nsh.c 5 additions, 5 deletionsconfigs/open1788/src/lpc17_nsh.c
- configs/pic32-starterkit/src/up_nsh.c 5 additions, 5 deletionsconfigs/pic32-starterkit/src/up_nsh.c
- configs/pic32mx7mmb/src/up_nsh.c 5 additions, 5 deletionsconfigs/pic32mx7mmb/src/up_nsh.c
- configs/sama5d3x-ek/src/sam_usb.c 11 additions, 11 deletionsconfigs/sama5d3x-ek/src/sam_usb.c
- configs/shenzhou/src/up_usb.c 5 additions, 5 deletionsconfigs/shenzhou/src/up_usb.c
- configs/stm3220g-eval/src/up_usb.c 5 additions, 5 deletionsconfigs/stm3220g-eval/src/up_usb.c
- configs/stm3240g-eval/src/up_usb.c 5 additions, 5 deletionsconfigs/stm3240g-eval/src/up_usb.c
- configs/stm32f4discovery/src/up_usb.c 5 additions, 5 deletionsconfigs/stm32f4discovery/src/up_usb.c
- configs/sure-pic32mx/src/pic32mx_nsh.c 5 additions, 5 deletionsconfigs/sure-pic32mx/src/pic32mx_nsh.c
Loading
Please register or sign in to comment