samples/board/stm32: PM blinky: Enable CONFIG_DEBUG in CI
Enable CONFIG_DEBUG when test is run in CI. This will allow DGB access in stop modes (and specially flashing) and avoid potential issues when test in run in a test suite. Note that on some targets (stm32wb for instance) openocd is able to do the same operation, and which allows to reflash the target even if switch was not enabled, but this could not be the case on all targets. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
76c309db7b
commit
34a67cf2ff
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@ tests:
|
|||
filter: dt_compat_enabled("zephyr,power-state") and
|
||||
dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
|
||||
dt_compat_enabled("st,stm32-lptim")
|
||||
extra_args: "CONFIG_DEBUG=y"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue