Explorar el Código

rename subfolder source to src

hathach hace 8 años
padre
commit
424735d440
Se han modificado 70 ficheros con 0 adiciones y 0 borrados
  1. 0 0
      src/class/cdc/cdc.h
  2. 0 0
      src/class/cdc/cdc_device.c
  3. 0 0
      src/class/cdc/cdc_device.h
  4. 0 0
      src/class/cdc/cdc_host.c
  5. 0 0
      src/class/cdc/cdc_host.h
  6. 0 0
      src/class/cdc/cdc_rndis.h
  7. 0 0
      src/class/cdc/cdc_rndis_host.c
  8. 0 0
      src/class/cdc/cdc_rndis_host.h
  9. 0 0
      src/class/custom/custom_device.c
  10. 0 0
      src/class/custom/custom_device.h
  11. 0 0
      src/class/custom/custom_host.c
  12. 0 0
      src/class/custom/custom_host.h
  13. 0 0
      src/class/hid/hid.h
  14. 0 0
      src/class/hid/hid_device.c
  15. 0 0
      src/class/hid/hid_device.h
  16. 0 0
      src/class/hid/hid_host.c
  17. 0 0
      src/class/hid/hid_host.h
  18. 0 0
      src/class/msc/msc.h
  19. 0 0
      src/class/msc/msc_device.c
  20. 0 0
      src/class/msc/msc_device.h
  21. 0 0
      src/class/msc/msc_host.c
  22. 0 0
      src/class/msc/msc_host.h
  23. 0 0
      src/common/binary.h
  24. 0 0
      src/common/compiler/tusb_compiler_gcc.h
  25. 0 0
      src/common/compiler/tusb_compiler_iar.h
  26. 0 0
      src/common/timeout_timer.h
  27. 0 0
      src/common/tusb_common.h
  28. 0 0
      src/common/tusb_compiler.h
  29. 0 0
      src/common/tusb_error.h
  30. 0 0
      src/common/tusb_fifo.c
  31. 0 0
      src/common/tusb_fifo.h
  32. 0 0
      src/common/tusb_types.h
  33. 0 0
      src/common/tusb_verify.h
  34. 0 0
      src/device/dcd.h
  35. 0 0
      src/device/usbd.c
  36. 0 0
      src/device/usbd.h
  37. 0 0
      src/device/usbd_pvt.h
  38. 0 0
      src/host/ehci/ehci.c
  39. 0 0
      src/host/ehci/ehci.h
  40. 0 0
      src/host/hcd.c
  41. 0 0
      src/host/hcd.h
  42. 0 0
      src/host/hub.c
  43. 0 0
      src/host/hub.h
  44. 0 0
      src/host/ohci/ohci.c
  45. 0 0
      src/host/ohci/ohci.h
  46. 0 0
      src/host/usbh.c
  47. 0 0
      src/host/usbh.h
  48. 0 0
      src/host/usbh_hcd.h
  49. 0 0
      src/host/usbh_hub.h
  50. 0 0
      src/license.md
  51. 0 0
      src/osal/osal.c
  52. 0 0
      src/osal/osal.h
  53. 0 0
      src/osal/osal_freeRTOS.h
  54. 0 0
      src/osal/osal_none.h
  55. 0 0
      src/portable/nordic/nrf5x/dcd_nrf5x.c
  56. 0 0
      src/portable/nordic/nrf5x/hal_nrf5x.c
  57. 0 0
      src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
  58. 0 0
      src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h
  59. 0 0
      src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c
  60. 0 0
      src/portable/nxp/lpc17xx/dcd_lpc175x_6x.h
  61. 0 0
      src/portable/nxp/lpc17xx/hal_lpc175x_6x.c
  62. 0 0
      src/portable/nxp/lpc17xx/hal_mcu.h
  63. 0 0
      src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c
  64. 0 0
      src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h
  65. 0 0
      src/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c
  66. 0 0
      src/portable/readme.md
  67. 0 0
      src/tusb.c
  68. 0 0
      src/tusb.h
  69. 0 0
      src/tusb_hal.h
  70. 0 0
      src/tusb_option.h

+ 0 - 0
tinyusb/class/cdc/cdc.h → src/class/cdc/cdc.h


+ 0 - 0
tinyusb/class/cdc/cdc_device.c → src/class/cdc/cdc_device.c


+ 0 - 0
tinyusb/class/cdc/cdc_device.h → src/class/cdc/cdc_device.h


+ 0 - 0
tinyusb/class/cdc/cdc_host.c → src/class/cdc/cdc_host.c


+ 0 - 0
tinyusb/class/cdc/cdc_host.h → src/class/cdc/cdc_host.h


+ 0 - 0
tinyusb/class/cdc/cdc_rndis.h → src/class/cdc/cdc_rndis.h


+ 0 - 0
tinyusb/class/cdc/cdc_rndis_host.c → src/class/cdc/cdc_rndis_host.c


+ 0 - 0
tinyusb/class/cdc/cdc_rndis_host.h → src/class/cdc/cdc_rndis_host.h


+ 0 - 0
tinyusb/class/custom/custom_device.c → src/class/custom/custom_device.c


+ 0 - 0
tinyusb/class/custom/custom_device.h → src/class/custom/custom_device.h


+ 0 - 0
tinyusb/class/custom/custom_host.c → src/class/custom/custom_host.c


+ 0 - 0
tinyusb/class/custom/custom_host.h → src/class/custom/custom_host.h


+ 0 - 0
tinyusb/class/hid/hid.h → src/class/hid/hid.h


+ 0 - 0
tinyusb/class/hid/hid_device.c → src/class/hid/hid_device.c


+ 0 - 0
tinyusb/class/hid/hid_device.h → src/class/hid/hid_device.h


+ 0 - 0
tinyusb/class/hid/hid_host.c → src/class/hid/hid_host.c


+ 0 - 0
tinyusb/class/hid/hid_host.h → src/class/hid/hid_host.h


+ 0 - 0
tinyusb/class/msc/msc.h → src/class/msc/msc.h


+ 0 - 0
tinyusb/class/msc/msc_device.c → src/class/msc/msc_device.c


+ 0 - 0
tinyusb/class/msc/msc_device.h → src/class/msc/msc_device.h


+ 0 - 0
tinyusb/class/msc/msc_host.c → src/class/msc/msc_host.c


+ 0 - 0
tinyusb/class/msc/msc_host.h → src/class/msc/msc_host.h


+ 0 - 0
tinyusb/common/binary.h → src/common/binary.h


+ 0 - 0
tinyusb/common/compiler/tusb_compiler_gcc.h → src/common/compiler/tusb_compiler_gcc.h


+ 0 - 0
tinyusb/common/compiler/tusb_compiler_iar.h → src/common/compiler/tusb_compiler_iar.h


+ 0 - 0
tinyusb/common/timeout_timer.h → src/common/timeout_timer.h


+ 0 - 0
tinyusb/common/tusb_common.h → src/common/tusb_common.h


+ 0 - 0
tinyusb/common/tusb_compiler.h → src/common/tusb_compiler.h


+ 0 - 0
tinyusb/common/tusb_error.h → src/common/tusb_error.h


+ 0 - 0
tinyusb/common/tusb_fifo.c → src/common/tusb_fifo.c


+ 0 - 0
tinyusb/common/tusb_fifo.h → src/common/tusb_fifo.h


+ 0 - 0
tinyusb/common/tusb_types.h → src/common/tusb_types.h


+ 0 - 0
tinyusb/common/tusb_verify.h → src/common/tusb_verify.h


+ 0 - 0
tinyusb/device/dcd.h → src/device/dcd.h


+ 0 - 0
tinyusb/device/usbd.c → src/device/usbd.c


+ 0 - 0
tinyusb/device/usbd.h → src/device/usbd.h


+ 0 - 0
tinyusb/device/usbd_pvt.h → src/device/usbd_pvt.h


+ 0 - 0
tinyusb/host/ehci/ehci.c → src/host/ehci/ehci.c


+ 0 - 0
tinyusb/host/ehci/ehci.h → src/host/ehci/ehci.h


+ 0 - 0
tinyusb/host/hcd.c → src/host/hcd.c


+ 0 - 0
tinyusb/host/hcd.h → src/host/hcd.h


+ 0 - 0
tinyusb/host/hub.c → src/host/hub.c


+ 0 - 0
tinyusb/host/hub.h → src/host/hub.h


+ 0 - 0
tinyusb/host/ohci/ohci.c → src/host/ohci/ohci.c


+ 0 - 0
tinyusb/host/ohci/ohci.h → src/host/ohci/ohci.h


+ 0 - 0
tinyusb/host/usbh.c → src/host/usbh.c


+ 0 - 0
tinyusb/host/usbh.h → src/host/usbh.h


+ 0 - 0
tinyusb/host/usbh_hcd.h → src/host/usbh_hcd.h


+ 0 - 0
tinyusb/host/usbh_hub.h → src/host/usbh_hub.h


+ 0 - 0
tinyusb/license.md → src/license.md


+ 0 - 0
tinyusb/osal/osal.c → src/osal/osal.c


+ 0 - 0
tinyusb/osal/osal.h → src/osal/osal.h


+ 0 - 0
tinyusb/osal/osal_freeRTOS.h → src/osal/osal_freeRTOS.h


+ 0 - 0
tinyusb/osal/osal_none.h → src/osal/osal_none.h


+ 0 - 0
tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c → src/portable/nordic/nrf5x/dcd_nrf5x.c


+ 0 - 0
tinyusb/portable/nordic/nrf5x/hal_nrf5x.c → src/portable/nordic/nrf5x/hal_nrf5x.c


+ 0 - 0
tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c → src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c


+ 0 - 0
tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h → src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h


+ 0 - 0
tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c → src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c


+ 0 - 0
tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.h → src/portable/nxp/lpc17xx/dcd_lpc175x_6x.h


+ 0 - 0
tinyusb/portable/nxp/lpc17xx/hal_lpc175x_6x.c → src/portable/nxp/lpc17xx/hal_lpc175x_6x.c


+ 0 - 0
tinyusb/portable/nxp/lpc17xx/hal_mcu.h → src/portable/nxp/lpc17xx/hal_mcu.h


+ 0 - 0
tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c → src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c


+ 0 - 0
tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h → src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h


+ 0 - 0
tinyusb/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c → src/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c


+ 0 - 0
tinyusb/portable/readme.md → src/portable/readme.md


+ 0 - 0
tinyusb/tusb.c → src/tusb.c


+ 0 - 0
tinyusb/tusb.h → src/tusb.h


+ 0 - 0
tinyusb/tusb_hal.h → src/tusb_hal.h


+ 0 - 0
tinyusb/tusb_option.h → src/tusb_option.h