Skip to content

Commit bce4e5e

Browse files
kapi-noPerMac
authored andcommitted
scripts: memory-threshold: add find my locator tag sample
Added configuration for the Apple Find My Locator Tag sample to the script that checks the increase of the memory consumption for each PR. Ref: NCSDK-31920 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 9e1b9cf commit bce4e5e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

scripts/memory-threshold-list.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,31 @@
2525
codeowners:
2626
- nrfconnect/ncs-si-bluebagel
2727

28+
- scenarios:
29+
- sample.find_my.locator_tag.release
30+
platforms: # configuration for small memory devices
31+
- nrf52dk/nrf52832
32+
- nrf52833dk/nrf52833
33+
- nrf54l15dk/nrf54l05/cpuapp
34+
rom_increase: 512
35+
ram_increase: 512
36+
codeowners:
37+
- nrfconnect/ncs-si-bluebagel
38+
39+
- scenarios:
40+
- sample.find_my.locator_tag.release
41+
platforms: # configuration for large memory devices
42+
- nrf52840dk/nrf52840
43+
- nrf5340dk/nrf5340/cpuapp
44+
- nrf5340dk/nrf5340/cpuapp/ns
45+
- nrf54l15dk/nrf54l10/cpuapp
46+
- nrf54l15dk/nrf54l15/cpuapp
47+
- nrf54h20dk/nrf54h20/cpuapp
48+
rom_increase: 1024
49+
ram_increase: 1024
50+
codeowners:
51+
- nrfconnect/ncs-si-bluebagel
52+
2853
- scenarios:
2954
- sample.matter.template.release
3055
platforms:

0 commit comments

Comments
 (0)