summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-06-18 14:05:24 +0700
committerhathach <[email protected]>2018-06-18 14:05:24 +0700
commit424735d44041fc478b572f973d997829b402153d (patch)
treebc9956eee5bba55cf2f46fe49b504a6278d5b8b9
parentb96e8c6cefd0128c99ab65fe7f2909449c85092b (diff)
rename subfolder source to src
-rw-r--r--src/class/cdc/cdc.h (renamed from tinyusb/class/cdc/cdc.h)0
-rw-r--r--src/class/cdc/cdc_device.c (renamed from tinyusb/class/cdc/cdc_device.c)0
-rw-r--r--src/class/cdc/cdc_device.h (renamed from tinyusb/class/cdc/cdc_device.h)0
-rw-r--r--src/class/cdc/cdc_host.c (renamed from tinyusb/class/cdc/cdc_host.c)0
-rw-r--r--src/class/cdc/cdc_host.h (renamed from tinyusb/class/cdc/cdc_host.h)0
-rw-r--r--src/class/cdc/cdc_rndis.h (renamed from tinyusb/class/cdc/cdc_rndis.h)0
-rw-r--r--src/class/cdc/cdc_rndis_host.c (renamed from tinyusb/class/cdc/cdc_rndis_host.c)0
-rw-r--r--src/class/cdc/cdc_rndis_host.h (renamed from tinyusb/class/cdc/cdc_rndis_host.h)0
-rw-r--r--src/class/custom/custom_device.c (renamed from tinyusb/class/custom/custom_device.c)0
-rw-r--r--src/class/custom/custom_device.h (renamed from tinyusb/class/custom/custom_device.h)0
-rw-r--r--src/class/custom/custom_host.c (renamed from tinyusb/class/custom/custom_host.c)0
-rw-r--r--src/class/custom/custom_host.h (renamed from tinyusb/class/custom/custom_host.h)0
-rw-r--r--src/class/hid/hid.h (renamed from tinyusb/class/hid/hid.h)0
-rw-r--r--src/class/hid/hid_device.c (renamed from tinyusb/class/hid/hid_device.c)0
-rw-r--r--src/class/hid/hid_device.h (renamed from tinyusb/class/hid/hid_device.h)0
-rw-r--r--src/class/hid/hid_host.c (renamed from tinyusb/class/hid/hid_host.c)0
-rw-r--r--src/class/hid/hid_host.h (renamed from tinyusb/class/hid/hid_host.h)0
-rw-r--r--src/class/msc/msc.h (renamed from tinyusb/class/msc/msc.h)0
-rw-r--r--src/class/msc/msc_device.c (renamed from tinyusb/class/msc/msc_device.c)0
-rw-r--r--src/class/msc/msc_device.h (renamed from tinyusb/class/msc/msc_device.h)0
-rw-r--r--src/class/msc/msc_host.c (renamed from tinyusb/class/msc/msc_host.c)0
-rw-r--r--src/class/msc/msc_host.h (renamed from tinyusb/class/msc/msc_host.h)0
-rw-r--r--src/common/binary.h (renamed from tinyusb/common/binary.h)0
-rw-r--r--src/common/compiler/tusb_compiler_gcc.h (renamed from tinyusb/common/compiler/tusb_compiler_gcc.h)0
-rw-r--r--src/common/compiler/tusb_compiler_iar.h (renamed from tinyusb/common/compiler/tusb_compiler_iar.h)0
-rw-r--r--src/common/timeout_timer.h (renamed from tinyusb/common/timeout_timer.h)0
-rw-r--r--src/common/tusb_common.h (renamed from tinyusb/common/tusb_common.h)0
-rw-r--r--src/common/tusb_compiler.h (renamed from tinyusb/common/tusb_compiler.h)0
-rw-r--r--src/common/tusb_error.h (renamed from tinyusb/common/tusb_error.h)0
-rw-r--r--src/common/tusb_fifo.c (renamed from tinyusb/common/tusb_fifo.c)0
-rw-r--r--src/common/tusb_fifo.h (renamed from tinyusb/common/tusb_fifo.h)0
-rw-r--r--src/common/tusb_types.h (renamed from tinyusb/common/tusb_types.h)0
-rw-r--r--src/common/tusb_verify.h (renamed from tinyusb/common/tusb_verify.h)0
-rw-r--r--src/device/dcd.h (renamed from tinyusb/device/dcd.h)0
-rw-r--r--src/device/usbd.c (renamed from tinyusb/device/usbd.c)0
-rw-r--r--src/device/usbd.h (renamed from tinyusb/device/usbd.h)0
-rw-r--r--src/device/usbd_pvt.h (renamed from tinyusb/device/usbd_pvt.h)0
-rw-r--r--src/host/ehci/ehci.c (renamed from tinyusb/host/ehci/ehci.c)0
-rw-r--r--src/host/ehci/ehci.h (renamed from tinyusb/host/ehci/ehci.h)0
-rw-r--r--src/host/hcd.c (renamed from tinyusb/host/hcd.c)0
-rw-r--r--src/host/hcd.h (renamed from tinyusb/host/hcd.h)0
-rw-r--r--src/host/hub.c (renamed from tinyusb/host/hub.c)0
-rw-r--r--src/host/hub.h (renamed from tinyusb/host/hub.h)0
-rw-r--r--src/host/ohci/ohci.c (renamed from tinyusb/host/ohci/ohci.c)0
-rw-r--r--src/host/ohci/ohci.h (renamed from tinyusb/host/ohci/ohci.h)0
-rw-r--r--src/host/usbh.c (renamed from tinyusb/host/usbh.c)0
-rw-r--r--src/host/usbh.h (renamed from tinyusb/host/usbh.h)0
-rw-r--r--src/host/usbh_hcd.h (renamed from tinyusb/host/usbh_hcd.h)0
-rw-r--r--src/host/usbh_hub.h (renamed from tinyusb/host/usbh_hub.h)0
-rw-r--r--src/license.md (renamed from tinyusb/license.md)0
-rw-r--r--src/osal/osal.c (renamed from tinyusb/osal/osal.c)0
-rw-r--r--src/osal/osal.h (renamed from tinyusb/osal/osal.h)0
-rw-r--r--src/osal/osal_freeRTOS.h (renamed from tinyusb/osal/osal_freeRTOS.h)0
-rw-r--r--src/osal/osal_none.h (renamed from tinyusb/osal/osal_none.h)0
-rw-r--r--src/portable/nordic/nrf5x/dcd_nrf5x.c (renamed from tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c)0
-rw-r--r--src/portable/nordic/nrf5x/hal_nrf5x.c (renamed from tinyusb/portable/nordic/nrf5x/hal_nrf5x.c)0
-rw-r--r--src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c (renamed from tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c)0
-rw-r--r--src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h (renamed from tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h)0
-rw-r--r--src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c (renamed from tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c)0
-rw-r--r--src/portable/nxp/lpc17xx/dcd_lpc175x_6x.h (renamed from tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.h)0
-rw-r--r--src/portable/nxp/lpc17xx/hal_lpc175x_6x.c (renamed from tinyusb/portable/nxp/lpc17xx/hal_lpc175x_6x.c)0
-rw-r--r--src/portable/nxp/lpc17xx/hal_mcu.h (renamed from tinyusb/portable/nxp/lpc17xx/hal_mcu.h)0
-rw-r--r--src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c (renamed from tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c)0
-rw-r--r--src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h (renamed from tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h)0
-rw-r--r--src/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c (renamed from tinyusb/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c)0
-rw-r--r--src/portable/readme.md (renamed from tinyusb/portable/readme.md)0
-rw-r--r--src/tusb.c (renamed from tinyusb/tusb.c)0
-rw-r--r--src/tusb.h (renamed from tinyusb/tusb.h)0
-rw-r--r--src/tusb_hal.h (renamed from tinyusb/tusb_hal.h)0
-rw-r--r--src/tusb_option.h (renamed from tinyusb/tusb_option.h)0
70 files changed, 0 insertions, 0 deletions
diff --git a/tinyusb/class/cdc/cdc.h b/src/class/cdc/cdc.h
index b0c4f90d4..b0c4f90d4 100644
--- a/tinyusb/class/cdc/cdc.h
+++ b/src/class/cdc/cdc.h
diff --git a/tinyusb/class/cdc/cdc_device.c b/src/class/cdc/cdc_device.c
index 90e1924b4..90e1924b4 100644
--- a/tinyusb/class/cdc/cdc_device.c
+++ b/src/class/cdc/cdc_device.c
diff --git a/tinyusb/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h
index c1a790fc8..c1a790fc8 100644
--- a/tinyusb/class/cdc/cdc_device.h
+++ b/src/class/cdc/cdc_device.h
diff --git a/tinyusb/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c
index bd5b5e32c..bd5b5e32c 100644
--- a/tinyusb/class/cdc/cdc_host.c
+++ b/src/class/cdc/cdc_host.c
diff --git a/tinyusb/class/cdc/cdc_host.h b/src/class/cdc/cdc_host.h
index 77f1e5a78..77f1e5a78 100644
--- a/tinyusb/class/cdc/cdc_host.h
+++ b/src/class/cdc/cdc_host.h
diff --git a/tinyusb/class/cdc/cdc_rndis.h b/src/class/cdc/cdc_rndis.h
index 460477eb0..460477eb0 100644
--- a/tinyusb/class/cdc/cdc_rndis.h
+++ b/src/class/cdc/cdc_rndis.h
diff --git a/tinyusb/class/cdc/cdc_rndis_host.c b/src/class/cdc/cdc_rndis_host.c
index 62361feb4..62361feb4 100644
--- a/tinyusb/class/cdc/cdc_rndis_host.c
+++ b/src/class/cdc/cdc_rndis_host.c
diff --git a/tinyusb/class/cdc/cdc_rndis_host.h b/src/class/cdc/cdc_rndis_host.h
index c4597daa8..c4597daa8 100644
--- a/tinyusb/class/cdc/cdc_rndis_host.h
+++ b/src/class/cdc/cdc_rndis_host.h
diff --git a/tinyusb/class/custom/custom_device.c b/src/class/custom/custom_device.c
index 3d0453001..3d0453001 100644
--- a/tinyusb/class/custom/custom_device.c
+++ b/src/class/custom/custom_device.c
diff --git a/tinyusb/class/custom/custom_device.h b/src/class/custom/custom_device.h
index 08f4f7f4a..08f4f7f4a 100644
--- a/tinyusb/class/custom/custom_device.h
+++ b/src/class/custom/custom_device.h
diff --git a/tinyusb/class/custom/custom_host.c b/src/class/custom/custom_host.c
index ad3315980..ad3315980 100644
--- a/tinyusb/class/custom/custom_host.c
+++ b/src/class/custom/custom_host.c
diff --git a/tinyusb/class/custom/custom_host.h b/src/class/custom/custom_host.h
index 2bf3a8d3c..2bf3a8d3c 100644
--- a/tinyusb/class/custom/custom_host.h
+++ b/src/class/custom/custom_host.h
diff --git a/tinyusb/class/hid/hid.h b/src/class/hid/hid.h
index d53eb979d..d53eb979d 100644
--- a/tinyusb/class/hid/hid.h
+++ b/src/class/hid/hid.h
diff --git a/tinyusb/class/hid/hid_device.c b/src/class/hid/hid_device.c
index a6080e69d..a6080e69d 100644
--- a/tinyusb/class/hid/hid_device.c
+++ b/src/class/hid/hid_device.c
diff --git a/tinyusb/class/hid/hid_device.h b/src/class/hid/hid_device.h
index b211731e0..b211731e0 100644
--- a/tinyusb/class/hid/hid_device.h
+++ b/src/class/hid/hid_device.h
diff --git a/tinyusb/class/hid/hid_host.c b/src/class/hid/hid_host.c
index 69f86ee0b..69f86ee0b 100644
--- a/tinyusb/class/hid/hid_host.c
+++ b/src/class/hid/hid_host.c
diff --git a/tinyusb/class/hid/hid_host.h b/src/class/hid/hid_host.h
index b93bcdccb..b93bcdccb 100644
--- a/tinyusb/class/hid/hid_host.h
+++ b/src/class/hid/hid_host.h
diff --git a/tinyusb/class/msc/msc.h b/src/class/msc/msc.h
index a8af2b886..a8af2b886 100644
--- a/tinyusb/class/msc/msc.h
+++ b/src/class/msc/msc.h
diff --git a/tinyusb/class/msc/msc_device.c b/src/class/msc/msc_device.c
index c772e62a6..c772e62a6 100644
--- a/tinyusb/class/msc/msc_device.c
+++ b/src/class/msc/msc_device.c
diff --git a/tinyusb/class/msc/msc_device.h b/src/class/msc/msc_device.h
index 104e46414..104e46414 100644
--- a/tinyusb/class/msc/msc_device.h
+++ b/src/class/msc/msc_device.h
diff --git a/tinyusb/class/msc/msc_host.c b/src/class/msc/msc_host.c
index afe7032a6..afe7032a6 100644
--- a/tinyusb/class/msc/msc_host.c
+++ b/src/class/msc/msc_host.c
diff --git a/tinyusb/class/msc/msc_host.h b/src/class/msc/msc_host.h
index dce275fc8..dce275fc8 100644
--- a/tinyusb/class/msc/msc_host.h
+++ b/src/class/msc/msc_host.h
diff --git a/tinyusb/common/binary.h b/src/common/binary.h
index 3ab87e3f8..3ab87e3f8 100644
--- a/tinyusb/common/binary.h
+++ b/src/common/binary.h
diff --git a/tinyusb/common/compiler/tusb_compiler_gcc.h b/src/common/compiler/tusb_compiler_gcc.h
index c9f716d48..c9f716d48 100644
--- a/tinyusb/common/compiler/tusb_compiler_gcc.h
+++ b/src/common/compiler/tusb_compiler_gcc.h
diff --git a/tinyusb/common/compiler/tusb_compiler_iar.h b/src/common/compiler/tusb_compiler_iar.h
index 1703ea45f..1703ea45f 100644
--- a/tinyusb/common/compiler/tusb_compiler_iar.h
+++ b/src/common/compiler/tusb_compiler_iar.h
diff --git a/tinyusb/common/timeout_timer.h b/src/common/timeout_timer.h
index aafc8cce2..aafc8cce2 100644
--- a/tinyusb/common/timeout_timer.h
+++ b/src/common/timeout_timer.h
diff --git a/tinyusb/common/tusb_common.h b/src/common/tusb_common.h
index 2ac0e2e8b..2ac0e2e8b 100644
--- a/tinyusb/common/tusb_common.h
+++ b/src/common/tusb_common.h
diff --git a/tinyusb/common/tusb_compiler.h b/src/common/tusb_compiler.h
index 369c3121a..369c3121a 100644
--- a/tinyusb/common/tusb_compiler.h
+++ b/src/common/tusb_compiler.h
diff --git a/tinyusb/common/tusb_error.h b/src/common/tusb_error.h
index 339f6ced1..339f6ced1 100644
--- a/tinyusb/common/tusb_error.h
+++ b/src/common/tusb_error.h
diff --git a/tinyusb/common/tusb_fifo.c b/src/common/tusb_fifo.c
index b4bb70b87..b4bb70b87 100644
--- a/tinyusb/common/tusb_fifo.c
+++ b/src/common/tusb_fifo.c
diff --git a/tinyusb/common/tusb_fifo.h b/src/common/tusb_fifo.h
index 452b1f35f..452b1f35f 100644
--- a/tinyusb/common/tusb_fifo.h
+++ b/src/common/tusb_fifo.h
diff --git a/tinyusb/common/tusb_types.h b/src/common/tusb_types.h
index f3fc856c3..f3fc856c3 100644
--- a/tinyusb/common/tusb_types.h
+++ b/src/common/tusb_types.h
diff --git a/tinyusb/common/tusb_verify.h b/src/common/tusb_verify.h
index 0e1f3b934..0e1f3b934 100644
--- a/tinyusb/common/tusb_verify.h
+++ b/src/common/tusb_verify.h
diff --git a/tinyusb/device/dcd.h b/src/device/dcd.h
index bee787d03..bee787d03 100644
--- a/tinyusb/device/dcd.h
+++ b/src/device/dcd.h
diff --git a/tinyusb/device/usbd.c b/src/device/usbd.c
index 6718c0876..6718c0876 100644
--- a/tinyusb/device/usbd.c
+++ b/src/device/usbd.c
diff --git a/tinyusb/device/usbd.h b/src/device/usbd.h
index 8e4d9f1a0..8e4d9f1a0 100644
--- a/tinyusb/device/usbd.h
+++ b/src/device/usbd.h
diff --git a/tinyusb/device/usbd_pvt.h b/src/device/usbd_pvt.h
index 067d7e937..067d7e937 100644
--- a/tinyusb/device/usbd_pvt.h
+++ b/src/device/usbd_pvt.h
diff --git a/tinyusb/host/ehci/ehci.c b/src/host/ehci/ehci.c
index c9cd39378..c9cd39378 100644
--- a/tinyusb/host/ehci/ehci.c
+++ b/src/host/ehci/ehci.c
diff --git a/tinyusb/host/ehci/ehci.h b/src/host/ehci/ehci.h
index 250023ee5..250023ee5 100644
--- a/tinyusb/host/ehci/ehci.h
+++ b/src/host/ehci/ehci.h
diff --git a/tinyusb/host/hcd.c b/src/host/hcd.c
index 092ca96da..092ca96da 100644
--- a/tinyusb/host/hcd.c
+++ b/src/host/hcd.c
diff --git a/tinyusb/host/hcd.h b/src/host/hcd.h
index b9f6a1ff7..b9f6a1ff7 100644
--- a/tinyusb/host/hcd.h
+++ b/src/host/hcd.h
diff --git a/tinyusb/host/hub.c b/src/host/hub.c
index 063cef61a..063cef61a 100644
--- a/tinyusb/host/hub.c
+++ b/src/host/hub.c
diff --git a/tinyusb/host/hub.h b/src/host/hub.h
index b8499275c..b8499275c 100644
--- a/tinyusb/host/hub.h
+++ b/src/host/hub.h
diff --git a/tinyusb/host/ohci/ohci.c b/src/host/ohci/ohci.c
index 5788aac94..5788aac94 100644
--- a/tinyusb/host/ohci/ohci.c
+++ b/src/host/ohci/ohci.c
diff --git a/tinyusb/host/ohci/ohci.h b/src/host/ohci/ohci.h
index f49d85261..f49d85261 100644
--- a/tinyusb/host/ohci/ohci.h
+++ b/src/host/ohci/ohci.h
diff --git a/tinyusb/host/usbh.c b/src/host/usbh.c
index 506135b49..506135b49 100644
--- a/tinyusb/host/usbh.c
+++ b/src/host/usbh.c
diff --git a/tinyusb/host/usbh.h b/src/host/usbh.h
index 5aaeb4186..5aaeb4186 100644
--- a/tinyusb/host/usbh.h
+++ b/src/host/usbh.h
diff --git a/tinyusb/host/usbh_hcd.h b/src/host/usbh_hcd.h
index 1c2c4ad0b..1c2c4ad0b 100644
--- a/tinyusb/host/usbh_hcd.h
+++ b/src/host/usbh_hcd.h
diff --git a/tinyusb/host/usbh_hub.h b/src/host/usbh_hub.h
index 48a81bcd2..48a81bcd2 100644
--- a/tinyusb/host/usbh_hub.h
+++ b/src/host/usbh_hub.h
diff --git a/tinyusb/license.md b/src/license.md
index 597d93939..597d93939 100644
--- a/tinyusb/license.md
+++ b/src/license.md
diff --git a/tinyusb/osal/osal.c b/src/osal/osal.c
index f2078b09c..f2078b09c 100644
--- a/tinyusb/osal/osal.c
+++ b/src/osal/osal.c
diff --git a/tinyusb/osal/osal.h b/src/osal/osal.h
index 669159607..669159607 100644
--- a/tinyusb/osal/osal.h
+++ b/src/osal/osal.h
diff --git a/tinyusb/osal/osal_freeRTOS.h b/src/osal/osal_freeRTOS.h
index 6e6535da3..6e6535da3 100644
--- a/tinyusb/osal/osal_freeRTOS.h
+++ b/src/osal/osal_freeRTOS.h
diff --git a/tinyusb/osal/osal_none.h b/src/osal/osal_none.h
index 5b13fcbfa..5b13fcbfa 100644
--- a/tinyusb/osal/osal_none.h
+++ b/src/osal/osal_none.h
diff --git a/tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c b/src/portable/nordic/nrf5x/dcd_nrf5x.c
index b2193edf0..b2193edf0 100644
--- a/tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c
+++ b/src/portable/nordic/nrf5x/dcd_nrf5x.c
diff --git a/tinyusb/portable/nordic/nrf5x/hal_nrf5x.c b/src/portable/nordic/nrf5x/hal_nrf5x.c
index e75c86715..e75c86715 100644
--- a/tinyusb/portable/nordic/nrf5x/hal_nrf5x.c
+++ b/src/portable/nordic/nrf5x/hal_nrf5x.c
diff --git a/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c b/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
index a9f05f573..a9f05f573 100644
--- a/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
+++ b/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c
diff --git a/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h b/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h
index 530fcd808..530fcd808 100644
--- a/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h
+++ b/src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.h
diff --git a/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c b/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c
index 18947997f..18947997f 100644
--- a/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c
+++ b/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c
diff --git a/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.h b/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.h
index 1df1fcd30..1df1fcd30 100644
--- a/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.h
+++ b/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.h
diff --git a/tinyusb/portable/nxp/lpc17xx/hal_lpc175x_6x.c b/src/portable/nxp/lpc17xx/hal_lpc175x_6x.c
index 5fa5ecfa0..5fa5ecfa0 100644
--- a/tinyusb/portable/nxp/lpc17xx/hal_lpc175x_6x.c
+++ b/src/portable/nxp/lpc17xx/hal_lpc175x_6x.c
diff --git a/tinyusb/portable/nxp/lpc17xx/hal_mcu.h b/src/portable/nxp/lpc17xx/hal_mcu.h
index be1e71671..be1e71671 100644
--- a/tinyusb/portable/nxp/lpc17xx/hal_mcu.h
+++ b/src/portable/nxp/lpc17xx/hal_mcu.h
diff --git a/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c b/src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c
index ef586c9e3..ef586c9e3 100644
--- a/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c
+++ b/src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c
diff --git a/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h b/src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h
index 92e24c1fb..92e24c1fb 100644
--- a/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h
+++ b/src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h
diff --git a/tinyusb/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c b/src/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c
index a25710d3f..a25710d3f 100644
--- a/tinyusb/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c
+++ b/src/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c
diff --git a/tinyusb/portable/readme.md b/src/portable/readme.md
index a3e8557dc..a3e8557dc 100644
--- a/tinyusb/portable/readme.md
+++ b/src/portable/readme.md
diff --git a/tinyusb/tusb.c b/src/tusb.c
index dd3be72e4..dd3be72e4 100644
--- a/tinyusb/tusb.c
+++ b/src/tusb.c
diff --git a/tinyusb/tusb.h b/src/tusb.h
index 3f70546c8..3f70546c8 100644
--- a/tinyusb/tusb.h
+++ b/src/tusb.h
diff --git a/tinyusb/tusb_hal.h b/src/tusb_hal.h
index 85a2a8709..85a2a8709 100644
--- a/tinyusb/tusb_hal.h
+++ b/src/tusb_hal.h
diff --git a/tinyusb/tusb_option.h b/src/tusb_option.h
index 755413c2e..755413c2e 100644
--- a/tinyusb/tusb_option.h
+++ b/src/tusb_option.h