Tools: add HAL_COVERAGE_BUILD for coverage build
This commit is contained in:
parent
6584fef711
commit
d9c562cfae
@ -220,6 +220,9 @@ class Board:
|
|||||||
'-lgcov',
|
'-lgcov',
|
||||||
'-coverage',
|
'-coverage',
|
||||||
]
|
]
|
||||||
|
env.DEFINES.update(
|
||||||
|
HAL_COVERAGE_BUILD = 1,
|
||||||
|
)
|
||||||
|
|
||||||
if cfg.options.bootloader:
|
if cfg.options.bootloader:
|
||||||
# don't let bootloaders try and pull scripting in
|
# don't let bootloaders try and pull scripting in
|
||||||
|
Loading…
Reference in New Issue
Block a user