Skip to content

Commit a1c8074

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
scripts: Put matter configuration with 7001 to quarantine
Matter configuration for 7001 was wrong from a long time, as wrong board name was used. AFter fixing the names it turned out that 7001 gets huge flash overflow. For now it was put to quarantine, until solution is found or support dropped. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent f1e837e commit a1c8074

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

scripts/quarantine.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
- applications.matter_bridge.memory_profiling
4040
comment: "Variant does not fit in FLASH area - it should be probably removed in the future"
4141

42+
- scenarios:
43+
- sample.matter.lock.debug
44+
- sample.matter.lock.smp_dfu
45+
platforms:
46+
- nrf7002dk/nrf5340/cpuapp/nrf7001
47+
comment: "https://nordicsemi.atlassian.net/browse/KRKNWK-20529"
48+
4249
- scenarios:
4350
- nrf.extended.drivers.uart.uart_elementary_dual_l09
4451
- nrf.extended.drivers.uart.uart_elementary_dual_setup_mismatch_l09

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ manifest:
157157
- name: matter
158158
repo-path: sdk-connectedhomeip
159159
path: modules/lib/matter
160-
revision: pull/621/head
160+
revision: ee1f9441e70a1b103dd736201905d0a7d27de841
161161
west-commands: scripts/west/west-commands.yml
162162
submodules:
163163
- name: nlio

0 commit comments

Comments
 (0)