commit | baf93a18215fddb20335d8e88b9905277e1f47f1 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Mon Apr 26 12:47:29 2021 -0700 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Wed May 05 20:46:43 2021 +0200 |
tree | 08a850793f2ceb06e9ac4f29c51d9c490137b64f | |
parent | c48bcaae0aa792475b90fbd44a92af00b0076ff2 [diff] |
samples: dac: move HW config to /zephyr,user Require board overlays to configure the sample in the /zephyr,user node, and access the device with DEVICE_DT_GET instead of device_get_binding(). Update the documentation and move existing board configuration to overlays. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>