zephyr/tests/cmake
Torsten Rasmussen f24f5288f3 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-01-27 13:24:23 +01:00
..
app_version tests: cmake: app_version: test app_version.h 2024-06-24 08:28:54 -04:00
config_dir tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
hwm/board_extend boards: arm: mps2: Add support for mps2/an383 2025-01-20 11:15:32 +01:00
overlays tests: cmake: fix test identifier 2024-07-18 06:47:57 -04:00
snippets tests: cmake: snippets: Exclude sysbuild 2024-12-27 07:18:13 +01:00
sysbuild_snippets tests: cmake: Add sysbuild snippets test 2024-12-27 07:18:13 +01:00
yaml cmake: support array of maps in yaml module 2025-01-27 13:24:23 +01:00
zephyr_get tests: cmake: run zephyr_get() tests in script mode 2024-12-26 09:31:11 +01:00