-
Notifications
You must be signed in to change notification settings - Fork 27
Recover from unexpected FUNC_ID_SERIAL_API_STARTED #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Fix TX process stuck waiting for callback if transmission ongoing Abort Add/Remove if in progress Fix zwapi send data abort after emerency timeout
Collaborator
Author
|
Pressing reset button on WSTK board during node inclusion/interview, can simulate Serial API unexpected restart. |
Collaborator
Author
|
Log file example, of TX queue being stuck |
|
Thanks for the feedback, we will address these issues for the next release. 🙂 |
rzr
added a commit
that referenced
this pull request
Mar 28, 2025
This change allow building UnifySDK on github.
Removing LFS objects is a good start to slim down UnifySDK repo
Observed issue:
(...)
#11 538.0 100% tests passed, 0 tests failed out of 69
#11 538.0 Total Test time (real) = 287.70 sec
#11 538.0 cmake --build build --target package
(...)
#11 538.2 [2/3] Run CPack packaging tool...
#11 538.2 CPack: Create package using DEB
#11 538.2 CPack: Install projects
#11 538.2 CPack: - Install project: uic []
#11 538.2 CPack: - Install component: libunify-dev
#11 538.7 CMake Error at /usr/local/opt/unifysdk/build/components/cmake_install.cmake:195 (file):
#11 538.7 file INSTALL cannot copy file
Relate-to: SiliconLabsSoftware/z-wave-engine-application-layer#11
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
Thomasdjb
pushed a commit
to Thomasdjb/UnifySDK
that referenced
this pull request
May 22, 2025
This change allow building UnifySDK on github.
Removing LFS objects is a good start to slim down UnifySDK repo
Observed issue:
(...)
SiliconLabs#11 538.0 100% tests passed, 0 tests failed out of 69
SiliconLabs#11 538.0 Total Test time (real) = 287.70 sec
SiliconLabs#11 538.0 cmake --build build --target package
(...)
SiliconLabs#11 538.2 [2/3] Run CPack packaging tool...
SiliconLabs#11 538.2 CPack: Create package using DEB
SiliconLabs#11 538.2 CPack: Install projects
SiliconLabs#11 538.2 CPack: - Install project: uic []
SiliconLabs#11 538.2 CPack: - Install component: libunify-dev
SiliconLabs#11 538.7 CMake Error at /usr/local/opt/unifysdk/build/components/cmake_install.cmake:195 (file):
SiliconLabs#11 538.7 file INSTALL cannot copy file
Relate-to: SiliconLabsSoftware/z-wave-engine-application-layer#11
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
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.
Fix TX process stuck waiting for callback if transmission ongoing
Abort Add/Remove if in progress
Fix zwapi send data abort after emerency timeout