forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcov: Add coverage supported boards.
Not all boards can get the coverage reports. The report generation needs minimum of 64KB SRAM. This patch added support for mps2_an385, qemu_cortex_m3, qemu_x86. This is just a subset. Also the previously supported board native_posix is included in this patch. If a board has 64KB RAM, it can generate reports by just adding HAS_COVERAGE_SUPPORT in Kconfig.board. Signed-off-by: Adithya Baglody <[email protected]>
- Loading branch information
1 parent
131edad
commit 777407b
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters