From e3b57cea05b5e023bba7472bf8c583d4adc29e3e Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 10 May 2022 13:01:28 +0700 Subject: [PATCH] rename host/hid_to_cdc to dual/host_hid_to_device_cdc --- .../hid_to_cdc => dual/host_hid_to_device_cdc}/CMakeLists.txt | 0 .../{host/hid_to_cdc => dual/host_hid_to_device_cdc}/Makefile | 0 .../{host/hid_to_cdc => dual/host_hid_to_device_cdc}/only.txt | 0 .../{host/hid_to_cdc => dual/host_hid_to_device_cdc}/src/main.c | 0 .../hid_to_cdc => dual/host_hid_to_device_cdc}/src/tusb_config.h | 0 .../host_hid_to_device_cdc}/src/usb_descriptors.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename examples/{host/hid_to_cdc => dual/host_hid_to_device_cdc}/CMakeLists.txt (100%) rename examples/{host/hid_to_cdc => dual/host_hid_to_device_cdc}/Makefile (100%) rename examples/{host/hid_to_cdc => dual/host_hid_to_device_cdc}/only.txt (100%) rename examples/{host/hid_to_cdc => dual/host_hid_to_device_cdc}/src/main.c (100%) rename examples/{host/hid_to_cdc => dual/host_hid_to_device_cdc}/src/tusb_config.h (100%) rename examples/{host/hid_to_cdc => dual/host_hid_to_device_cdc}/src/usb_descriptors.c (100%) diff --git a/examples/host/hid_to_cdc/CMakeLists.txt b/examples/dual/host_hid_to_device_cdc/CMakeLists.txt similarity index 100% rename from examples/host/hid_to_cdc/CMakeLists.txt rename to examples/dual/host_hid_to_device_cdc/CMakeLists.txt diff --git a/examples/host/hid_to_cdc/Makefile b/examples/dual/host_hid_to_device_cdc/Makefile similarity index 100% rename from examples/host/hid_to_cdc/Makefile rename to examples/dual/host_hid_to_device_cdc/Makefile diff --git a/examples/host/hid_to_cdc/only.txt b/examples/dual/host_hid_to_device_cdc/only.txt similarity index 100% rename from examples/host/hid_to_cdc/only.txt rename to examples/dual/host_hid_to_device_cdc/only.txt diff --git a/examples/host/hid_to_cdc/src/main.c b/examples/dual/host_hid_to_device_cdc/src/main.c similarity index 100% rename from examples/host/hid_to_cdc/src/main.c rename to examples/dual/host_hid_to_device_cdc/src/main.c diff --git a/examples/host/hid_to_cdc/src/tusb_config.h b/examples/dual/host_hid_to_device_cdc/src/tusb_config.h similarity index 100% rename from examples/host/hid_to_cdc/src/tusb_config.h rename to examples/dual/host_hid_to_device_cdc/src/tusb_config.h diff --git a/examples/host/hid_to_cdc/src/usb_descriptors.c b/examples/dual/host_hid_to_device_cdc/src/usb_descriptors.c similarity index 100% rename from examples/host/hid_to_cdc/src/usb_descriptors.c rename to examples/dual/host_hid_to_device_cdc/src/usb_descriptors.c