#28: Terminate ZPC upon USB/Serial connection loss - #31
Draft
Márk Mihalik | SiliconLabs (silabs-MarkM) wants to merge 1 commit into
Draft
Conversation
Márk Mihalik | SiliconLabs (silabs-MarkM)
force-pushed
the
28-terminate-zpc-upon-ncp-removal
branch
from
August 26, 2026 13:06
a10abfb to
e74a6d7
Compare
Signed-off-by: Márk Mihalik <Mark.Mihalik@silabs.com>
Márk Mihalik | SiliconLabs (silabs-MarkM)
force-pushed
the
28-terminate-zpc-upon-ncp-removal
branch
from
August 26, 2026 13:13
e74a6d7 to
fd7a515
Compare
|
GitHub PR artifact is not available. Re-run CI, then apply the CTT label again. |
Márk Mihalik | SiliconLabs (silabs-MarkM)
marked this pull request as draft
August 26, 2026 13:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Closes: #28
Change
Feature:
Bugfix:
zwapi_connection_restart()again (serial reopen or IP reconnect); they do not mark the serial port lostmark_lostis a no-op on IP (serial never opened); do not close the serial fd from the TX threadPOLLHUPeven when the RX poll queue still has workCMakeLists.txt(leftover Time CC tree)Not in this PR:
exit(1)on recv/send (pre-existing)Checklist
./ci/scripts/clang-tidy.sh checkhas been run locally (see CONTRIBUTING.md)