Skip to content

Commit d0f9394

Browse files
NorthernDeangalak
authored andcommitted
tests: drivers: dac: add Ronoth Lodev to supported boards
The Ronoth LoDev in an open source board which uses the AcSIP S76S, which itself contains an STM32L073. Signed-off-by: Dean Weiten <[email protected]>
1 parent 1e10bc3 commit d0f9394

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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
@@ -11,7 +11,8 @@
1111

1212
#if defined(CONFIG_BOARD_NUCLEO_L073RZ) || \
1313
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
14-
defined(CONFIG_BOARD_NUCLEO_F767ZI)
14+
defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
15+
defined(CONFIG_BOARD_RONOTH_LODEV)
1516

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
*/
2828

2929
#if defined(CONFIG_BOARD_NUCLEO_L073RZ) || \
30-
defined(CONFIG_BOARD_NUCLEO_L152RE)
30+
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
31+
defined(CONFIG_BOARD_RONOTH_LODEV)
3132

3233
/*
3334
* DAC output on PA4 (Arduino A2 pin of Nucleo board)

0 commit comments

Comments
 (0)