summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-05-10 13:01:28 +0700
committerhathach <[email protected]>2022-05-10 13:01:28 +0700
commite3b57cea05b5e023bba7472bf8c583d4adc29e3e (patch)
tree271a35f3c55784001f542ba9f2bb861da1619d74 /examples
parent26ee62222290abf016ff4eb801d1289e05e595a1 (diff)
rename host/hid_to_cdc to dual/host_hid_to_device_cdc
Diffstat (limited to 'examples')
-rw-r--r--examples/dual/host_hid_to_device_cdc/CMakeLists.txt (renamed from examples/host/hid_to_cdc/CMakeLists.txt)0
-rw-r--r--examples/dual/host_hid_to_device_cdc/Makefile (renamed from examples/host/hid_to_cdc/Makefile)0
-rw-r--r--examples/dual/host_hid_to_device_cdc/only.txt (renamed from examples/host/hid_to_cdc/only.txt)0
-rw-r--r--examples/dual/host_hid_to_device_cdc/src/main.c (renamed from examples/host/hid_to_cdc/src/main.c)0
-rw-r--r--examples/dual/host_hid_to_device_cdc/src/tusb_config.h (renamed from examples/host/hid_to_cdc/src/tusb_config.h)0
-rw-r--r--examples/dual/host_hid_to_device_cdc/src/usb_descriptors.c (renamed from examples/host/hid_to_cdc/src/usb_descriptors.c)0
6 files changed, 0 insertions, 0 deletions
diff --git a/examples/host/hid_to_cdc/CMakeLists.txt b/examples/dual/host_hid_to_device_cdc/CMakeLists.txt
index ff9f58c4c..ff9f58c4c 100644
--- a/examples/host/hid_to_cdc/CMakeLists.txt
+++ b/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
index 3fe9b0888..3fe9b0888 100644
--- a/examples/host/hid_to_cdc/Makefile
+++ b/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
index 6ee8e3fde..6ee8e3fde 100644
--- a/examples/host/hid_to_cdc/only.txt
+++ b/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
index cc811cd71..cc811cd71 100644
--- a/examples/host/hid_to_cdc/src/main.c
+++ b/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
index 0fa4899a9..0fa4899a9 100644
--- a/examples/host/hid_to_cdc/src/tusb_config.h
+++ b/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
index e55899f65..e55899f65 100644
--- a/examples/host/hid_to_cdc/src/usb_descriptors.c
+++ b/examples/dual/host_hid_to_device_cdc/src/usb_descriptors.c