Home
last modified time | relevance | path

Searched refs:patch_info (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/drivers/uart/passthrough/src/
Dmain.c15 struct patch_info { struct
32 struct patch_info patch_c2o = { argument
44 struct patch_info patch_o2c = {
57 struct patch_info *patch = (struct patch_info *)ctx; in uart_cb()
96 static void passthrough(struct patch_info *patch) in passthrough()
/Zephyr-latest/scripts/west_commands/
Dpatch.py353 for patch_info in patches:
354 mod = self.get_module_path(patch_info["module"])
361 pth = patch_info["path"]
364 apply_cmd = patch_info["apply-command"]
379 expect_sha256 = patch_info["sha256sum"]
466 for patch_info in patches:
467 if dst_mods and self.get_module_path(patch_info["module"]) not in dst_mods:
469 self.inf(patch_info)
495 patch_info = {
507 yml.setdefault("patches", []).append(patch_info)
[all …]