소스 검색

rename saola to saola_1

hathach 6 년 전
부모
커밋
a2dee7fb50

+ 1 - 1
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"
 )

+ 1 - 1
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"

+ 1 - 1
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"

+ 0 - 0
hw/bsp/esp32s2_saola/board.mk → hw/bsp/esp32s2_saola_1/board.mk


+ 0 - 0
hw/bsp/esp32s2_saola/esp32s2_saola.c → hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c