Searched +full:- +full:- +full:xml +full:- +full:dir (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/ |
D | .gitignore | 20 .dir 25 # no suitable out-of-tree directory is found. 29 outdir-* 32 coverage-report 33 doc-coverage.info 36 doc/xml 41 doc/themes/zephyr-docs-theme 42 sanity-out* 43 twister-out* 46 myresults.xml [all …]
|
D | CMakeLists.txt | 1 # SPDX-License-Identifier: Apache-2.0 5 # Note that this is *NOT* the top-level CMakeLists.txt. That's in the 26 # and https://cmake.org/pipermail/cmake/2019-May/thread.html#69496 36 # -fmacro-prefix-map=${ZEPHYR_BASE}= 57 # - device dependencies structs must be generated (CONFIG_DEVICE_DEPS=y) 58 # - ISR tables must be generated (CONFIG_GEN_ISR_TABLES=y) 59 # - Kernel objects hash tables (CONFIG_USERSPACE=y) 60 # - Application memory partitions (CONFIG_USERSPACE=y) 66 # - zephyr_pre0: linker sections may resize / addresses may relocate 67 # - zephyr_pre1: All linker section sizes are fixed, addresses cannot change [all …]
|
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 2 # SPDX-License-Identifier: Apache-2.0 18 def testinstance() -> TestInstance: 45 f'--build-dir={testinstance.build_dir}', 46 f'--junit-xml={testinstance.build_dir}/report.xml', 47 f'--device-type={device_type}', 48 '--twister-fixture=fixture1:option1', 49 '--twister-fixture=fixture2' 63 assert f'--dut-scope={dut_scope}' in command 68 pytest_args = ['-k test1', '-m mark1'] 78 extra_test_args = ['-stop_at=3', '-no-rt'] [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_report.py | 2 # Copyright (c) 2023-2024 Intel Corporation 4 # SPDX-License-Identifier: Apache-2.0 20 # pylint: disable=no-name-in-module 33 'qemu_x86_atom.xml', 'mps2_an385.xml', 35 'twister.log', 'twister_report.xml', 36 'twister_suite_report.xml', 'twister.xml' 45 'mps2_an385_TEST.xml', 'qemu_x86_atom_TEST.xml', 46 'twister_TEST.json', 'twister_TEST_report.xml', 47 'twister_TEST_suite_report.xml', 'twister_TEST.xml' 55 ['--report-name', 'abcd'], [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 3 # Copyright (c) 2018-2022 Intel Corporation 4 # SPDX-License-Identifier: Apache-2.0 21 "gcovr": ["html", "xml", "csv", "txt", "coveralls", "sonarqube"], 72 hex_dump = sp[1][:-1] 90 with tempfile.TemporaryDirectory() as dir: 94 subdir = dir + f'/{idx}' 100 # Iteratively call gcov-tool (not gcov) to merge the files 101 merge_tool = self.gcov_tool + '-tool' 102 for d1, d2 in zip(dirs[:-1], dirs[1:], strict=False): 103 cmd = [merge_tool, 'merge', d1, d2, '--output', d2] [all …]
|
D | harness.py | 1 # SPDX-License-Identifier: Apache-2.0 15 import xml.etree.ElementTree as ET 71 def trace(self) -> bool: 75 def status(self) -> TwisterStatus: 79 def status(self, value : TwisterStatus) -> None: 113 def translate_record(self, record: dict) -> dict: 127 def parse_record(self, line) -> re.Match: 218 self.instance.execution_time = time.time() - start_time 360 self.report_file = os.path.join(self.running_dir, 'report.xml') 387 '--twister-harness', [all …]
|
D | environment.py | 4 # Copyright (c) 2018-2024 Intel Corporation 8 # SPDX-License-Identifier: Apache-2.0 45 def _get_installed_packages() -> Generator[str, None, None]: 63 PYTEST_PLUGIN_INSTALLED = 'pytest-twister-harness' in installed_packages 71 def add_parse_arguments(parser = None) -> argparse.ArgumentParser: 82 $ ./scripts/twister -v \\ 83 --testsuite-root tests/ztest/base \\ 84 --testsuite-root tests/kernel \\ 85 --test tests/ztest/base/testing.ztest.verbose_0 \\ 86 --test tests/kernel/fifo/fifo_api/kernel.fifo [all …]
|
/Zephyr-latest/.github/workflows/ |
D | doc-build.yml | 2 # SPDX-License-Identifier: Apache-2.0 8 - cron: '0 */3 * * *' 11 - v* 22 # and each sphinx-build process may use more than 2GiB of RAM. 26 doc-file-check: 28 runs-on: ubuntu-22.04 30 github.repository_owner == 'zephyrproject-rtos' 32 file_check: ${{ steps.check-doc-files.outputs.any_modified }} 34 - name: checkout 38 fetch-depth: 0 [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 69 * RISC-V 114 * :zephyr:board:`Adafruit QT Py ESP32-S3 <adafruit_qt_py_esp32s3>`: ``adafruit_qt_py_esp32s3`` 130 * Space-separated lists support has been removed from Twister configuration 140 as well as for ``--sub-test`` command line parameters (:github:`80088`). 141 * The ``--no-detailed-test-id`` command line option also shortens Ztest Test Case names excluding 143 Twister XML reports have full testsuite name as ``testcase.classname property`` resolving 144 possible duplicate testcase elements in ``twister_report.xml`` testsuite container. 170 * Added ``frame_incomplete`` handling to SDL display driver (:dtcompatible:`zephyr,sdl-dc`) 172 …* Added transparency support to SDL display driver (:dtcompatible:`zephyr,sdl-dc`) (:github:`81184… 178 …* NXP MCUX FlexSPI: Add support for 4-byte addressing mode of Micron MT25Q flash family (:github:`… [all …]
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 11 This section is a quick hands-on reference to start debugging your 46 .. code-block:: bash 48 qemu -s -S <image> 54 * ``-S`` Do not start CPU at startup; rather, you must type 'c' in the 56 * ``-s`` Shorthand for :literal:`-gdb tcp::1234`: open a GDB server on 65 .. code-block:: console 70 :makevar:`${QEMU_PIPE}` via CMake, typically :file:`qemu-fifo` within the build 71 directory. You may monitor this file during the run with :command:`tail -f 72 qemu-fifo`. 79 .. code-block:: console [all …]
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qsys | 1 <?xml version="1.0" encoding="UTF-8"?> 304 dir="end" /> 309 dir="end" /> 310 <interface name="clk" internal="clk_0.clk_in" type="clock" dir="end" /> 315 dir="end" /> 320 dir="end" /> 325 dir="end" /> 326 <interface name="reset" internal="clk_0.clk_in_reset" type="reset" dir="end" /> 331 dir="end" /> 577 value="AddressWidth = -1" /> [all …]
|