Searched full:skipping (Results 1 – 25 of 78) sorted by relevance
1234
/Zephyr-latest/dts/bindings/gpio/ |
D | particle-gen3-header.yaml | 19 16-pin header, skipping the bottom pin then assigning 9 through 19, 20 skipping over GND, and replacing the lower 3V3 with pin 20. The
|
D | arduino-header-r3.yaml | 20 towards the top, skipping two pins, then finishing with D14 and
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | walker.py | 449 …get {cfgTarget.name} lists build artifact {artifactPath} but file not found after build; skipping") 493 …" - {srcAbspath} does not exist but is referenced in sources for target {pkg.cfg.name}; skipping") 546 …ompileGroupIndex} but only {len(cfgTarget.target.compileGroups)} found; skipping included files se… 552 …nguage {cg.language} but currently only searching includes for C files; skipping included files se… 659 log.dbg(f" - {srcAbspath}: can't determine which document should own; skipping") 730 … - searching for relationship, can't find document with file {rlnData.ownerFileAbspath}; skipping") 734 …le {rlnData.ownerFileAbspath} points to document {ownerDoc.cfg.name} but file not found; skipping") 738 …searching for relationship for file {rlnData.ownerFileAbspath} found file, but empty ID; skipping") 749 …ching for relationship for target {rlnData.ownerTargetName} found package, but empty ID; skipping") 752 …r relationship for target {rlnData.ownerTargetName}, target not found in build document; skipping") [all …]
|
D | scanner.py | 202 log.wrn(f"unable to get hashes for file {f.abspath}; skipping")
|
/Zephyr-latest/soc/adi/max32/ |
D | Kconfig | 53 entering sleep by skipping the WFE/WFI instruction.
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 40 Since this does not compromise User Mode, we make the skipping
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_storage.c | 151 " signature mismatch, skipping" in canopen_settings_set() 173 " signature mismatch, skipping" in canopen_settings_set()
|
/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 51 # hence skipping it problem only in gcovr v4.1
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_gd32isp.py | 15 pytest.skip("skipping Linux-only gd32isp tests", allow_module_level=True)
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | _mesh_test.sh | 54 echo "Skipping $testid (device #$idx)"
|
/Zephyr-latest/scripts/utils/ |
D | migrate_includes.py | 37 print(f"File with invalid encoding: {p}, skipping", file=sys.stderr)
|
/Zephyr-latest/drivers/pcie/endpoint/ |
D | pcie_ep_iproc_msi.c | 60 LOG_WRN("MSI is not setup, skipping MSI"); in iproc_pcie_generate_msi() 93 LOG_WRN("MSIX table is not setup, skipping MSIX\n"); in generate_msix()
|
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | peripheral_mtu_update.c | 104 printk("Skipping notification since UATT MTU is not sufficient." in run_peripheral_sample()
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | Kconfig | 45 Since this does not compromise User Mode, we make the skipping
|
/Zephyr-latest/scripts/ci/ |
D | guideline_check.py | 102 print("we timed out waiting, skipping...")
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 407 echo "No such directory $d, skipping it" 412 echo "No such file $d/$docker_test_script_name, skipping directory"
|
/Zephyr-latest/tests/misc/llext-edk/pytest/ |
D | test_edk.py | 21 logger.warning("ZEPHYR_SDK_INSTALL_DIR is not set, skipping test")
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_backend_settings.c | 39 LOG_DBG("Skipping index [%s]", key); in zephyr_settings_backend_load_val_cb()
|
/Zephyr-latest/scripts/footprint/ |
D | upload_data.py | 106 print(f"Skipping {hash}...")
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32f2_f4_f7.c | 118 /* Enable the PLL (PLLON) before setting overdrive. Skipping the PLL in config_pll_sysclock()
|
/Zephyr-latest/scripts/west_commands/ |
D | packages.py | 134 self.dbg(f"Skipping module {module_name}")
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | esp32s3-mp.c | 164 * (skipping the MCUBoot header) in esp_appcpu_init()
|
/Zephyr-latest/arch/arm/ |
D | Kconfig | 119 entering sleep by skipping the WFE/WFI instruction.
|
/Zephyr-latest/arch/arm64/core/ |
D | reset.c | 113 * but we are going to be skipping EL2. in z_arm64_el3_init()
|
/Zephyr-latest/subsys/shell/ |
D | shell_help.c | 34 /* Skipping whitespace. */ in formatted_text_print()
|
1234