Searched refs:passed (Results 1 – 25 of 191) sorted by relevance
12345678
/Zephyr-latest/samples/drivers/memc/ |
D | README.rst | 41 Check (0/8191) passed! 42 Check (1/8191) passed! 44 Check (8190/8191) passed! 45 Check (8191/8191) passed!
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 16 to be passed to the TF-M build system. Look at 'config_default.cmake' 27 to be passed to the TF-M build system. Look at 'config_default.cmake' 38 to be passed to the TF-M build system. Look at 'config_default.cmake' 50 to be passed to the TF-M build system. Look at 'config_default.cmake' 61 to be passed to the TF-M build system. Look at 'config_default.cmake' 73 to be passed to the TF-M build system. Look at 'config_default.cmake'
|
/Zephyr-latest/tests/kernel/threads/tls/src/ |
D | main.c | 153 bool passed; in start_tls_test() local 174 passed = true; in start_tls_test() 179 passed = false; in start_tls_test() 183 zassert_true(passed, "Test failed"); in start_tls_test()
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 47 - Arguments passed to the ``analyze`` command directly. (e.g. ``--timeout;360``) 51 - A JSON or YAML file with configuration options passed to all commands. 61 - Arguments passed to the ``parse`` command directly. (e.g. ``--verbose;debug``) 67 - Arguments passed to the ``store`` command directly. Implies ``CODECHECKER_STORE``. 75 These parameters can be passed on the command line, or be set as environment variables.
|
/Zephyr-latest/cmake/ |
D | cfb.cmake | 22 ${ARGN} # Extra arguments are passed to gen_cfb_font_header.py 35 # Any additional arguments are passed on to 52 # Any additional arguments are passed on to
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 14 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the 22 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | plugin_test.py | 59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
|
/Zephyr-latest/boards/native/common/extra_args/ |
D | Kconfig | 8 Extra command line options/arguments which will be handled like if they were passed to the
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/ |
D | wl_32_hse.overlay | 10 * It applies to the stm32wl where the hse prescaler is 1 and by-passed
|
D | wl_pll_48_hse_32.overlay | 10 * It applies to the stm32wl where the hse prescaler is 2 and by-passed
|
/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 20 // Match identifier passed as timeout 83 // Match identifier passed as timeout 141 // Match identifier passed as timeout
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_x86.cmake | 21 # In order to use division, `--divide` needs to be passed to
|
/Zephyr-latest/cmake/sca/sparse/ |
D | sparse.template | 8 # argument to be passed to sparse is 2nd argument after `--`.
|
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 174 result.assert_outcomes(passed=2) 272 result.assert_outcomes(passed=1) 298 result.assert_outcomes(passed=0)
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 12 [Shell users would like to parse options passed to the command handler.] 27 and a pointer to that structure is passed as an additional parameter
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 10 both error code and assertion fail set test result as passed. 41 2. There are three watchdog flags that can be passed to wdt_install_timeout(): 67 6. There are two watchdog options that can be passed to wdt_setup():
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | README.rst | 44 Optionally, a single channel name or index can be passed to be printed out. The 64 A valid sensor device name should be passed otherwise you will get an
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...) 94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...) 106 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_sof_host_dma | 21 int "Alignment (in bytes) required for memory regions passed to this driver"
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.npcx | 22 generated internally and passed to the conditioning component.
|
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/ |
D | README.txt | 10 - The arguments are passed to the wrapped function.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 40 passed in have been validated if it was invoked from user mode. 43 and does validation of all the arguments passed in. 66 * Array arguments must be passed in as pointers, not arrays. For example, 201 passed as arguments to system call, are C casted to ``uintptr_t`` which matches 204 64-bit parameters are split into lower and higher part and passed as two consecutive 217 passed via registers is limited to six for all architectures. 218 Additional arguments will need to be passed in an array in the source memory 262 passed in. This includes: 265 ensure that the semaphore object passed in is a valid semaphore and that 268 * Any memory buffers passed in from user mode. Checks must be made that the [all …]
|
D | mpu_userspace.rst | 22 passed-in parameters are all validated. The user mode thread is then elevated
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_flags.cmake | 28 # If -no-pie is passed to old binutils <= 2.36, it is parsed
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 48 message are passed in the cAVS IDR/TDR register pair instead
|
12345678