forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from project-chip/master
Update Local Master
- Loading branch information
Showing
940 changed files
with
110,631 additions
and
246,208 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Stale config for https://github.com/marketplace/stale | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- security | ||
- blocked | ||
|
||
# Label to use when marking a pull request as stale | ||
staleLabel: stale | ||
|
||
pulls: | ||
# Number of days of inactivity before a pull request becomes stale | ||
daysUntilStale: 7 | ||
|
||
# Number of days of inactivity before a stale pull request is closed | ||
daysUntilClose: 7 | ||
|
||
# Comment to post when marking a pull request as stale. Set to `false` to disable | ||
markComment: > | ||
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. | ||
# Comment to post when closing a stale pull request. Set to `false` to disable | ||
closeComment: > | ||
This stale pull request has been automatically closed. | ||
Thank you for your contributions. | ||
issues: | ||
# Number of days of inactivity before a issue becomes stale | ||
daysUntilStale: 365 | ||
|
||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
|
||
# Comment to post when marking a issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
This stale issue has been automatically closed. | ||
Thank you for your contributions. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: connectedhomeip/chip-build-esp32:0.4.12 | ||
image: connectedhomeip/chip-build-esp32:0.4.16 | ||
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
- "/tmp/output_binaries:/tmp/output_binaries" | ||
|
@@ -51,8 +51,8 @@ jobs: | |
- name: Copy aside build products | ||
run: | | ||
mkdir -p example_binaries/$BUILD_TYPE-build | ||
cp examples/wifi-echo/server/esp32/build/chip-wifi-echo.elf \ | ||
example_binaries/$BUILD_TYPE-build/chip-wifi-echo.elf | ||
cp examples/all-clusters-app/esp32/build/chip-all-clusters-app.elf \ | ||
example_binaries/$BUILD_TYPE-build/chip-all-clusters-app.elf | ||
- name: Binary artifact suffix | ||
id: outsuffix | ||
uses: haya14busa/[email protected] | ||
|
@@ -70,8 +70,6 @@ jobs: | |
${{ env.BUILD_TYPE }}-example-build-${{ | ||
steps.outsuffix.outputs.value }} | ||
path: /tmp/output_binaries/${{ env.BUILD_TYPE }}-build | ||
- name: Show tree | ||
run: find . | ||
# - name: Remove third_party binaries for CodeQL Analysis | ||
# run: find . -type d -name "third_party" -exec rm -rf {} + | ||
# - name: Remove m5stack-tft binaries for CodeQL Analysis | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.4.12 | ||
image: connectedhomeip/chip-build:0.4.16 | ||
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
- "/tmp/output_binaries:/tmp/output_binaries" | ||
|
@@ -58,6 +58,10 @@ jobs: | |
run: | ||
scripts/examples/gn_build_example.sh examples/shell/standalone | ||
out/shell_debug | ||
- name: Build example Standalone All Clusters Server | ||
run: | ||
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux | ||
out/all_clusters_debug chip_bypass_rendezvous=true | ||
- name: Binary artifact suffix | ||
id: outsuffix | ||
uses: haya14busa/[email protected] | ||
|
@@ -74,8 +78,6 @@ jobs: | |
path: | | ||
out/chip_tool_debug/chip-tool | ||
out/shell_debug/chip-shell | ||
- name: Show tree | ||
run: find . | ||
- name: Remove third_party binaries for CodeQL Analysis | ||
run: find out -type d -name "third_party" -exec rm -rf {} + | ||
- name: Remove dbus binaries for CodeQL Analysis | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.4.12 | ||
image: connectedhomeip/chip-build:0.4.16 | ||
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
- "/tmp/output_binaries:/tmp/output_binaries" | ||
|
@@ -46,6 +46,9 @@ jobs: | |
- name: Build example QPG6100 Lock App | ||
run: scripts/examples/gn_build_example.sh | ||
examples/lock-app/qpg6100 out/lock_app_debug | ||
- name: Build QPG6100 shell App | ||
run: scripts/examples/gn_build_example.sh | ||
examples/shell/qpg6100 out/shell_app | ||
- name: Binary artifact suffix | ||
id: outsuffix | ||
uses: haya14busa/[email protected] | ||
|
@@ -61,6 +64,9 @@ jobs: | |
steps.outsuffix.outputs.value }} | ||
path: | | ||
out/lock_app_debug/chip-qpg6100-lock-example.out | ||
out/shell_app/shell-qpg6100.out | ||
- name: Remove third_party binaries for CodeQL Analysis | ||
run: find out -type d -name "third_party" -exec rm -rf {} + | ||
- name: Perform CodeQL Analysis | ||
if: ${{ github.event_name == 'push' }} | ||
uses: github/codeql-action/analyze@v1 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.