commit | 652b0a8a985481cb40d680a4864599d9294a296c | [log] [tgz] |
---|---|---|
author | Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no> | Thu Sep 28 09:36:18 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Oct 04 18:04:18 2023 +0200 |
tree | c397dae66d54087dd2843d850afc854c2537b590 | |
parent | f82e2ef043ea40c648094955b4a0c54c42a98d5a [diff] |
scripts: domains: Support initialization only from YAML By requiring a full-on YAML fragment, the Domains class can rely on pykwalify to do the heavy lifting with validating types and structure. Remove support for loading domains from a dictionary, so that we don't ever have to replicate the same checks on the input, and we can instead have a single entry point. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>