tests: drivers: stm32 hse clock control testing on stm32g071 nucleo
Testing the HSE on the nucleo_stm32g071rb requires a hw fixture on the hw board : MCO signal must given by the STLink to the mcu. Put a hardware fixture to activate the hse clock with by-passed only if the SB17 is closed on the HW. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
676ddd72a9
commit
68add9e7e1
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ tests:
|
|||
drivers.stm32_clock_configuration.common.sysclksrc_pll_64_hse_8:
|
||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_64_hse_8.overlay"
|
||||
platform_allow: nucleo_g071rb
|
||||
harness_config:
|
||||
fixture: mco_sb_closed
|
||||
drivers.stm32_clock_configuration.common.sysclksrc_pll_64_hsi_16:
|
||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_64_hsi_16.overlay"
|
||||
platform_allow: nucleo_g071rb nucleo_g474re
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue