Added overlay and modified sample.yaml to support the nucleo_wl55jc board in the MCO example. Signed-off-by: Martin Durietz <martin.durietz@gmail.com>
16 lines
345 B
YAML
16 lines
345 B
YAML
sample:
|
|
name: STM32 microcontroller clock output (MCO) example
|
|
tests:
|
|
sample.board.stm32.mco:
|
|
build_only: true
|
|
platform_allow:
|
|
- nucleo_f411re
|
|
- nucleo_f446ze
|
|
- stm32f746g_disco
|
|
- nucleo_u5a5zj_q
|
|
- nucleo_wba55cg
|
|
- nucleo_wl55jc
|
|
integration_platforms:
|
|
- stm32f746g_disco
|
|
tags: board
|