zephyr/tests
Alberto Escolar Piedras 9eeb78d86d COVERAGE: Fix COVERAGE_GCOV dependencies
CONFIG_COVERAGE has been incorrectly used to
change other kconfig options (stack sizes, etc)
code defaults, as well as some samples behaviour,
which should not have dependend on it.

Instead those should have depended on COVERAGE_GCOV,
which, being the one which adds special code and
temporary RAM storage for embedded targets,
require changes to many features.

When building for the native targets, all this was
unnecessary.

=> Fix the dependency.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-08-24 15:36:31 +02:00
..
application_development modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
arch modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
benchmarks modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
bluetooth Bluetooth: controller: Fixes for CIS Central error handling 2023-08-23 14:45:24 +02:00
boards soc: xtensa: espressif_esp32: add SPIRAM heap offset and size 2023-08-22 14:44:16 +02:00
boot tests: boot: mcuboot_recovery_retention: Fix configuration issue 2023-07-20 15:13:49 +00:00
bsim Bluetooth: audio: tbs_client: Subscribe to all required notifications 2023-08-23 15:44:07 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers drivers: stm32: SPI: SPI nocache buffers can be in CONFIG_NOCACHE_MEMORY 2023-08-24 15:35:50 +02:00
kernel COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
lib Kconfig.zephyr: check priorities by default 2023-08-24 15:35:37 +02:00
misc Kconfig.zephyr: check priorities by default 2023-08-24 15:35:37 +02:00
net tests: net: tcp: Add testcase for validating retransmitted FIN seq 2023-08-22 10:00:14 +02:00
posix tests: posix: pthread_pressure: Correct the 64BIT naming 2023-08-21 13:27:07 +02:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
unit tests: crc: fix crc library location 2023-08-20 19:08:24 +01:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00