mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
gcov: enable gcov in single core
This commit is contained in:
parent
3277ff6856
commit
08ef49e478
@ -1 +0,0 @@
|
||||
Subproject commit 32f15e826a102d2d64e612620468122ea2234a2e
|
@ -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()
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user