diff options
| author | hathach <[email protected]> | 2020-04-07 23:07:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-07 23:07:25 +0700 |
| commit | a2dee7fb5041d19ace9078d295a2e4c95574d869 (patch) | |
| tree | 8277ea65ee8909b193a6ba212268f8eb5c37ba6a | |
| parent | f6edb46c0a7fc9b32cf6931c4ba98b99d555de53 (diff) | |
rename saola to saola_1
| -rw-r--r-- | examples/device/board_test/src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/device/cdc_msc_freertos/src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/device/hid_composite_freertos/src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | hw/bsp/esp32s2_saola_1/board.mk (renamed from hw/bsp/esp32s2_saola/board.mk) | 0 | ||||
| -rw-r--r-- | hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c (renamed from hw/bsp/esp32s2_saola/esp32s2_saola.c) | 0 |
5 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" diff --git a/hw/bsp/esp32s2_saola/board.mk b/hw/bsp/esp32s2_saola_1/board.mk index 167ef6226..167ef6226 100644 --- a/hw/bsp/esp32s2_saola/board.mk +++ b/hw/bsp/esp32s2_saola_1/board.mk diff --git a/hw/bsp/esp32s2_saola/esp32s2_saola.c b/hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c index 16d054f75..16d054f75 100644 --- a/hw/bsp/esp32s2_saola/esp32s2_saola.c +++ b/hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c |
