Searched full:skipping (Results 1 – 25 of 61) sorted by relevance
123
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/west_commands/zspdx/ |
D | walker.py | 309 …get {cfgTarget.name} lists build artifact {artifactPath} but file not found after build; skipping") 353 …" - {srcAbspath} does not exist but is referenced in sources for target {pkg.cfg.name}; skipping") 406 …ompileGroupIndex} but only {len(cfgTarget.target.compileGroups)} found; skipping included files se… 412 …nguage {cg.language} but currently only searching includes for C files; skipping included files se… 518 log.dbg(f" - {srcAbspath}: can't determine which document should own; skipping") 583 … - searching for relationship, can't find document with file {rlnData.ownerFileAbspath}; skipping") 587 …le {rlnData.ownerFileAbspath} points to document {ownerDoc.cfg.name} but file not found; skipping") 591 …searching for relationship for file {rlnData.ownerFileAbspath} found file, but empty ID; skipping") 602 …ching for relationship for target {rlnData.ownerTargetName} found package, but empty ID; skipping") 605 …r relationship for target {rlnData.ownerTargetName}, target not found in build document; skipping") [all …]
|
D | scanner.py | 193 log.wrn(f"unable to get hashes for file {f.abspath}; skipping")
|
/Zephyr-Core-3.5.0/modules/canopennode/ |
D | canopen_storage.c | 151 " signature mismatch, skipping" in canopen_settings_set() 173 " signature mismatch, skipping" in canopen_settings_set()
|
/Zephyr-Core-3.5.0/arch/arm64/core/cortex_r/ |
D | Kconfig | 40 Since this does not compromise User Mode, we make the skipping
|
/Zephyr-Core-3.5.0/scripts/ |
D | gen_gcov_files.py | 51 # hence skipping it problem only in gcovr v4.1
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/ |
D | _mesh_test.sh | 54 echo "Skipping $testid (device #$idx)"
|
/Zephyr-Core-3.5.0/scripts/west_commands/tests/ |
D | test_gd32isp.py | 15 pytest.skip("skipping Linux-only gd32isp tests", allow_module_level=True)
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/utils/ |
D | migrate_includes.py | 38 print(f"File with invalid encoding: {p}, skipping", file=sys.stderr)
|
/Zephyr-Core-3.5.0/arch/arm/ |
D | Kconfig | 54 entering sleep by skipping the WFE/WFI instruction.
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | guideline_check.py | 79 print("we timed out waiting, skipping...")
|
D | test_plan.py | 223 …arning(f"{len(boards)} boards changed, this looks like a global change, skipping test handling, re… 253 …logging.warning(f"{len(tests)} tests changed, this looks like a global change, skipping test handl…
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | clock_stm32f2_f4_f7.c | 67 /* Enable the PLL (PLLON) before setting overdrive. Skipping the PLL in config_pll_sysclock()
|
/Zephyr-Core-3.5.0/arch/arm/core/mpu/ |
D | Kconfig | 43 Since this does not compromise User Mode, we make the skipping
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/footprint/ |
D | upload_data.py | 106 print(f"Skipping {hash}...")
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | reset.c | 111 * but we are going to be skipping EL2. in z_arm64_el3_init()
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | shell_help.c | 34 /* Skipping whitespace. */ in formatted_text_print()
|
/Zephyr-Core-3.5.0/arch/xtensa/core/ |
D | coredump.c | 48 * skipping user-defined register EXPSTATE
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 214 logger.info("Skipping coverage report generation due to --build-only.")
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_central.c | 179 LOG_DBG("skipping AUX_ADV_IND report, waiting for AUX_SCAN_REQ " in scan_recv()
|
/Zephyr-Core-3.5.0/drivers/fuel_gauge/bq27z746/ |
D | bq27z746.c | 106 /* Copy only the data to the user buffer (= skipping the first two command bytes) */ in bq27z746_read_mac()
|
/Zephyr-Core-3.5.0/drivers/memc/ |
D | memc_mcux_flexspi.c | 177 LOG_DBG("XIP active on %s, skipping init", dev->name); in memc_flexspi_init()
|
123