-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupgrade.slcu
235 lines (224 loc) · 6.88 KB
/
upgrade.slcu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
upgrade:
- sdk:
id: matter
version: "2.1.0"
component:
- trigger: matter
description: >
Upgrading project to Matter 2.1.0, overriding PSA Crypto config
add:
- matter_psa_crypto_config
- matter_psa_crypto_builtin_override
- sdk:
id: matter
version: "2.1.1"
component:
- trigger: matter_psa_crypto_config
description: >
Upgrading project to Matter 2.1.1, removing the PSA Crypto config component
remove:
- matter_psa_crypto_config
- trigger: matter_psa_crypto_builtin_override
description: >
Upgrading project to Matter 2.1.1, removing the PSA build override component
remove:
- matter_psa_crypto_builtin_override
- trigger: matter_mbedtls
description: >
Upgrading project to Matter 2.1.1, replacing the Matter MbedTLS component with Matter MbedTLS Crypto
remove:
- matter_mbedtls
add:
- matter_crypto
- sdk:
id: matter
version: "2.2.0"
component:
- trigger: matter
description: >
Upgrading project to Matter 2.2.0.
!!! WARNING !!!
Project upgrade to this version requires manual user actions, see the Release Notes for Matter Extension v2.2.0-1.2.
Adding matter_subscription_timeout_resumption and matter_subscription_persistence components.
add:
- matter_subscription_timeout_resumption
- matter_subscription_persistence
- trigger: matter_thread_ftd
description: >
Adding matter_thread_example
add:
- matter_thread_example
- trigger: matter_thread_mtd
description: >
Adding matter_thread_example
add:
- matter_thread_example
- trigger: matter_basic
description: >
Renaming matter_basic to matter_basic_information
remove:
- matter_basic
add:
- matter_basic_information
- sdk:
id: matter
version: "2.2.1"
component:
- trigger: matter_icd
description: >
Combined ICD components into one
remove:
- matter_icd
add:
- matter_icd_management
- trigger: matter_thread_example
description: >
Using matter_thread component
remove:
- matter_thread_example
add:
- matter_thread
- trigger: matter_thread_ftd
description: >
Using GSDK OT components now
remove:
- matter_thread_ftd
add:
- ot_stack_ftd
- trigger: matter_thread_cert_ftd_lib
description: >
Using GSDK OT components now
remove:
- matter_thread_cert_ftd_lib
add:
- ot_stack_ftd
- ot_cert_libs
- trigger: matter_thread_coap_cert_ftd_lib
description: >
Using GSDK OT components now
remove:
- matter_thread_coap_cert_ftd_lib
add:
- ot_stack_ftd
- ot_cert_libs
- ot_coap_cert_libs
- trigger: matter_thread_mtd
description: >
Using GSDK OT components now
remove:
- matter_thread_mtd
add:
- ot_stack_mtd
- trigger: matter_thread_cert_mtd_lib
description: >
Using GSDK OT components now
remove:
- matter_thread_cert_mtd_lib
add:
- ot_stack_mtd
- ot_cert_libs
- trigger: matter_thread_coap_cert_mtd_lib
description: >
Using GSDK OT components now
remove:
- matter_thread_coap_cert_mtd_lib
add:
- ot_stack_mtd
- ot_cert_libs
- ot_coap_cert_libs
- sdk:
id: matter
version: "2.3.0"
component:
- trigger: matter_subscription_persistence
description: >
Removing matter_subscription_persistence
remove:
- matter_subscription_persistence
- trigger: matter_subscription_timeout_resumption
description: >
Removing matter_subscription_timeout_resumption
remove:
- matter_subscription_timeout_resumption
- trigger: silabs_factory_data_provider
description: >
Removing silabs_factory_data_provider
remove:
- silabs_factory_data_provider
configuration:
- name: SL_ACTIVE_MODE_INTERVAL
replacement: SL_ACTIVE_MODE_DURATION_MS
- name: SL_IDLE_MODE_INTERVAL
replacement: SL_ACTIVE_MODE_THRESHOLD
- script: slc/config/scripts/upgrade_validation.lua
- sdk:
id: matter
version: "2.3.2"
component:
- trigger: ot_rtos_wrapers_stub
description: >
Removing ot_rtos_wrapers_stub
remove:
- ot_rtos_wrapers_stub
- trigger: ot_rtos_wrappers_real
description: >
Removing ot_rtos_wrappers_real
remove:
- ot_rtos_wrappers_real
configuration:
- name: SL_BT_RTOS_LINK_LAYER_TASK_STACK_SIZE
replacement: SL_BT_RTOS_LINK_LAYER_TASK_STACK_SIZE
description: >
Updating value:
value:
"(1000)": "(1024)"
- name: SL_BT_RTOS_HOST_STACK_TASK_STACK_SIZE
replacement: SL_BT_RTOS_HOST_STACK_TASK_STACK_SIZE
description: >
Updating value:
value:
"(2000)": "(2048)"
- name: SL_BT_RTOS_EVENT_HANDLER_STACK_SIZE
replacement: SL_BT_RTOS_EVENT_HANDLER_STACK_SIZE
description: >
Updating value:
value:
"(1000)": "(1536)"
- sdk:
id: matter
version: "2.4.0"
component:
- trigger: matter_uart_wifi_wf200
description: Removing the matter_uart_wifi_wf200 component
remove:
- matter_uart_wifi_wf200
- trigger: matter_uart_wifi
description: Removing the matter_uart_wifi component
remove:
- matter_uart_wifi
- trigger: matter_sensor
description: Removing the matter_sensor component
remove:
- matter_sensor
- trigger: matter_platform_efr32
description: Adding the matter_provision_default component
add:
- matter_provision_default
- trigger: matter_platform_siwx917
description: Adding the matter_provision_flash component
add:
- matter_provision_flash
- trigger: matter_thread
description: Adding the ot_rtos_wrappers_real component
add:
- ot_rtos_wrappers_real
- trigger: matter_icd_core
description: Adding the matter_test_event_trigger component
add:
- matter_test_event_trigger
- trigger: matter_wstk_leds
description: Renaming matter_wstk_leds component to matter_leds
remove:
- matter_wstk_leds
add:
- matter_leds