Tools: add HAL_COVERAGE_BUILD for coverage build
This commit is contained in:
parent
6584fef711
commit
d9c562cfae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user