Home
last modified time | relevance | path

Searched refs:foreach (Results 1 – 25 of 89) sorted by relevance

1234

/Zephyr-latest/cmake/
Dextra_flags.cmake3 foreach(extra_flags EXTRA_CPPFLAGS EXTRA_LDFLAGS EXTRA_CFLAGS EXTRA_CXXFLAGS EXTRA_AFLAGS)
25 foreach(F ${EXTRA_CFLAGS_AS_LIST})
30 foreach(F ${EXTRA_CXXFLAGS_AS_LIST})
35 foreach(F ${EXTRA_AFLAGS_AS_LIST})
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake19 foreach(region ${regions})
46 foreach(region ${regions})
51 foreach(section ${sections})
56 foreach(section ${sections})
60 foreach(symbol ${symbols})
79 foreach(match ${match_res})
119 foreach(section ${sections})
124 foreach(group ${groups})
129 foreach(section ${sections})
136 foreach(region ${regions})
[all …]
/Zephyr-latest/kernel/
Dthread_monitor.c53 SYS_PORT_TRACING_FUNC_ENTER(k_thread, foreach); in k_thread_foreach()
59 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach); in k_thread_foreach()
105 SYS_PORT_TRACING_FUNC_ENTER(k_thread, foreach); in k_thread_foreach_filter_by_cpu()
113 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach); in k_thread_foreach_filter_by_cpu()
/Zephyr-latest/modules/
Dmodules.cmake5 foreach(module ${cmake_modules})
15 foreach(module ${kconfig_modules})
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake24 foreach(section ${sections})
32 foreach(idx ${indicies})
38 foreach(symbol ${symbols})
49 foreach(symbol ${symbols})
60 foreach(symbol ${symbols})
107 foreach(group ${groups})
139 foreach(symbol ${symbols})
161 foreach(region ${regions})
183 foreach(section ${sections})
188 foreach(group ${groups})
[all …]
/Zephyr-latest/share/sysbuild/cmake/
Ddomains.cmake10 foreach(image ${IMAGES})
15 foreach(image ${IMAGES_FLASHING_ORDER})
/Zephyr-latest/cmake/bintools/arcmwdt/
Delfconvert_command.cmake47 foreach(n RANGE ${CMAKE_ARGC})
48 foreach(argument ${CMAKE_ARGV${n}})
64 foreach(n RANGE ${CMAKE_ARGC})
65 foreach(argument ${CMAKE_ARGV${n}})
/Zephyr-latest/cmake/sca/sparse/
Dsparse.template9 foreach(i RANGE ${CMAKE_ARGC})
16 foreach(i RANGE ${end_of_options} ${CMAKE_ARGC})
/Zephyr-latest/cmake/reports/
DCMakeLists.txt14 foreach(report ram_report rom_report footprint)
33 foreach(report ram_report rom_report footprint)
52 foreach(report ram_report rom_report footprint)
/Zephyr-latest/cmake/modules/
Dpre_dt.cmake54 foreach(dts_dir ${DTS_ROOT})
66 foreach(arch ${ARCH_V2_NAME_LIST})
73 foreach(dts_root ${DTS_ROOT})
74 foreach(dts_root_path
Dshields.cmake49 foreach(root ${BOARD_ROOT})
64 foreach(shields_refs ${shields_refs_list})
67 foreach(overlay ${shield_overlays})
77 foreach(s ${SHIELD_AS_LIST})
127 foreach (s ${SHIELD-NOTFOUND})
Dkconfig.cmake37 foreach(root ${kconfig_soc_root})
55 foreach(root ${kconfig_board_root})
121 foreach(module_name ${ZEPHYR_MODULE_NAMES})
217 foreach(kconfig_target
249 foreach (name ${sysbuild_variable_names})
268 foreach (name ${cache_variable_names})
314 foreach(f ${merge_config_files})
325 foreach(f ${merge_config_files})
334 foreach(f ${merge_config_files})
411 foreach(kconfig_input
[all …]
Dpython.cmake23 # We are using foreach here, instead of
27 foreach(candidate "python" "python3")
Dsnippets.cmake67 foreach(snippet_dir ${SNIPPET_ROOT})
80 foreach(root IN LISTS SNIPPET_ROOT)
84 foreach(snippet_name ${SNIPPET_AS_LIST})
112 foreach(snippet IN LISTS SNIPPET_AS_LIST)
Dzephyr_module.cmake78 foreach(setting ${zephyr_settings_txt})
96 foreach(module ${zephyr_modules_txt})
109 foreach(module ${sysbuild_modules_txt})
120 foreach(root ${MODULE_EXT_ROOT})
129 foreach(module ${zephyr_modules_txt})
150 foreach(module ${sysbuild_modules_txt})
/Zephyr-latest/cmake/compiler/
Dcompiler_features.cmake15 foreach(standard 90 99 11 17 23)
17 foreach(id ${c${standard}id})
/Zephyr-latest/tests/cmake/zephyr_get/
Dsysbuild.cmake6 foreach(suffix "2nd" "3rd")
19 foreach(image ${IMAGES})
/Zephyr-latest/cmake/sca/eclair/
Declair.template9 foreach(i RANGE ${CMAKE_ARGC})
16 foreach(i RANGE ${end_of_options} ${CMAKE_ARGC})
/Zephyr-latest/share/sysbuild/image_configurations/
DBOOTLOADER_image_default.cmake32 foreach(loopbootmode ${bootmodes})
61 foreach(loopkeytype ${keytypes})
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake135 foreach(settings ${SECTION_SETTINGS} ${DEVICE_API_SECTION_SETTINGS})
157 foreach(setting ${settings_single} ${settings_multi})
383 foreach(group ${groups})
391 foreach(region ${regions})
398 foreach(group ${groups})
412 foreach(group ${groups})
417 foreach(region ${regions})
423 foreach(group ${groups})
462 foreach(region ${regions})
526 foreach(region ${regions})
[all …]
/Zephyr-latest/cmake/compiler/icx/
Dtarget.cmake23 foreach(file_name include/stddef.h)
38 foreach(isystem_include_dir ${NOSTDINC})
/Zephyr-latest/samples/net/sockets/http_server/
DCMakeLists.txt58 foreach(web_resource
70 foreach(inc_file
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DCMakeLists.txt12 foreach(inc_file
/Zephyr-latest/misc/generated/
DCMakeLists.txt11 foreach (CONFIG ${LIST_OF_CONFIGS})
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DCMakeLists.txt18 foreach(inc_file

1234