Home
last modified time | relevance | path

Searched refs:foreach (Results 1 – 25 of 94) 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/share/sysbuild/cmake/
Ddomains.cmake10 foreach(image ${IMAGES})
15 foreach(image ${IMAGES_FLASHING_ORDER})
/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/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/modules/
Dpre_dt.cmake54 foreach(dts_dir ${DTS_ROOT})
63 foreach(arch ${ARCH_V2_NAME_LIST})
69 foreach(dts_root ${DTS_ROOT})
70 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})
Dpython.cmake23 # We are using foreach here, instead of
27 foreach(candidate "python" "python3")
Dkconfig.cmake31 foreach(root ${kconfig_board_root})
97 foreach(module_name ${ZEPHYR_MODULE_NAMES})
186 foreach(kconfig_target
218 foreach (name ${sysbuild_variable_names})
237 foreach (name ${cache_variable_names})
283 foreach(f ${merge_config_files})
294 foreach(f ${merge_config_files})
303 foreach(f ${merge_config_files})
380 foreach(kconfig_input
393 foreach (name ${cli_config_list})
[all …]
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/reports/
DCMakeLists.txt14 foreach(report ram_report rom_report)
38 foreach(report ram rom)
63 foreach(report ram rom)
/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.cmake35 foreach(loopbootmode ${bootmodes})
64 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/linker/iar/
Dconfig_file_script.cmake30 foreach(section ${sections})
52 foreach(idx ${indicies})
104 foreach(group ${groups})
150 foreach(symbol ${symbols})
163 foreach(group ${groups})
207 foreach(region ${regions})
248 foreach(region ${regions})
260 foreach(image_symbol ${symbols_icf})
266 foreach(image_symbol ${symbols_icf})
317 foreach(section ${sections})
[all …]
Dlinker_flags.cmake9 foreach(lang C CXX ASM)
/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})

1234