tests: drivers: STM32: Enabling DAC loopback test in nucleo_l552ze_q

This commit configures dac_loopback to build and run on
nucleo_l552ze_q platform.

Signed-off-by: Sidhdharth Yadav <sidhdharth.yadav@hcl.com>
This commit is contained in:
Sidhdharth Yadav 2021-07-01 16:16:47 +05:30 committed by Anas Nashif
commit 58153cb970
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
defined(CONFIG_BOARD_STM32F3_DISCO) || \
defined(CONFIG_BOARD_STM32L562E_DK) || \
defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
defined(CONFIG_BOARD_RONOTH_LODEV)
/*

View file

@ -9,3 +9,4 @@ tests:
platform_allow: |
frdm_k22f frdm_k64f nucleo_f207zg nucleo_l073rz nucleo_l152re twr_ke18f
bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco stm32l562e_dk
nucleo_l552ze_q