commit | f680c9db8d1bfb998ca259ad7ae87c8b6ccce0fd | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Tue Feb 28 12:31:57 2023 -0800 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Wed Apr 12 13:04:31 2023 +0200 |
tree | 2405f3f07603a4a0c01a28e3a2e1506a506e0509 | |
parent | a619f9e36e80a4b0115af29046c226ef98da150c [diff] |
cmake: modules: dts: document outcome When the build system was being split up into modules under cmake/modules, most of the resulting cmake modules had their inputs and outputs documented in top-of-file comments. The dts module is an exception, which makes it harder to use since its contracts aren't defined. Fix this by adding a contract. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>