zephyr/subsys/testsuite
Sören Tempel cf34afd2cc testsuite: coverage: fix -Wcast-align warning
While porting the coverage.c file from RIOT to Zephyr, which employs
different compiler flags, I noticed several -Wcast-align GCC warnings on
arm. I think, as is, the current implementation may perform unaligned
memory accesses which may not be supported on certain platforms. To
workaround that, I have rewritten the code for RIOT using
bytewise-writes with `memcpy`.

Signed-off-by: Sören Tempel <tempel@uni-bremen.de>
2023-01-19 06:51:44 -05:00
..
arch/unit_testing
boards/unit_testing/unit_testing unittest: add support for coverage 2022-11-28 16:26:02 -05:00
busy_sim
coverage testsuite: coverage: fix -Wcast-align warning 2023-01-19 06:51:44 -05:00
include/zephyr
soc/unit_testing/unit_testing
ztest treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
CMakeLists.txt
Kconfig
Kconfig.defconfig