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

Submodule components/bt/controller/lib_esp32c3_family deleted from 32f15e826a

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

Submodule components/tinyusb/tinyusb deleted from 68f6ef6790

Submodule examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib deleted from 36d0642e66