Skip to content

Commit

Permalink
tests: dac: dac_api: add esp_wrover_kit overlay
Browse files Browse the repository at this point in the history
Add support for esp_wrover_kit board in dac test.

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
LucasTambor authored and carlescufi committed Apr 28, 2023
1 parent 631423b commit 068d63d
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/drivers/dac/dac_api/boards/esp_wrover_kit.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/

&dac {
status = "okay";
};
1 change: 1 addition & 0 deletions tests/drivers/dac/dac_api/src/test_dac.c
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@
#define DAC_CHANNEL_ID 0

#elif defined(CONFIG_BOARD_ESP32) || \
defined(CONFIG_BOARD_ESP_WROVER_KIT) || \
defined(CONFIG_BOARD_ESP32S2_SAOLA) || \
defined(CONFIG_BOARD_GD32A503V_EVAL) || \
defined(CONFIG_BOARD_GD32E103V_EVAL) || \

0 comments on commit 068d63d

Please sign in to comment.