diff options
| author | hathach <[email protected]> | 2022-03-04 22:25:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-04 22:25:50 +0700 |
| commit | b9a6cd8b6163e79d42ba3b56515579f6c1d5f3b2 (patch) | |
| tree | 318f0a8c719b4cfff56183c23d8134ad03f49d6c /examples | |
| parent | 271f905521edfdcfc5649bbe6906f3d3c6d4b10f (diff) | |
rename example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | examples/host/bare_api/CMakeLists.txt (renamed from examples/host/libusb_api/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | examples/host/bare_api/Makefile (renamed from examples/host/libusb_api/Makefile) | 0 | ||||
| -rw-r--r-- | examples/host/bare_api/only.txt (renamed from examples/host/libusb_api/only.txt) | 0 | ||||
| -rw-r--r-- | examples/host/bare_api/src/main.c (renamed from examples/host/libusb_api/src/main.c) | 0 | ||||
| -rw-r--r-- | examples/host/bare_api/src/tusb_config.h (renamed from examples/host/libusb_api/src/tusb_config.h) | 0 |
6 files changed, 0 insertions, 1 deletions
diff --git a/examples/host/CMakeLists.txt b/examples/host/CMakeLists.txt index 38db6c6cc..5c63ec0c0 100644 --- a/examples/host/CMakeLists.txt +++ b/examples/host/CMakeLists.txt @@ -8,4 +8,3 @@ family_initialize_project(tinyusb_host_examples ${CMAKE_CURRENT_LIST_DIR}) # family_add_subdirectory will filter what to actually add based on selected FAMILY family_add_subdirectory(cdc_msc_hid) family_add_subdirectory(hid_controller) -family_add_subdirectory(libusb_api) diff --git a/examples/host/libusb_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt index bff281a8c..bff281a8c 100644 --- a/examples/host/libusb_api/CMakeLists.txt +++ b/examples/host/bare_api/CMakeLists.txt diff --git a/examples/host/libusb_api/Makefile b/examples/host/bare_api/Makefile index c59369ffa..c59369ffa 100644 --- a/examples/host/libusb_api/Makefile +++ b/examples/host/bare_api/Makefile diff --git a/examples/host/libusb_api/only.txt b/examples/host/bare_api/only.txt index 7fe4e3f5c..7fe4e3f5c 100644 --- a/examples/host/libusb_api/only.txt +++ b/examples/host/bare_api/only.txt diff --git a/examples/host/libusb_api/src/main.c b/examples/host/bare_api/src/main.c index 07dae1dc6..07dae1dc6 100644 --- a/examples/host/libusb_api/src/main.c +++ b/examples/host/bare_api/src/main.c diff --git a/examples/host/libusb_api/src/tusb_config.h b/examples/host/bare_api/src/tusb_config.h index 234eca402..234eca402 100644 --- a/examples/host/libusb_api/src/tusb_config.h +++ b/examples/host/bare_api/src/tusb_config.h |
