Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt39 scripts/ci/test_plan.py
40 scripts/ci/twister_ignore.txt
41 scripts/ci/check_compliance.py
42 scripts/ci/errno.py
43 scripts/ci/upload_test_results_es.py
44 scripts/ci/what_changed.py
45 scripts/ci/version_mgr.py
46 scripts/ci/stats/*
47 scripts/requirements*
48 scripts/checkpatch/*
[all …]
/Zephyr-latest/scripts/
Dwest-commands.yml3 - file: scripts/west_commands/completion.py
7 help: output shell completion scripts
8 - file: scripts/west_commands/boards.py
13 - file: scripts/west_commands/shields.py
18 - file: scripts/west_commands/build.py
23 - file: scripts/west_commands/twister_cmd.py
28 - file: scripts/west_commands/sign.py
33 - file: scripts/west_commands/flash.py
38 - file: scripts/west_commands/debug.py
52 - file: scripts/west_commands/export.py
[all …]
Drequirements-extras.txt6 # to use in ./scripts for memory footprint, code coverage, etc.
18 # used by scripts/build/gen_cfb_font_header.py - helper script for user
24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
Dgithub_helpers.py6 Generic GitHub helper routines which may be useful to other scripts.
9 as a module from other scripts.
39 Scripts often need credentials because anonym access to
41 authenticated access. Scripts which use anonymous access are
/Zephyr-latest/.github/workflows/
Dtwister_tests.yml13 - 'scripts/pylib/**'
14 - 'scripts/twister'
15 - 'scripts/tests/twister/**'
17 - 'scripts/schemas/twister/'
23 - 'scripts/pylib/**'
24 - 'scripts/twister'
25 - 'scripts/tests/twister/**'
27 - 'scripts/schemas/twister/'
54 …pip install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/req…
61 PYTHONPATH=./scripts/tests pytest ./scripts/tests/twister
[all …]
Dpylib_tests.yml4 name: Misc. Pylib Scripts TestSuite
12 - 'scripts/pylib/build_helpers/**'
19 - 'scripts/pylib/build_helpers/**'
47 pip install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt
54 PYTHONPATH=./scripts/tests pytest ./scripts/tests/build_helpers
Dscripts_tests.yml4 name: Scripts tests
12 - 'scripts/build/**'
19 - 'scripts/build/**'
23 scripts-tests:
24 name: Scripts tests
67 pip install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt
74 pytest ./scripts/build
Dtwister_tests_blackbox.yml13 - 'scripts/pylib/twister/**'
14 - 'scripts/twister'
15 - 'scripts/tests/twister_blackbox/**'
70 …python3 -m pip install -U -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt …
80 PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
Dwest_cmds.yml13 - 'scripts/west-commands.yml'
14 - 'scripts/west_commands/**'
22 - 'scripts/west-commands.yml'
23 - 'scripts/west_commands/**'
72 python ./scripts/west_commands/run_tests.py
76 ./scripts/west_commands/run_tests.py
/Zephyr-latest/
D.ruff-excludes.toml3 # This list is generated, it contains all python scripts that existed before ruff was introduced,
151 "./scripts/build/check_init_priorities.py" = [
159 "./scripts/build/check_init_priorities_test.py" = [
163 "./scripts/build/elf_parser.py" = [
169 "./scripts/build/file2hex.py" = [
173 "./scripts/build/gen_app_partitions.py" = [
179 "./scripts/build/gen_cfb_font_header.py" = [
184 "./scripts/build/gen_device_deps.py" = [
188 "./scripts/build/gen_image_info.py" = [
193 "./scripts/build/gen_isr_tables.py" = [
[all …]
D.gitignore16 !scripts/build
18 !scripts/pylib/build_helpers
30 scripts/basic/fixdep
31 scripts/gen_idt/gen_idt
48 scripts/grub
/Zephyr-latest/scripts/tests/twister/
DREADME.md5 …er Testsuite are located in $ZEPHYR_BASE/scripts/tests directory with all the data files in $ZEPHY…
12 pip install -r $ZEPHYR_BASE/scripts/requirements-build-test.txt
20 pytest $ZEPHYR_BASE/scripts/tests/twister
28 coverage run -m pytest $ZEPHYR_BASE/scripts/tests/twister/
34 coverage report -m $ZEPHYR_BASE/scripts/pylib/twister/
40 coverage report -m $ZEPHYR_BASE/scripts/twister
Dtest_twister.py18 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister"))
37 schema = scl.yaml_load(ZEPHYR_BASE +'/scripts/schemas/twister//' + schema)
49 schema = scl.yaml_load(ZEPHYR_BASE +'/scripts/schemas/twister//' + schema)
56 …filename = Path(ZEPHYR_BASE) / "scripts/tests/twister/test_data/test_data_with_deprecation_warning…
57 schema = scl.yaml_load(Path(ZEPHYR_BASE) / "scripts/schemas/twister/testsuite-schema.yaml")
99 filename = Path(ZEPHYR_BASE) / "scripts/tests/twister/test_twister.py"
/Zephyr-latest/arch/posix/core/
DCMakeLists.txt24 ${ZEPHYR_BASE}/scripts/native_simulator/common/src/include/
29 ${ZEPHYR_BASE}/scripts/native_simulator/common/src/nct.c
30 ${ZEPHYR_BASE}/scripts/native_simulator/common/src/nce.c
31 ${ZEPHYR_BASE}/scripts/native_simulator/common/src/nsi_host_trampolines.c
/Zephyr-latest/doc/build/cmake/
Dindex.rst9 **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
[all …]
/Zephyr-latest/doc/develop/test/
Dbsim.rst45 with twister, but with a dedicated set of tests scripts.
48 scripts contained in that folder are used by the CI system to build the needed images and execute
91 The scripts also expect a few environment variables to be set.
143 Build scripts
146 The build scripts ``compile.sh`` simply build all the required test and sample applications
147 for the tests' scripts placed in the subfolders below.
149 This build scripts use the common compile.source which provide a function (compile) which calls
152 To speed up compilation for users interested only in a subset of tests, several compile scripts
156 required, and some Zephyr users do not use or have west, but still use the build and tests scripts.
158 Test scripts
[all …]
/Zephyr-latest/subsys/fb/
DREADME_fonts.txt8 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \
12 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \
16 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md36 python3 ./scripts/ci/upload_test_results_es.py --create-index \
74 python3 ./scripts/ci/upload_test_results_es.py --create-index \
81 python3 ./scripts/ci/upload_test_results_es.py \
95 python3 ./scripts/ci/upload_test_results_es.py --create-index \
102 python3 ./scripts/ci/upload_test_results_es.py \
119 python3 ./scripts/ci/upload_test_results_es.py --create-index \
127 python3 ./scripts/ci/upload_test_results_es.py \
142 python3 ./scripts/ci/upload_test_results_es.py --create-index \
149 python3 ./scripts/ci/upload_test_results_es.py \
/Zephyr-latest/scripts/west_commands/
Dcompletion.py14 Output shell completion scripts for west.
16 This command outputs completion scripts for different shells by printing them
17 to stdout. Using the completion scripts:
52 'output shell completion scripts',
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst111 ./scripts/coccicheck --mode=report
117 ./scripts/coccicheck --mode=patch
120 sub-directories of ``scripts/coccinelle`` to the entire source code tree.
133 ./scripts/coccicheck --mode=report --verbose=1
144 ./scripts/coccicheck --mode=report --jobs=4
170 ./scripts/coccicheck --mode=report --cocci=<example.cocci>
176 ./scripts/coccicheck --mode=report --cocci=./path/to/<example.cocci>
191 ./scripts/coccicheck --mode=patch drivers/usb/
213 ./scripts/coccicheck --mode=patch --debug=cocci.err
227 ./scripts/coccicheck --sp-flag="--use-glimpse"
[all …]
/Zephyr-latest/soc/nxp/imx/imx9/imx93/
DCMakeLists.txt9 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
13 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTE…
/Zephyr-latest/soc/renesas/rcar/rcar_gen4/
DCMakeLists.txt6 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_a_r/scripts/linker.ld CACHE IN…
10 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
/Zephyr-latest/soc/brcm/bcmvk/viper/
DCMakeLists.txt13 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
18 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTE…
/Zephyr-latest/soc/renesas/rcar/rcar_gen3/
DCMakeLists.txt9 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_a_r/scripts/linker.ld CACHE IN…
14 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
/Zephyr-latest/soc/arm/fvp_aemv8r/
DCMakeLists.txt7 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
13 …set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_a_r/scripts/linker.ld CACHE IN…

12345678910>>...22