Skip to content

Commit 7b172e0

Browse files
kl-cruznika-nordic
authored andcommitted
soc: Extend soc.yml with nRF54L runners
Add entries needed by LM20A and LV10A. Signed-off-by: Karol Lasończyk <[email protected]>
1 parent d096305 commit 7b172e0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

soc/nordic/soc.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,33 @@ family:
1515
- name: nrf54lv10a
1616
cpuclusters:
1717
- name: cpuapp
18+
runners:
19+
run_once:
20+
'--recover':
21+
- runners:
22+
- nrfutil
23+
run: first
24+
groups:
25+
- qualifiers:
26+
- nrf54lv10a/cpuapp
27+
- qualifiers:
28+
- nrf54lm20a/cpuapp
29+
'--erase':
30+
- runners:
31+
- jlink
32+
- nrfutil
33+
run: first
34+
groups:
35+
- qualifiers:
36+
- nrf54lv10a/cpuapp
37+
- qualifiers:
38+
- nrf54lm20a/cpuapp
39+
'--reset':
40+
- runners:
41+
- nrfutil
42+
run: last
43+
groups:
44+
- qualifiers:
45+
- nrf54lv10a/cpuapp
46+
- qualifiers:
47+
- nrf54lm20a/cpuapp

0 commit comments

Comments
 (0)