Skip to content

Commit

Permalink
ci: Delete ccomp_timer in IDF(witch has been moved to component manager)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythbuster5 committed May 15, 2023
1 parent 2327c5c commit 0f83970
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 1,171 deletions.
2 changes: 2 additions & 0 deletions components/driver/test_apps/sdio/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
ccomp_timer: "^1.0.0"
2 changes: 2 additions & 0 deletions components/mbedtls/test_apps/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
ccomp_timer: "^1.0.0"
2 changes: 2 additions & 0 deletions components/vfs/test_apps/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
ccomp_timer: "^1.0.0"
12 changes: 1 addition & 11 deletions tools/unit-test-app/components/test_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(srcs "ccomp_timer.c"
"memory_checks.c"
set(srcs "memory_checks.c"
"test_runner.c"
"test_utils.c")

Expand All @@ -14,17 +13,8 @@ else()
list(APPEND srcs "ref_clock_impl_timergroup.c")
endif()

if(CONFIG_IDF_TARGET_ARCH_RISCV)
list(APPEND srcs "ccomp_timer_impl_riscv.c")
endif()

if(CONFIG_IDF_TARGET_ARCH_XTENSA)
list(APPEND srcs "ccomp_timer_impl_xtensa.c")
endif()

idf_component_register(SRCS ${srcs}
INCLUDE_DIRS include
PRIV_INCLUDE_DIRS private_include
REQUIRES esp_partition idf_test cmock
PRIV_REQUIRES perfmon driver esp_netif)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
98 changes: 0 additions & 98 deletions tools/unit-test-app/components/test_utils/ccomp_timer.c

This file was deleted.

107 changes: 0 additions & 107 deletions tools/unit-test-app/components/test_utils/ccomp_timer_impl_riscv.c

This file was deleted.

Loading

0 comments on commit 0f83970

Please sign in to comment.