-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Tizen] Add Thread stack manager implementation #16749
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
PR #16749: Size comparison from a19de20 to 6a48eac Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast tracking platform changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
/rebase |
PR #16749: Size comparison from 913aca0 to a7ccdf0 Full report (19 builds for cc13x2_26x2, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
We will raise the additional PR to add a command to download Tizen thread stack in Tizen docker file. |
Problem Thread Stack Manager is not implemented for Tizen. Change overview Add Tizen Stack Manager implementation for Tizen. Co-authored-by: Anupam Roy <[email protected]> Co-authored-by: hyunuktak <[email protected]> Signed-off-by: Abhay Agarwal <[email protected]>
Signed-off-by: Abhay Agarwal <[email protected]>
Signed-off-by: Abhay Agarwal <[email protected]>
Refer the PR for tizen docker modifications |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@woody-apple |
@hrajendran-samsung @electrocucaracha Please take a look at the request above |
When I see the fail log no build fail, the test works with the previous tizen-docker. 0.5.58 https://github.com/project-chip/connectedhomeip/runs/6119450320?check_suite_focus=true Digest: sha256:a8d0e5007519adf36d5d15b0f46f73a9cc8d7aae865d261ca854088bb9ad3aee We applied Tizen docker change into 0.5.61 version. https://github.com/project-chip/connectedhomeip/pull/17041/files So need to run the testing using the latest docker. |
If I see the latest PR, it works on the latest tizen docker. #17675 Status: Downloaded newer image for connectedhomeip/chip-build-tizen:0.5.64 So can you re-trriger the work flow? Then the fail issue will be resolved |
The same change is success to build on next PR. Maybe some env issue in the current PR. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closing this PR since, same changes get merged via |
Problem
Thread Stack Manager is not implemented for Tizen.
Change overview
Add Thread Stack Manager implementation and thread network commissioning driver for Tizen.
Testing
chip-tool and chip-lighting-app examples