mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
gcov: enable gcov in single core
This commit is contained in:
Submodule components/bt/controller/lib_esp32c3_family deleted from 32f15e826a
@ -17,7 +17,7 @@ else()
|
|||||||
"src/system_api.c")
|
"src/system_api.c")
|
||||||
|
|
||||||
# IPC framework is not applicable if freertos unicore config is selected
|
# 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")
|
list(APPEND srcs "src/ipc.c")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -7,7 +7,9 @@ COMPONENT_SRCDIRS := src
|
|||||||
|
|
||||||
# IPC framework is not applicable if freertos unicore config is selected
|
# IPC framework is not applicable if freertos unicore config is selected
|
||||||
ifdef CONFIG_FREERTOS_UNICORE
|
ifdef CONFIG_FREERTOS_UNICORE
|
||||||
COMPONENT_OBJEXCLUDE := src/ipc.o
|
ifndef CONFIG_APPTRACE_GCOV_ENABLE
|
||||||
|
COMPONENT_OBJEXCLUDE := src/ipc.o
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# disable stack protection in files which are involved in initialization of that feature
|
# 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
Reference in New Issue
Block a user