zephyr/cmake/modules
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
..
arch_v1.cmake
arch_v2.cmake
basic_settings.cmake
boards.cmake cmake: store board directories in build_info 2025-02-10 15:56:52 +00:00
ccache.cmake
configuration_files.cmake cmake: Remove build type 2025-01-30 16:19:57 +01:00
doc.cmake
dts.cmake cmake: modules: dts: Remove duplicate zephyr.dts log 2025-01-14 17:56:08 +01:00
extensions.cmake llext-edk: import data from build_info.yml and .config 2025-02-07 17:45:45 +01:00
Findarmclang.cmake
FindBabbleSim.cmake
FindDeprecated.cmake cmake: toolchain: Remove deprecated 'xtools' toolchain variant 2025-01-17 10:50:07 +01:00
FindDtc.cmake
FindGnuLd.cmake cmake: modules/FindGnuLd: support an additional obselete version format 2025-01-27 13:24:52 +01:00
FindHostTools.cmake cmake: modules: Prefer imgtool being in MCUboot directory 2025-01-21 11:10:26 +01:00
FindLlvmLld.cmake
FindoneApi.cmake
FindScaTools.cmake
FindTargetTools.cmake
FindThreads.cmake
FindZephyr-sdk.cmake
generated_file_directories.cmake
git.cmake
hwm_v2.cmake cmake: scripts: support SoC extension 2024-10-26 17:14:06 +02:00
kconfig.cmake cmake: scripts: add 'winpty' support when available 2024-12-12 20:00:00 +01:00
kernel.cmake cmake: scripts: support board extension 2024-10-26 17:14:06 +02:00
pre_dt.cmake
python.cmake
root.cmake sysbuild: Add support for snippets 2024-12-27 07:18:13 +01:00
shields.cmake
snippets.cmake sysbuild: Add support for snippets 2024-12-27 07:18:13 +01:00
soc_v1.cmake
soc_v2.cmake cmake: scripts: support SoC extension 2024-10-26 17:14:06 +02:00
unittest.cmake cmake: unittest: add -t run support 2025-01-15 01:39:24 +01:00
user_cache.cmake
version.cmake cmake: Added "-" support to EXTRAVERSION 2025-01-21 15:13:36 +01:00
west.cmake
yaml.cmake cmake: support array of maps in yaml module 2025-02-10 15:56:52 +00:00
zephyr_default.cmake
zephyr_module.cmake