zephyr/tests/cmake/yaml
Torsten Rasmussen 0828d0b0ef cmake: support array of maps in yaml module
This commit introduce support for maps in a yaml list.

The yaml_set() function has been extended with the following signature:
> yaml_set(NAME <name> KEY <key>...
>          [APPEND] LIST MAP <map1> MAP <map2> MAP ...
> )

where a `MAP <map>` has the form:
`MAP "<key1>: <value1>, <key2>: <value2>, ...`

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2025-02-10 15:56:52 +00:00
..
CMakeLists.txt cmake: support array of maps in yaml module 2025-02-10 15:56:52 +00:00
prj.conf
test.yaml cmake: support array of maps in yaml module 2025-02-10 15:56:52 +00:00
testcase.yaml