Skip to content

Commit 5bd131b

Browse files
committed
Fix compile error for external platform and mark thread-br-management cluster provisional
1 parent 3ffc895 commit 5bd131b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/platform/esp32/external_platform/ESP32_custom/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ declare_args() {
2929
chip_bt_bluedroid_enabled = true
3030
chip_max_discovered_ip_addresses = 5
3131
chip_enable_route_hook = false
32+
chip_enable_thread_border_router = false
3233
}
3334

3435
buildconfig_header("custom_buildconfig") {

src/app/zap-templates/zcl/data-model/chip/thread-border-router-management-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<field name="PANChange" mask="0x1"/>
2323
</bitmap>
2424

25-
<cluster>
25+
<cluster apiMaturity="provisional">
2626
<domain>HRAP</domain>
2727
<name>Thread Border Router Management</name>
2828
<code>0x0452</code>

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -7675,7 +7675,7 @@ cluster WiFiNetworkManagement = 1105 {
76757675
}
76767676

76777677
/** Manage the Thread network of Thread Border Router */
7678-
cluster ThreadBorderRouterManagement = 1106 {
7678+
provisional cluster ThreadBorderRouterManagement = 1106 {
76797679
revision 1;
76807680

76817681
bitmap Feature : bitmap32 {

0 commit comments

Comments
 (0)