gcov: enable gcov in single core

This commit is contained in:
Erhan Kurubas 2021-11-12 19:25:41 +03:00
parent 3277ff6856
commit 08ef49e478
5 changed files with 4 additions and 5 deletions

@ -1 +0,0 @@
Subproject commit 32f15e826a102d2d64e612620468122ea2234a2e

View File

@ -17,7 +17,7 @@ else()
"src/system_api.c")
# IPC framework is not applicable if freertos unicore config is selected
if(NOT CONFIG_FREERTOS_UNICORE)
if(NOT CONFIG_FREERTOS_UNICORE OR CONFIG_APPTRACE_GCOV_ENABLE)
list(APPEND srcs "src/ipc.c")
endif()

View File

@ -7,7 +7,9 @@ COMPONENT_SRCDIRS := src
# IPC framework is not applicable if freertos unicore config is selected
ifdef CONFIG_FREERTOS_UNICORE
COMPONENT_OBJEXCLUDE := src/ipc.o
ifndef CONFIG_APPTRACE_GCOV_ENABLE
COMPONENT_OBJEXCLUDE := src/ipc.o
endif
endif
# disable stack protection in files which are involved in initialization of that feature

@ -1 +0,0 @@
Subproject commit 68f6ef679000f9cd22b20af7473d7f0480d2862e

@ -1 +0,0 @@
Subproject commit 36d0642e66ff5b1c7a291873f24c498ca6ffedef