summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-07 23:07:25 +0700
committerhathach <[email protected]>2020-04-07 23:07:25 +0700
commita2dee7fb5041d19ace9078d295a2e4c95574d869 (patch)
tree8277ea65ee8909b193a6ba212268f8eb5c37ba6a /examples/device
parentf6edb46c0a7fc9b32cf6931c4ba98b99d555de53 (diff)
rename saola to saola_1
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/board_test/src/CMakeLists.txt2
-rw-r--r--examples/device/cdc_msc_freertos/src/CMakeLists.txt2
-rw-r--r--examples/device/hid_composite_freertos/src/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/device/board_test/src/CMakeLists.txt b/examples/device/board_test/src/CMakeLists.txt
index 66746502c..676159ac9 100644
--- a/examples/device/board_test/src/CMakeLists.txt
+++ b/examples/device/board_test/src/CMakeLists.txt
@@ -15,5 +15,5 @@ target_include_directories(${COMPONENT_TARGET} PUBLIC
)
target_sources(${COMPONENT_TARGET} PUBLIC
- "${TOP}/hw/bsp/esp32s2_saola/esp32s2_saola.c"
+ "${TOP}/hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c"
)
diff --git a/examples/device/cdc_msc_freertos/src/CMakeLists.txt b/examples/device/cdc_msc_freertos/src/CMakeLists.txt
index ab4c1aa6d..7f8eeca17 100644
--- a/examples/device/cdc_msc_freertos/src/CMakeLists.txt
+++ b/examples/device/cdc_msc_freertos/src/CMakeLists.txt
@@ -14,7 +14,7 @@ target_include_directories(${COMPONENT_TARGET} PUBLIC
)
target_sources(${COMPONENT_TARGET} PUBLIC
- "${TOP}/hw/bsp/esp32s2_saola/esp32s2_saola.c"
+ "${TOP}/hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c"
"${TOP}/src/tusb.c"
"${TOP}/src/common/tusb_fifo.c"
"${TOP}/src/device/usbd.c"
diff --git a/examples/device/hid_composite_freertos/src/CMakeLists.txt b/examples/device/hid_composite_freertos/src/CMakeLists.txt
index fbe5f6389..c674873b2 100644
--- a/examples/device/hid_composite_freertos/src/CMakeLists.txt
+++ b/examples/device/hid_composite_freertos/src/CMakeLists.txt
@@ -14,7 +14,7 @@ target_include_directories(${COMPONENT_TARGET} PUBLIC
)
target_sources(${COMPONENT_TARGET} PUBLIC
- "${TOP}/hw/bsp/esp32s2_saola/esp32s2_saola.c"
+ "${TOP}/hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c"
"${TOP}/src/tusb.c"
"${TOP}/src/common/tusb_fifo.c"
"${TOP}/src/device/usbd.c"