bfa650d708
This commit enables DAC sample application to build and run on stm32f3_disco platform. Updated documentation. Signed-off-by: Krishna Mohan Dani <krishnamohan.d@hcl.com>
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
/ {
|
|
zephyr,user {
|
|
dac = <&dac1>;
|
|
dac-channel-id = <1>;
|
|
dac-resolution = <12>;
|
|
};
|
|
};
|