zephyr/subsys/testsuite/coverage
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
..
CMakeLists.txt testsuite: coverage: pin gcov sections for demand paging 2022-08-18 17:23:18 +02:00
coverage.c testsuite: coverage: fix -Wcast-align warning 2023-01-19 06:51:44 -05:00
coverage.h tests: framework: fix code coverage report on zephyr-sdk-0.15 2022-09-22 14:14:39 +00:00
coverage_ram.ld linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
coverage_rodata.ld testsuite: coverage: align rodata section 2022-08-18 17:23:18 +02:00