Skip to content

Commit ffd89a0

Browse files
sarthsmartcarlescufi
authored andcommitted
drivers/dac: stm32: Adding DAC driver for nucleo_f767zi
Adding DAC driver for STM32 based nucleo_f767zi platform. Signed-off-by: Sidhdharth Yadav <[email protected]>
1 parent 49c2731 commit ffd89a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/drivers/dac/dac_api/src/test_dac.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#include <ztest.h>
1111

1212
#if defined(CONFIG_BOARD_NUCLEO_L073RZ) || \
13-
defined(CONFIG_BOARD_NUCLEO_L152RE)
13+
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
14+
defined(CONFIG_BOARD_NUCLEO_F767ZI)
1415

1516
#define DAC_DEVICE_NAME DT_LABEL(DT_NODELABEL(dac1))
1617
#define DAC_CHANNEL_ID 1

tests/drivers/dac/dac_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ common:
22
tags: dac drivers userspace
33
tests:
44
drivers.dac:
5-
platform_allow: frdm_k22f frdm_k64f nucleo_l073rz nucleo_l152re twr_ke18f
5+
platform_allow: frdm_k22f frdm_k64f nucleo_l073rz nucleo_l152re twr_ke18f nucleo_f767zi
66
depends_on: dac

0 commit comments

Comments
 (0)