/Zephyr-latest/scripts/tests/twister/ |
D | test_cmakecache.py | 4 # SPDX-License-Identifier: Apache-2.0 29 ('DUMMY-NOTFOUND', False), 66 'DUMMY:WRONG_TYPE=???', 70 'DUMMY_VALUE_NAME1:STRING=I am a dummy string', 71 CMakeCacheEntry('DUMMY_VALUE_NAME1', 'I am a dummy string') 81 'DUMMY_VALUE_NAME3:INTERNAL=I am a dummy internal string', 82 CMakeCacheEntry('DUMMY_VALUE_NAME3', 'I am a dummy internal string')), 107 'on line 7: DUMMY_VALUE_NAME9:BOOL=NOT_A_BOOL' 154 CMakeCacheEntry('DUMMY_NAME1', 'dummy value'), 155 'CMakeCacheEntry(name=DUMMY_NAME1, value=dummy value)' [all …]
|
D | test_scl.py | 4 # SPDX-License-Identifier: Apache-2.0 34 ids=['C YAML', 'non-C YAML'] 146 type(context_mark).name = 'dummy context mark' 147 type(context_mark).line = 0 150 type(problem_mark).name = 'dummy problem mark' 151 type(problem_mark).line = 0 153 raise ScannerError(context='dummy context', 154 context_mark=context_mark, problem='dummy problem', 155 problem_mark=problem_mark, note='Dummy note') 158 filename = 'dummy/file.yaml' [all …]
|
D | test_harness.py | 4 # SPDX-License-Identifier: Apache-2.0 48 …+ "[{state}] {suite}.{test}, where GetParam() = 8-byte object <0B-00 00-00 00-9A 80-F7> (0 ms tota… 54 "[00:00:00.000,000] [0m<inf> label: [----------] Global test environment tear-down[0m" 59 for line in logs: 60 harness.handle(line) 88 "msg": "Expecting value: line 1 column 1 (char 0)", 147 for line in lines: 148 harness.parse_record(line) 165 "line, fault, fail_on_fault, cap_cov, exp_stat, exp_id", 177 def test_harness_process_test(line, fault, fail_on_fault, cap_cov, exp_stat, exp_id): argument [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_filter.py | 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions related to test filtering. 17 # pylint: disable=no-name-in-module 27 r'(it8xxx2_evb/it81302bx).*?(FILTERED: Command line testsuite arch filter)', 33 r'(it8xxx2_evb/it81302bx).*?(FILTERED: Command line testsuite arch filter)', 34 r'(qemu_x86/atom).*?(FILTERED: Command line testsuite arch filter)', 35 r'(hsdk/arc_hsdk).*?(FILTERED: Command line testsuite arch filter)', 41 r'(qemu_x86/atom).*?(FILTERED: Command line testsuite arch filter)', 42 r'(hsdk/arc_hsdk).*?(FILTERED: Command line testsuite arch filter)', ] 59 r'(DEBUG\s+- adding intel_adl_crb)' [all …]
|
D | test_printouts.py | 2 # Copyright (c) 2023-2024 Intel Corporation 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions 16 # pylint: disable=no-name-in-module 31 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 35 os.path.join(TEST_DATA, 'tests', 'dummy', 'device'), 42 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 44 'dummy.agnostic.group1.subgroup1.a1_1_tests.assert', 45 'dummy.agnostic.group1.subgroup2.a1_2_tests.assert', 46 'dummy.agnostic.group2.a2_tests.assert1', [all …]
|
D | test_shuffle.py | 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions related to the shuffling of the test order. 16 # pylint: disable=no-name-in-module 36 ('123', '1/2', ['dummy.device.group', 'dummy.agnostic.group1.subgroup2']), 37 ('123', '2/2', ['dummy.agnostic.group2', 'dummy.agnostic.group1.subgroup1']), 38 ('321', '1/2', ['dummy.agnostic.group2', 'dummy.agnostic.group1.subgroup2']), 39 ('321', '2/2', ['dummy.device.group', 'dummy.agnostic.group1.subgroup1']), 40 ('123', '1/3', ['dummy.device.group', 'dummy.agnostic.group1.subgroup2']), 41 ('123', '2/3', ['dummy.agnostic.group2']), 42 ('123', '3/3', ['dummy.agnostic.group1.subgroup1']), [all …]
|
D | test_coverage.py | 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions 16 # pylint: disable=duplicate-code 17 # pylint: disable=no-name-in-module 26 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 36 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 45 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'), 123 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'), 126 'Running gcovr -r' 129 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'), [all …]
|
D | test_error.py | 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions - simple does-error-out or not tests 16 # pylint: disable=no-name-in-module 25 os.path.join(TEST_DATA, 'tests', 'dummy'), 27 'dummy', 'agnostic', 'group1', 'subgroup1', 28 'dummy.agnostic.group1.subgroup1'), 33 'dummy.agnostic.group1.subgroup1', 37 os.path.join(TEST_DATA, 'tests', 'dummy'), 38 'dummy.agnostic.group1.subgroup1', 45 r'always_overflow.dummy SKIPPED \(RAM overflow\)' [all …]
|
D | test_runner.py | 2 # Copyright (c) 2023-2024 Intel Corporation 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions 8 # pylint: disable=duplicate-code 18 # pylint: disable=no-name-in-module 27 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 35 os.path.join(TEST_DATA, 'tests', 'dummy', 'device'), 45 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 67 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 73 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), [all …]
|
D | test_report.py | 2 # Copyright (c) 2023-2024 Intel Corporation 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions 20 # pylint: disable=no-name-in-module 30 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 42 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 53 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 55 ['--report-name', 'abcd'], 62 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 64 ['--report-name', '1234', '--platform-reports'], [all …]
|
D | test_output.py | 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions changing test output. 17 # pylint: disable=no-name-in-module 26 (['-ll', 'DEBUG']), 27 (['-v']), 28 (['-v', '-ll', 'DEBUG']), 29 (['-vv']), 30 (['-vv', '-ll', 'DEBUG']), 47 ('--no-detailed-test-id', False), 48 ('--detailed-test-id', True) [all …]
|
D | test_quarantine.py | 4 # SPDX-License-Identifier: Apache-2.0 6 Blackbox tests for twister's command line functions related to the quarantine. 17 # pylint: disable=duplicate-code 37 path = os.path.join(TEST_DATA, 'tests', 'dummy') 38 quarantine_path = os.path.join(TEST_DATA, 'twister-quarantine-list.yml') 39 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \ 40 ['--quarantine-verify'] + \ 41 ['--quarantine-list', quarantine_path] + \ 43 ['-p'] * len(test_platforms), test_platforms 66 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.dummy | 3 # SPDX-License-Identifier: Apache-2.0 5 # The Kconfig file is dedicated to Dummy transport of MCUmgr 13 bool "Dummy SMP backend" 16 Enables the dummy SMP backend which can be used for unit testing 22 int "Size of receive buffer for dummy interface mcumgr fragments" 25 Specifies the size of the mcumgr dummy backend receive buffer, 27 line sent by an mcumgr client.
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh029a1.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 34 border-waveform = <0x33>; [all …]
|
D | waveshare_epaper_gdeh0213b1.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 34 border-waveform = <0x71>; [all …]
|
D | waveshare_epaper_gdeh0213b72.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 34 border-waveform = <0x03>; [all …]
|
/Zephyr-latest/include/zephyr/console/ |
D | console.h | 4 * SPDX-License-Identifier: Apache-2.0 27 * This function should be called once to initialize pull-style 30 * and incompatible with, callback (push-style) console handling 40 * @param dummy ignored, present to follow read() prototype 45 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno 48 ssize_t console_read(void *dummy, void *buf, size_t size); 53 * @param dummy ignored, present to follow write() prototype 57 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno 60 ssize_t console_write(void *dummy, const void *buf, size_t size); 69 * Zephyr callback-based console input processing, shell subsystem, [all …]
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd16xx-common.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 10 type: uint8-array 13 busy-gpios: 14 type: phandle-array 34 - 0 35 - 90 36 - 180 37 - 270 42 child-binding: [all …]
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | renesas,smartbond-nor-psram.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "renesas,smartbond-nor-psram" 14 is-ram: 19 dev-size: 25 dev-type: 31 dev-density: 40 dev-id: 46 reset-delay-us: 52 read-cs-idle-min-ns: 56 Min. time, in nanoseconds, the #CS line should remain inactive between [all …]
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board.dts | 2 * Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "reel_board-pinctrl.dtsi" 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; 25 zephyr,code-partition = &slot0_partition; 30 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/dts/bindings/spi/ |
D | espressif,esp32-spi.yaml | 3 compatible: "espressif,esp32-spi" 5 include: [spi-controller.yaml, pinctrl-device.yaml] 11 pinctrl-0: 14 pinctrl-names: 17 half-duplex: 20 Enable half-duplex communication mode. 24 dummy-comp: 26 description: Enable dummy SPI compensation cycles 31 Enable 3-wire mode 35 dma-enabled: [all …]
|
D | xlnx,xps-spi-2.00.a.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "xlnx,xps-spi-2.00.a" 8 include: spi-controller.yaml 11 # https://github.com/Xilinx/device-tree-xlnx 20 xlnx,num-ss-bits: 24 - 1 25 - 2 26 - 3 27 - 4 31 xlnx,num-transfer-bits: [all …]
|
/Zephyr-latest/drivers/display/ |
D | ls0xx.c | 4 * SPDX-License-Identifier: Apache-2.0 25 * -> high/1 means white, low/0 means black 26 * -> Display expects LSB first 33 /* Adding 2 for the line number and dummy byte 35 * +-------------------+-------------------+----------------+ 36 * | line num (8 bits) | data (WIDTH bits) | dummy (8 bits) | 37 * +-------------------+-------------------+----------------+ 62 gpio_pin_toggle_dt(&config->extcomin_gpio); in ls0xx_vcom_toggle() 64 gpio_pin_toggle_dt(&config->extcomin_gpio); in ls0xx_vcom_toggle() 76 const struct ls0xx_config *config = dev->config; in ls0xx_blanking_off() [all …]
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | smp_dummy.h | 3 * Copyright Laird Connectivity 2021-2022. All rights reserved. 5 * SPDX-License-Identifier: Apache-2.0 9 * @brief Dummy transport for the mcumgr SMP protocol for unit testing. 24 * @brief Clears internal dummy SMP state and resets semaphore 37 * @brief Processes a single line (fragment) coming from the mcumgr response to 85 * @brief Enabled the dummy SMP module (will process sent/received data) 90 * @brief Disables the dummy SMP module (will not process sent/received data) 95 * @brief Returns status on if the dummy SMP system is active 97 * @retval true if dummy SMP is enabled, false otherwise
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 4 # SPDX-License-Identifier: Apache-2.0 15 DT_CHOSEN_Z_SHELL_UART := zephyr,shell-uart 145 default-timeout = 100 148 default-size = 512 211 Select index of up-buffer used for shell output, by default it uses 212 terminal up-buffer and its settings. 226 data periodically. Period starts from 1-2 milliseconds and can be 238 default-timeout = 100 241 default-size = 512 278 module-str = RTT shell backend [all …]
|