/Zephyr-latest/subsys/storage/flash_map/ |
D | Kconfig | 33 bool "Flash check functions" 35 If enabled, there will be available the backend to check flash 48 prompt "Crypto backend for the flash check functions" 56 Use the PSA API to perform the integrity check. 63 Use the Mbed TLS library to perform the integrity check.
|
/Zephyr-latest/samples/subsys/debug/fuzz/src/ |
D | main.c | 41 void check##nxt(const uint8_t *data, size_t sz); \ 42 void __noinline check##cur(const uint8_t *data, size_t sz) \ 52 check##nxt(data, sz); \
|
/Zephyr-latest/scripts/west_commands/ |
D | run_tests.py | 36 subprocess.run(mypy, check=True, cwd=here) 40 subprocess.run(pytest, check=True, cwd=here)
|
D | run_common.py | 251 for check in check_files: 253 with open(check.filename, 'r') as f: 254 check.yaml = yaml.safe_load(f.read()) 256 if 'runners' not in check.yaml: 258 elif check.board is False and 'run_once' not in check.yaml['runners']: 261 if 'priority' in check.yaml['runners']: 262 check.priority = check.yaml['runners']['priority'] 264 …check.priority = BOARD_FILE_RUN_ONCE_DEFAULT_PRIORITY if check.board is True else SOC_FILE_RUN_ONC… 266 if check.priority == highest_priority: 269 elif check.priority > highest_priority: [all …]
|
/Zephyr-latest/tests/crypto/mbedtls/ |
D | CMakeLists.txt | 7 set(output_file ${PROJECT_BINARY_DIR}/mbedtls-check.timestamp) 12 ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/modules/mbedtls/create_psa_files.py --check
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | bbram.rst | 9 - IBBR (invalid) state - check that the BBRAM is not corrupt. 10 - VSBY (voltage standby) state - check if the BBRAM is using standby voltage. 11 - VCC (active power) state - check if the BBRAM is on normal power.
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 2 :name: TCP sample for TTCN-3 based sanity check 10 This application is used together with the TTCN-3 based sanity check 33 Compile and run the TCP sanity check `net-test-suites`_:
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 47 for check in checks: 51 check() 166 cwd=modpath, check=False) 187 print(run(cmd, cwd=modpath, check=False), end="") 293 def run(cmd, cwd=TOP_DIR, check=True): argument 312 if check and process.returncode:
|
/Zephyr-latest/arch/x86/zefi/ |
D | zefi.py | 122 subprocess.run(cmd, check = True) 127 subprocess.run(cmd, check = True) 136 "zefi.elf"], check = True) 143 subprocess.run(cmd, check = True)
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 40 Transfer check 43 The transfer check is an optional pre-transfer check the application can perform on incoming 44 firmware image metadata. The Firmware Update Server performs the transfer check by calling the 45 :c:member:`check <bt_mesh_dfu_srv_cb.check>` callback. 47 The result of the transfer check is a pass/fail status return and the expected 58 unprovisioned, this should be communicated through the effect parameter of the metadata check. 124 applied. If the metadata check indicated that the device would become unprovisioned, the Target node 125 is not required to respond to this check.
|
/Zephyr-latest/tests/drivers/input/kbd_matrix/ |
D | no-ghostkey-check.overlay | 8 no-ghostkey-check;
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.vcp | 31 This hidden option makes it possible to easily check if VOCS is 46 This hidden option makes it possible to easily check if AICS is 81 This hidden option makes it possible to easily check if VOCS is 96 This hidden option makes it possible to easily check if AICS is
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.stm32 | 57 bool "Runtime clock configuration check" 60 Enables a check on RNG clock configuration. Correct clock 63 This check assumes CED (Clock Error Detected) bit is enabled (when 64 available, CED is enabeld by default). Disable this check if CED is
|
/Zephyr-latest/samples/subsys/tracing/ |
D | README.rst | 40 After the application has run for a while, check the trace output file. 101 After the application has run for a while, check the trace output file. 115 After the application has run for a while, check the trace output file. 129 After the application has run for a while, check the trace output file. 143 After the application has run for a while, check the trace output file.
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.sdmmc | 66 bool "Runtime SDMMC 48MHz clock check" 70 Enable SDMMC clock 48MHz configuration runtime check. 71 In specific cases, this check might provide wrong verdict and should
|
/Zephyr-latest/tests/drivers/regulator/fixed/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 15 check-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
D | nrf52840dk_nrf52840.overlay | 15 check-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
/Zephyr-latest/ |
D | .yamllint | 16 check-keys: false
|
/Zephyr-latest/snippets/xen_dom0/boards/ |
D | rcar_h3ulcb_r8a77951_a57.overlay | 12 * This node may differs on different setups, please check 30 * start Xen for your platform and check following log:
|
D | rcar_salvator_xs.overlay | 12 * This node may differs on different setups, please check 30 * start Xen for your platform and check following log:
|
D | qemu_cortex_a53.overlay | 16 * This node may differs on different setups, please check 34 * start Xen for your platform and check following log:
|
D | rcar_spider_s4_r8a779f0_a55.overlay | 12 * This node may differs on different setups, please check 32 * start Xen for your platform and check following log:
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.intel_vtd | 27 bool "Never check the source id" 29 Disable the source id check in IRTE.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.stm32_lptim | 50 bool "Override tick to freq ratio check" 57 To prevent misconfigurations, a dedicated check is implemented 59 This options allows to override this check
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 119 uint8_t *check) in bt_crypto_f6() argument 148 err = bt_crypto_aes_cmac(ws, m, sizeof(m), check); in bt_crypto_f6() 153 LOG_DBG("res %s", bt_hex(check, 16)); in bt_crypto_f6() 155 sys_mem_swap(check, 16); in bt_crypto_f6()
|