Lines Matching full:scripts

9 **configuration**. During configuration, the CMakeLists.txt build scripts are
11 Zephyr build, and can generate build scripts that are native to the host
14 CMake supports generating scripts for several build systems, but only Ninja and
16 **build** stage by executing the generated build scripts. These build scripts
19 be executed again before building. The build scripts can detect some of these
30 build scripts like this:
72 scripts also do some processing of their own, which is explained here.
90 :zephyr_file:`gen_defines.py <scripts/dts/gen_defines.py>` to generate a
127 <scripts/kconfig/kconfigfunctions.py>`.
154 The *gen_syscall.py* and *parse_syscalls.py* scripts work
186 generated archives and outputs linker scripts to ensure that
228 To complete the build procedure the following scripts are executed on the
319 Supporting Scripts and Tools
322 The following is a detailed description of the scripts used during the build process.
326 :zephyr_file:`scripts/build/gen_syscalls.py`
329 .. include:: ../../../scripts/build/gen_syscalls.py
335 :zephyr_file:`scripts/build/gen_device_deps.py`
338 .. include:: ../../../scripts/build/gen_device_deps.py
344 :zephyr_file:`scripts/build/gen_kobject_list.py`
347 .. include:: ../../../scripts/build/gen_kobject_list.py
353 :zephyr_file:`scripts/build/gen_offset_header.py`
356 .. include:: ../../../scripts/build/gen_offset_header.py
362 :zephyr_file:`scripts/build/parse_syscalls.py`
366 .. include:: ../../../scripts/build/parse_syscalls.py
390 :zephyr_file:`scripts/build/gen_relocate_app.py`
393 .. include:: ../../../scripts/build/gen_relocate_app.py
399 :zephyr_file:`scripts/build/process_gperf.py`
402 .. include:: ../../../scripts/build/process_gperf.py
406 :zephyr_file:`scripts/build/gen_app_partitions.py`
409 .. include:: ../../../scripts/build/gen_app_partitions.py
415 :zephyr_file:`scripts/build/check_init_priorities.py`
418 .. include:: ../../../scripts/build/check_init_priorities.py