Skip to content

Commit ebb5c99

Browse files
trantanenrlubos
authored andcommitted
applications: serial_lte_modem: Add more configurations to sample.yaml
Only basic configuration and lwm2m carrier library related configs were in place. Adding Ext MCU, PPP, PPP+CMUX and few more. Jira: LRCS-96 Signed-off-by: Tommi Rantanen <[email protected]>
1 parent 907668f commit ebb5c99

File tree

1 file changed

+84
-7
lines changed

1 file changed

+84
-7
lines changed

applications/serial_lte_modem/sample.yaml

Lines changed: 84 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,109 @@ tests:
1212
- thingy91/nrf9160/ns
1313
- thingy91x/nrf9151/ns
1414
integration_platforms:
15+
- nrf9151dk/nrf9151/ns
16+
tags:
17+
- ci_build
18+
- sysbuild
19+
applications.serial_lte_modem.extmcu:
20+
sysbuild: true
21+
build_only: true
22+
extra_args:
23+
- EXTRA_DTC_OVERLAY_FILE="overlay-external-mcu.overlay"
24+
extra_configs:
25+
- CONFIG_SLM_POWER_PIN=31
26+
- CONFIG_SLM_INDICATE_PIN=30
27+
platform_allow:
28+
- nrf9160dk/nrf9160/ns
29+
- nrf9161dk/nrf9161/ns
30+
- nrf9151dk/nrf9151/ns
31+
integration_platforms:
32+
- nrf9151dk/nrf9151/ns
33+
tags:
34+
- ci_build
35+
- sysbuild
36+
applications.serial_lte_modem.ppp_without_cmux:
37+
sysbuild: true
38+
build_only: true
39+
extra_args:
40+
- EXTRA_CONF_FILE="overlay-ppp.conf"
41+
- EXTRA_DTC_OVERLAY_FILE="overlay-ppp-without-cmux.overlay"
42+
platform_allow:
1543
- nrf9160dk/nrf9160/ns
1644
- nrf9161dk/nrf9161/ns
1745
- nrf9151dk/nrf9151/ns
1846
- nrf9131ek/nrf9131/ns
1947
- thingy91/nrf9160/ns
2048
- thingy91x/nrf9151/ns
49+
integration_platforms:
50+
- nrf9151dk/nrf9151/ns
2151
tags:
2252
- ci_build
2353
- sysbuild
24-
applications.serial_lte_modem.memfault:
54+
applications.serial_lte_modem.ppp_cmux_linux:
2555
sysbuild: true
2656
build_only: true
2757
extra_args:
28-
- EXTRA_CONF_FILE=overlay-memfault.conf
29-
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
58+
- EXTRA_CONF_FILE="overlay-ppp-cmux-linux.conf"
59+
platform_allow:
60+
- nrf9160dk/nrf9160/ns
61+
- nrf9161dk/nrf9161/ns
62+
- nrf9151dk/nrf9151/ns
63+
- nrf9131ek/nrf9131/ns
64+
- thingy91/nrf9160/ns
65+
- thingy91x/nrf9151/ns
66+
integration_platforms:
67+
- nrf9151dk/nrf9151/ns
68+
tags:
69+
- ci_build
70+
- sysbuild
71+
applications.serial_lte_modem.ppp_cmux_zephyr_with_extmcu:
72+
sysbuild: true
73+
build_only: true
74+
extra_args:
75+
- EXTRA_CONF_FILE="overlay-cmux.conf;overlay-ppp.conf;overlay-zephyr-modem.conf"
76+
- EXTRA_DTC_OVERLAY_FILE="overlay-external-mcu.overlay"
3077
platform_allow:
3178
- nrf9160dk/nrf9160/ns
3279
- nrf9161dk/nrf9161/ns
3380
- nrf9151dk/nrf9151/ns
3481
- nrf9131ek/nrf9131/ns
82+
- thingy91/nrf9160/ns
83+
- thingy91x/nrf9151/ns
84+
integration_platforms:
85+
- nrf9151dk/nrf9151/ns
86+
tags:
87+
- ci_build
88+
- sysbuild
89+
applications.serial_lte_modem.ppp_cmux_zephyr_with_nrf52840_on_nrf9160dk:
90+
sysbuild: true
91+
build_only: true
92+
extra_args:
93+
- EXTRA_CONF_FILE="overlay-cmux.conf;overlay-ppp.conf;overlay-zephyr-modem.conf;overlay-zephyr-modem-nrf9160dk-nrf52840.conf"
94+
- EXTRA_DTC_OVERLAY_FILE="overlay-zephyr-modem-nrf9160dk-nrf52840.overlay"
95+
platform_allow:
96+
- nrf9160dk/nrf9160/ns
3597
integration_platforms:
3698
- nrf9160dk/nrf9160/ns
99+
tags:
100+
- ci_build
101+
- sysbuild
102+
applications.serial_lte_modem.memfault:
103+
sysbuild: true
104+
build_only: true
105+
extra_args:
106+
- EXTRA_CONF_FILE=overlay-memfault.conf
107+
extra_configs:
108+
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
109+
platform_allow:
110+
- nrf9160dk/nrf9160/ns
37111
- nrf9161dk/nrf9161/ns
38112
- nrf9151dk/nrf9151/ns
39113
- nrf9131ek/nrf9131/ns
114+
- thingy91/nrf9160/ns
115+
- thingy91x/nrf9151/ns
116+
integration_platforms:
117+
- nrf9151dk/nrf9151/ns
40118
tags:
41119
- ci_build
42120
- sysbuild
@@ -51,8 +129,7 @@ tests:
51129
- nrf9131ek/nrf9131/ns
52130
- thingy91x/nrf9151/ns
53131
integration_platforms:
54-
- nrf9160dk/nrf9160/ns
55-
- nrf9161dk/nrf9161/ns
132+
- nrf9151dk/nrf9151/ns
56133
tags:
57134
- ci_build
58135
- sysbuild
@@ -67,8 +144,7 @@ tests:
67144
- nrf9131ek/nrf9131/ns
68145
- thingy91x/nrf9151/ns
69146
integration_platforms:
70-
- nrf9160dk/nrf9160/ns
71-
- nrf9161dk/nrf9161/ns
147+
- nrf9151dk/nrf9151/ns
72148
tags:
73149
- ci_build
74150
- sysbuild
@@ -80,6 +156,7 @@ tests:
80156
- SB_EXTRA_CONF_FILE=sysbuild-softbank.conf
81157
platform_allow:
82158
- nrf9160dk/nrf9160/ns
159+
- nrf9151dk/nrf9151/ns
83160
integration_platforms:
84161
- nrf9160dk/nrf9160/ns
85162
tags:

0 commit comments

Comments
 (0)