We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f13593 commit ee078f6Copy full SHA for ee078f6
samples/drivers/dac/boards/ek_ra2l1.conf
@@ -0,0 +1,4 @@
1
+# Copyright (c) 2025 Renesas Electronics Corporation
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+CONFIG_DAC_BUFFER_NOT_SUPPORT=y
samples/drivers/dac/boards/ek_ra2l1.overlay
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2025 Renesas Electronics Corporation
+ *
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
7
+/ {
8
+ zephyr,user {
9
+ dac = <&dac0>;
10
+ dac-channel-id = <0>;
11
+ dac-resolution = <12>;
12
+ };
13
+};
0 commit comments