Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/Zephyr-latest/subsys/storage/flash_map/
DKconfig33 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/
Dmain.c41 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/
Drun_tests.py36 subprocess.run(mypy, check=True, cwd=here)
40 subprocess.run(pytest, check=True, cwd=here)
Drun_common.py251 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']
264check.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/
DCMakeLists.txt7 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/
Dbbram.rst9 - 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/
DREADME.rst2 :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/
Dlint.py47 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/
Dzefi.py122 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/
Ddfu_srv.rst40 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/
Dno-ghostkey-check.overlay8 no-ghostkey-check;
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.vcp31 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/
DKconfig.stm3257 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/
DREADME.rst40 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/
DKconfig.sdmmc66 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/
Dnrf5340dk_nrf5340_cpuapp.overlay15 check-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
Dnrf52840dk_nrf52840.overlay15 check-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
/Zephyr-latest/
D.yamllint16 check-keys: false
/Zephyr-latest/snippets/xen_dom0/boards/
Drcar_h3ulcb_r8a77951_a57.overlay12 * This node may differs on different setups, please check
30 * start Xen for your platform and check following log:
Drcar_salvator_xs.overlay12 * This node may differs on different setups, please check
30 * start Xen for your platform and check following log:
Dqemu_cortex_a53.overlay16 * This node may differs on different setups, please check
34 * start Xen for your platform and check following log:
Drcar_spider_s4_r8a779f0_a55.overlay12 * This node may differs on different setups, please check
32 * start Xen for your platform and check following log:
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.intel_vtd27 bool "Never check the source id"
29 Disable the source id check in IRTE.
/Zephyr-latest/drivers/timer/
DKconfig.stm32_lptim50 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/
Dbt_crypto.c119 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()

12345678910>>...18