[improv_serial] Add uart bus support and host integration test (#18794)

This commit is contained in:
J. Nick Koston
2026-08-26 21:13:47 -05:00
committed by GitHub
parent b62305793d
commit e53870085b
16 changed files with 463 additions and 10 deletions
+2
View File
@@ -247,6 +247,8 @@ def lint_ext_check(fname):
"CLAUDE.md",
"GEMINI.md",
".github/copilot-instructions.md",
# Symlink to the real wifi scan_list.h so the test stub cannot drift
"tests/integration/fixtures/external_components/wifi/scan_list.h",
]
)
def lint_executable_bit(fname: Path) -> str | None: