Tools: add HAL_COVERAGE_BUILD for coverage build

This commit is contained in:
Pierre Kancir 2022-01-11 15:59:45 +01:00 committed by Peter Barker
parent 6584fef711
commit d9c562cfae

View File

@ -220,6 +220,9 @@ class Board:
'-lgcov',
'-coverage',
]
env.DEFINES.update(
HAL_COVERAGE_BUILD = 1,
)
if cfg.options.bootloader:
# don't let bootloaders try and pull scripting in