Skip to content

Commit

Permalink
test: drivers: dac: Add support for SAM4S soc
Browse files Browse the repository at this point in the history
Add support for sam4s_xplained board in dac_api test.

Signed-off-by: Ibe Van de Veire <ibe.vandeveire@basalte.be>
  • Loading branch information
IVandeVeire committed Jan 10, 2025
1 parent 3bf5818 commit 0a7e601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/drivers/dac/dac_api/src/test_dac.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
#define DAC_RESOLUTION 12
#define DAC_CHANNEL_ID 0

#elif defined(CONFIG_BOARD_SAM_E70_XPLAINED) || \
defined(CONFIG_BOARD_SAM_V71_XULT)
#elif defined(CONFIG_BOARD_SAM_E70_XPLAINED) || defined(CONFIG_BOARD_SAM_V71_XULT) || \
defined(CONFIG_BOARD_SAM4S_XPLAINED)

#define DAC_DEVICE_NODE DT_NODELABEL(dacc)
#define DAC_RESOLUTION 12
Expand Down

0 comments on commit 0a7e601

Please sign in to comment.