Skip to content

Commit 0391d8a

Browse files
[nrf mergeup] Merge commit '561d23d0db215a99705ff0696e73853c8edf11b2'
2 parents 37fea02 + 561d23d commit 0391d8a

File tree

1,473 files changed

+177768
-124534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,473 files changed

+177768
-124534
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": {
1818
"dockerfile": "Dockerfile",
1919
"args": {
20-
"BUILD_VERSION": "0.5.89"
20+
"BUILD_VERSION": "0.5.99"
2121
}
2222
},
2323
"remoteUser": "vscode",

.github/.wordlist.txt

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ AccessControlEntry
1919
accessor
2020
AccountLogin
2121
acdbc
22+
ack
2223
ACKed
2324
ACL
2425
ACLs
@@ -253,6 +254,7 @@ ClusterTestGeneration
253254
cmake
254255
CMakeLists
255256
CMD
257+
CMS
256258
CMSIS
257259
CMVH
258260
cn
@@ -328,6 +330,7 @@ cxx
328330
CY
329331
CYW
330332
DAC
333+
DACs
331334
dadbdcdddedf
332335
DAP
333336
DAPLINK
@@ -445,6 +448,7 @@ dryrun
445448
DS
446449
duplicative
447450
DUT
451+
DUTS
448452
DV
449453
DVK
450454
dynload
@@ -592,6 +596,7 @@ GPL
592596
GPLv
593597
Gradle
594598
gradlew
599+
Groupcast
595600
GroupId
596601
GroupKeyManagement
597602
groupKeySecurityPolicy
@@ -826,6 +831,7 @@ mdash
826831
MDNS
827832
MediaInput
828833
MediaPlayback
834+
MediaTek
829835
mem
830836
memdf
831837
MemMonitoring
@@ -983,6 +989,7 @@ PAAs
983989
PacketBuffer
984990
PAI
985991
PairDevice
992+
PAIs
986993
PAKE
987994
palletsprojects
988995
pankore
@@ -1369,12 +1376,14 @@ uint
13691376
ULA
13701377
UNBLUR
13711378
uncommissioned
1379+
Unencrypted
13721380
unfocus
13731381
Unicast
13741382
UniFlash
13751383
UnitLocalization
13761384
unpair
13771385
unprovisioned
1386+
Unsecure
13781387
untrusted
13791388
updateAvailable
13801389
updateNotAvailable
@@ -1410,6 +1419,7 @@ ver
14101419
Verifier
14111420
Verifiers
14121421
VID
1422+
vids
14131423
virtualenv
14141424
visualstudio
14151425
vlatest

.github/ISSUE_TEMPLATE.md

-11
This file was deleted.
+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
name: "\U0001F41B Bug report"
2+
description: Create a report to help Matter
3+
title: "[BUG] "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
9+
- type: textarea
10+
id: repro
11+
attributes:
12+
label: Reproduction steps
13+
description: "How do you trigger this bug? Please walk us through it step by step."
14+
value: |
15+
1.
16+
2.
17+
3.
18+
...
19+
render: bash
20+
validations:
21+
required: true
22+
- type: input
23+
id: prevalence
24+
attributes:
25+
label: Bug prevalence
26+
description: "How often do you or others encounter this bug?"
27+
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
28+
validations:
29+
required: true
30+
- type: input
31+
attributes:
32+
label: GitHub hash of the SDK that was being used
33+
description: Hash of the GitHub SDK used
34+
validations:
35+
required: true
36+
- type: dropdown
37+
attributes:
38+
label: Platform
39+
description: What platforms are affected?
40+
multiple: true
41+
options:
42+
- ameba
43+
- android
44+
- cc13x2_cc26x2
45+
- darwin
46+
- efr32
47+
- esp32
48+
- freeRTOS
49+
- IMX8
50+
- k32w
51+
- nrf
52+
- python
53+
- raspi
54+
- vscode
55+
- windows
56+
- other
57+
- core
58+
validations:
59+
required: true
60+
- type: input
61+
id: platform-versions
62+
attributes:
63+
label: Platform Version(s)
64+
description: "What platform version(s) are affected [optional]"
65+
placeholder: "eg: 1.0.1, N/A"
66+
- type: textarea
67+
attributes:
68+
label: Anything else?
69+
description: |
70+
Links? References? Anything that will give us more context about the issue you are encountering!
71+
72+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
73+
validations:
74+
required: false
75+
- type: markdown
76+
attributes:
77+
value: "Thanks for submitting a bug!"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: "\U0001F5BA Documentation Issue"
2+
description: Create an issue to improve documentation
3+
title: "[Documentation] "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
9+
- type: textarea
10+
id: repro
11+
attributes:
12+
label: Documentation issues
13+
description: "What updates to documentation are needed?"
14+
value: |
15+
1.
16+
2.
17+
3.
18+
...
19+
render: bash
20+
validations:
21+
required: true
22+
- type: dropdown
23+
attributes:
24+
label: Platform
25+
description: What platforms are affected?
26+
multiple: true
27+
options:
28+
- ameba
29+
- android
30+
- cc13x2_cc26x2
31+
- darwin
32+
- efr32
33+
- esp32
34+
- freeRTOS
35+
- IMX8
36+
- k32w
37+
- nrf connect
38+
- nrf
39+
- python
40+
- raspi
41+
- vscode
42+
- windows
43+
- other
44+
- core (please add to version below)
45+
validations:
46+
required: false
47+
- type: textarea
48+
attributes:
49+
label: Anything else?
50+
description: |
51+
Links? References? Anything that will give us more context about the issue you are encountering!
52+
53+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
54+
validations:
55+
required: false
56+
- type: markdown
57+
attributes:
58+
value: "Thanks for helping improve our documentation."
+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
name: "\U0001F680 1.0 Issue"
2+
description: Create an issue that is required for Matter 1.0 release
3+
title: "[1.0] "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
9+
- type: textarea
10+
id: repro
11+
attributes:
12+
label: Reproduction steps
13+
description: "How do you trigger this bug? Please walk us through it step by step."
14+
value: |
15+
1.
16+
2.
17+
3.
18+
...
19+
render: bash
20+
validations:
21+
required: true
22+
- type: input
23+
id: prevalence
24+
attributes:
25+
label: Bug prevalence
26+
description: "How often do you or others encounter this bug?"
27+
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
28+
validations:
29+
required: true
30+
- type: input
31+
attributes:
32+
label: GitHub hash of the SDK that was being used
33+
description: Hash of the GitHub SDK used
34+
validations:
35+
required: true
36+
- type: dropdown
37+
attributes:
38+
label: Platform
39+
description: What platforms are affected?
40+
multiple: true
41+
options:
42+
- ameba
43+
- android
44+
- cc13x2_cc26x2
45+
- darwin
46+
- efr32
47+
- esp32
48+
- freeRTOS
49+
- IMX8
50+
- k32w
51+
- nrf connect
52+
- nrf
53+
- python
54+
- raspi
55+
- vscode
56+
- windows
57+
- other
58+
- core
59+
validations:
60+
required: true
61+
- type: input
62+
id: platform-versions
63+
attributes:
64+
label: Platform Version(s)
65+
description: "What platform version(s) are affected [optional]"
66+
placeholder: "eg: 1.0.1, N/A"
67+
- type: dropdown
68+
attributes:
69+
label: Type
70+
description: What type of issue is this?
71+
multiple: true
72+
options:
73+
- Test Improvement
74+
- Common Cluster Logic
75+
- Spec Compliance Issue
76+
- Security Issue
77+
- Platform Issue
78+
- Core SDK Memory Issue
79+
- Core SDK Crash
80+
- Core SDK Performance Improvement
81+
- Core SDK Interopability Issue
82+
validations:
83+
required: true
84+
- type: textarea
85+
attributes:
86+
label: Anything else?
87+
description: |
88+
Links? References? Anything that will give us more context about the issue you are encountering!
89+
90+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
91+
validations:
92+
required: false
93+
- type: markdown
94+
attributes:
95+
value: "Thanks for helping us get to 1.0!"

0 commit comments

Comments
 (0)