Skip to content

Commit

Permalink
Merge branch 'project-chip:master' into feat/IPv6_enable_for_RS911x
Browse files Browse the repository at this point in the history
  • Loading branch information
sharad-patil24 authored Jun 2, 2022
2 parents ac63fe6 + 43b14a6 commit b05203c
Show file tree
Hide file tree
Showing 312 changed files with 13,104 additions and 19,432 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"BUILD_VERSION": "0.5.73"
"BUILD_VERSION": "0.5.77"
}
},
"remoteUser": "vscode",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build Apps
timeout-minutes: 30
timeout-minutes: 45
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-ameba:0.5.75
image: connectedhomeip/chip-build-ameba:0.5.77
options: --user root

steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ jobs:
timeout-minutes: 15
run: scripts/examples/esp_example.sh temperature-measurement-app sdkconfig.optimize.defaults

- name: Build example IPv6 Only App
timeout-minutes: 15
run: scripts/examples/esp_example.sh ipv6only-app sdkconfig.defaults

- name: Build example OTA Requestor App
run: scripts/examples/esp_example.sh ota-requestor-app sdkconfig.defaults
timeout-minutes: 15
Expand Down
5 changes: 2 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
[submodule "third_party/openthread/ot-ifx"]
path = third_party/openthread/ot-ifx
url = https://github.com/Infineon/ot-ifx-release.git
branch = cyw30739
platforms = cyw30739
[submodule "third_party/mbed-os/repo"]
path = third_party/mbed-os/repo
Expand Down Expand Up @@ -203,15 +202,15 @@
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "cyw30739_sdk/30739A0"]
path = third_party/cyw30739_sdk/repos/30739A0
url = https://github.com/Infineon/30739A0.git
url = https://github.com/Infineon/OT-Matter-30739A0.git
platforms = cyw30739
[submodule "cyw30739_sdk/include"]
path = third_party/cyw30739_sdk/repos/btsdk-include
url = https://github.com/Infineon/btsdk-include.git
platforms = cyw30739
[submodule "cyw30739_sdk/target"]
path = third_party/cyw30739_sdk/repos/CYW930739M2EVB-01
url = https://github.com/Infineon/TARGET_CYW930739M2EVB-01.git
url = https://github.com/Infineon/OT-Matter-TARGET_CYW930739M2EVB-01.git
platforms = cyw30739
[submodule "cyw30739_sdk/tools"]
path = third_party/cyw30739_sdk/repos/btsdk-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -989,16 +989,6 @@ server cluster DoorLock = 257 {
kNotSupported = 255;
}

bitmap DlAlarmMask : BITMAP16 {
kLockingMechanismJammed = 0x1;
kLockResetToFactoryDefaults = 0x2;
kReserved = 0x4;
kRFModulePowerCycled = 0x8;
kWrongCodeEntryLimit = 0x10;
kFrontEscutcheonRemovedFromMain = 0x20;
kForcedDoorOpenUnderDoorLockedCondition = 0x40;
}

bitmap DlCredentialRuleMask : BITMAP8 {
kSingle = 0x1;
kDual = 0x2;
Expand Down
Loading

0 comments on commit b05203c

Please sign in to comment.