-
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
Add Tizen OS port #8988
Add Tizen OS port #8988
Conversation
On progress: Tizen Docker image is being registered into DockerHub. Once it is completed, we can see the https://github.com/project-chip/connectedhomeip/pull/8988/checks?check_run_id=3319802487. Thank you in advance for your kind patience. |
It looks like the dockerfile for tizen uses custom users and this causes:
|
I added following option in yaml file. |
@andy31415 Hello Andy, |
@andy31415 Hello Andy, |
@andy31415 Hi, Andy. Workflow seems to be run one time everyday, and unfortunately, this PR has been blocked by every CI process due to the consistent influx of other PRs. 😭 We have consistently updated our code everyday for this PR after this CI failure, especially in order to resolve the merge conflict. How can we go forward? We understand that you are super busy and need to review a lot of PRs, but if possible and as @wootak-jung has requested, could you re-run the workflow shortly? Thank you in advance. 🙏 @msandstedt @saurabhst Please take a look at this PR. 😄 We need your guidance. (also cc-ed @electrocucaracha) |
I just wonder if this requires to /rebase |
The CI has automation (pullapprove) to add all reviewers, so we want to trigger that. This will be triggered once restyled passes, so that's what we need to fix. To make this happen, run this locally and commit and push up the diff:
dedc71b is the current rev from master that the branch is based on. |
@msandstedt I applied the restyle script. Please re-run actions. Thank you. |
#9352 PR filed for sysroot support in pkg-config. |
@mspang @andy31415 Please review and reply our previous comments. |
The platform supports the following features: - Bluetooth - WiFi - Mdns - Key/Value store The integration with network is made with the Tizen API
replace gn_tizen_example.sh to build_exmaples.py remove unused gn_tizen_example.sh
@erjiaqing @mspang I removed env setting logic based on #9352. please review. Thank you. |
Size increase report for "esp32-example-build" from aea81e3
Full report output
|
Problem
There is no Support for Tizen OS on Matter
Change overview
Adding Support for Tizen OS on Matter along with Lighting app example
Supported WiFi and BLE and Mdns connectivity.
(The implementation of the function will be updated sequentially.)
There is only one examples in this PR: The lighting application.
Testing
How was this tested? (at least one bullet point required)
Build command