zephyr/cmake/modules
David van Rijn 96386eac0b cmake: Add REQUIRED option to devicetree getters
namely:
 - dt_nodelabel
 - dt_alias
 - dt_prop

these currently fail quietly.
This can cause some very confusing errors later on.
By adding `REQUIRED` to the function call one can
easily generate a more clear message:

    required nodelabel not found: ...

Signed-off-by: David van Rijn <david@refractor.dev>
2024-09-17 17:49:07 +01:00
..
FindBabbleSim.cmake
FindDeprecated.cmake cmake: add toolchain_ld_<name> macros to FindDeprecated 2024-09-16 20:18:17 +02:00
FindDtc.cmake
FindGnuLd.cmake
FindHostTools.cmake
FindLlvmLld.cmake
FindScaTools.cmake
FindTargetTools.cmake
FindThreads.cmake
FindZephyr-sdk.cmake cmake: support list mode in Zephyr-sdk module package 2024-08-20 14:45:09 +02:00
Findarmclang.cmake
FindoneApi.cmake
arch_v1.cmake
arch_v2.cmake
basic_settings.cmake
boards.cmake
ccache.cmake
configuration_files.cmake
doc.cmake
dts.cmake cmake: modules: dts: Restore gen_defines.py warnings 2024-09-13 13:42:40 +02:00
extensions.cmake cmake: Add REQUIRED option to devicetree getters 2024-09-17 17:49:07 +01:00
generated_file_directories.cmake
git.cmake cmake: Create git module 2024-09-12 10:04:05 +02:00
hwm_v2.cmake
kconfig.cmake
kernel.cmake doc: fix trivial typo 2024-09-05 09:49:18 +02:00
pre_dt.cmake
python.cmake cmake: Fix finding python in virtualenv 2024-09-11 14:00:44 -04:00
root.cmake
shields.cmake
snippets.cmake
soc_v1.cmake
soc_v2.cmake
unittest.cmake unittest: Enable debug info by default 2024-09-12 13:02:31 -04:00
user_cache.cmake
version.cmake
west.cmake
yaml.cmake cmake: initial version of a CMake yaml module 2024-08-23 08:02:11 -04:00
zephyr_default.cmake cmake: initial version of a CMake yaml module 2024-08-23 08:02:11 -04:00
zephyr_module.cmake