diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index aab13cbee7937b..24cfd649cbf5a1 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -26,7 +26,7 @@ jobs: # TODO ESP32 https://github.com/project-chip/connectedhomeip/issues/1510 esp32: name: ESP32 - timeout-minutes: 70 + timeout-minutes: 80 runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]' @@ -96,9 +96,6 @@ jobs: - name: Build example Lock App timeout-minutes: 10 run: scripts/examples/esp_example.sh lock-app sdkconfig.defaults - - name: Build example Bridge App - timeout-minutes: 10 - run: scripts/examples/esp_example.sh bridge-app - name: Uploading Size Reports uses: actions/upload-artifact@v2 @@ -109,7 +106,7 @@ jobs: esp32_1: name: ESP32_1 - timeout-minutes: 60 + timeout-minutes: 70 runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]' @@ -138,6 +135,10 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log + - name: Build example Bridge App + timeout-minutes: 10 + run: scripts/examples/esp_example.sh bridge-app + - name: Build example Persistent Storage App timeout-minutes: 10 run: scripts/examples/esp_example.sh persistent-storage sdkconfig.defaults diff --git a/zzz_generated/chip-tool/zap-generated/cluster/Commands.h b/zzz_generated/chip-tool/zap-generated/cluster/Commands.h index ef53720c78214d..3c53f9bbee70fb 100644 --- a/zzz_generated/chip-tool/zap-generated/cluster/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/cluster/Commands.h @@ -27240,9 +27240,9 @@ class ReadLocalizationConfigurationClusterRevision : public ModelCommand ~ReadLocalizationConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -27270,9 +27270,9 @@ class ReportLocalizationConfigurationClusterRevision : public ModelCommand ~ReportLocalizationConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32859,9 +32859,9 @@ class ReadOperationalCredentialsNOCs : public ModelCommand ~ReadOperationalCredentialsNOCs() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32892,9 +32892,9 @@ class ReportOperationalCredentialsNOCs : public ModelCommand ~ReportOperationalCredentialsNOCs() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -56847,9 +56847,9 @@ class ReadTimeFormatLocalizationHourFormat : public ModelCommand ~ReadTimeFormatLocalizationHourFormat() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -56875,9 +56875,9 @@ class WriteTimeFormatLocalizationHourFormat : public ModelCommand ~WriteTimeFormatLocalizationHourFormat() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) WriteAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -56903,9 +56903,9 @@ class ReportTimeFormatLocalizationHourFormat : public ModelCommand ~ReportTimeFormatLocalizationHourFormat() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -56945,9 +56945,9 @@ class ReadTimeFormatLocalizationActiveCalendarType : public ModelCommand ~ReadTimeFormatLocalizationActiveCalendarType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -56973,9 +56973,9 @@ class WriteTimeFormatLocalizationActiveCalendarType : public ModelCommand ~WriteTimeFormatLocalizationActiveCalendarType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) WriteAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -57001,9 +57001,9 @@ class ReportTimeFormatLocalizationActiveCalendarType : public ModelCommand ~ReportTimeFormatLocalizationActiveCalendarType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -57043,9 +57043,9 @@ class ReadTimeFormatLocalizationSupportedCalendarTypes : public ModelCommand ~ReadTimeFormatLocalizationSupportedCalendarTypes() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -57075,9 +57075,9 @@ class ReportTimeFormatLocalizationSupportedCalendarTypes : public ModelCommand ~ReportTimeFormatLocalizationSupportedCalendarTypes() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -57120,9 +57120,9 @@ class ReadTimeFormatLocalizationClusterRevision : public ModelCommand ~ReadTimeFormatLocalizationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId); @@ -57150,9 +57150,9 @@ class ReportTimeFormatLocalizationClusterRevision : public ModelCommand ~ReportTimeFormatLocalizationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002C) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TimeFormatLocalizationCluster cluster; cluster.Associate(device, endpointId);