Lines Matching +full:built +full:- +full:in
1 .. zephyr:code-sample:: dac
2 :name: Digital-to-Analog Converter (DAC)
3 :relevant-api: dac_interface
15 The DAC output is defined in the board's devicetree and pinmux file.
17 The board's :ref:`/zephyr,user <dt-zephyr-user>` node must have ``dac``,
18 ``dac-channel-id``, and ``dac-resolution`` properties set. See the predefined
19 overlays in :zephyr_file:`samples/drivers/dac/boards` for examples.
23 The sample can be built and executed for the
26 .. zephyr-app-commands::
27 :zephyr-app: samples/drivers/dac
34 The sample can be built and executed for the
37 .. zephyr-app-commands::
38 :zephyr-app: samples/drivers/dac
45 The sample can be built and executed for the
48 .. zephyr-app-commands::
49 :zephyr-app: samples/drivers/dac
56 The sample can be built and executed for the
59 .. zephyr-app-commands::
60 :zephyr-app: samples/drivers/dac
67 The sample can be built and executed for the
70 .. zephyr-app-commands::
71 :zephyr-app: samples/drivers/dac
78 The sample can be built and executed for the
81 .. zephyr-app-commands::
82 :zephyr-app: samples/drivers/dac
89 The sample can be built and executed for the
92 .. zephyr-app-commands::
93 :zephyr-app: samples/drivers/dac
98 Building and Running for NXP TWR-KE18F
100 The sample can be built and executed for the :zephyr:board:`twr_ke18f` as
103 .. zephyr-app-commands::
104 :zephyr-app: samples/drivers/dac
112 Building and Running for NXP FRDM-K64F
114 The sample can be built and executed for the :zephyr:board:`frdm_k64f` as
117 .. zephyr-app-commands::
118 :zephyr-app: samples/drivers/dac
128 DAC. Note this is not populated by default. The sample can be built and
131 .. zephyr-app-commands::
132 :zephyr-app: samples/drivers/dac
142 DAC. Note this is not populated by default. The sample can be built and
145 .. zephyr-app-commands::
146 :zephyr-app: samples/drivers/dac
156 DAC. Note this is not populated by default. The sample can be built and
159 .. zephyr-app-commands::
160 :zephyr-app: samples/drivers/dac
170 built and executed for the :zephyr:board:`bl5340_dvk` as follows:
172 .. zephyr-app-commands::
173 :zephyr-app: samples/drivers/dac
180 Building and Running for GD32450I-EVAL
182 The sample can be built and executed for the
185 .. zephyr-app-commands::
186 :zephyr-app: samples/drivers/dac
195 The sample can be built and executed for the
198 .. zephyr-app-commands::
199 :zephyr-app: samples/drivers/dac
206 .. zephyr-app-commands::
207 :zephyr-app: samples/drivers/dac
214 The sample can be built and executed for the :zephyr:board:`lpcxpresso55s36` as
217 .. zephyr-app-commands::
218 :zephyr-app: samples/drivers/dac
234 .. code-block:: console