You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: https_client: Rename nRF91 specific overlay files
The pdn and tfm overlay files are only applicable for the nRF91 series.
They are now remamed to reflect the same.
Readme updated.
Additional build configuration added to ensure that the PDN overlay gets
built by CI.
Fixes CIA-1162.
Signed-off-by: Balaji Srinivasan <balaji.srinivasan@nordicsemi.no>
Copy file name to clipboardexpand all lines: samples/net/https_client/README.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ This certificate is provided in the :file:`samples/net/https_client/cert` folder
41
41
To connect to other servers, you might need to provision a different certificate.
42
42
See :ref:`cert_dwload` for more information.
43
43
44
-
Using Mbed TLS and TF-M
45
-
***********************
44
+
Using Mbed TLS and TF-M on nRF91 Series DKs
45
+
*******************************************
46
46
47
47
This sample supports using Mbed TLS and Trusted Firmware-M (TF-M).
48
48
Instead of offloading the TLS sockets into the modem, you can use the Mbed TLS library from Zephyr.
@@ -69,19 +69,19 @@ Building and running
69
69
70
70
.. include:: /includes/build_and_run_ns.txt
71
71
72
-
To build the sample with Mbed TLS and TF-M, add the following to your west build command:
72
+
To build the sample with Mbed TLS and TF-M for the nRF91 Series DKs, add the following to your west build command:
73
73
74
74
.. code-block:: none
75
75
76
-
-DOVERLAY_CONFIG=overlay-tfm_mbedtls.conf
76
+
-DOVERLAY_CONFIG=overlay-tfm-nrf91.conf
77
77
78
78
The default packet data network (PDN) configuration is dual stack, which will use an IPv6 address if available (and IPv4 if not).
79
79
80
-
For testing IPv4 only, you might need to configure the packet data network settings, adding the following to your build command:
80
+
On the nRF91 Series DKs, for testing IPv4 only, you might need to configure the packet data network settings, adding the following to your build command:
81
81
82
82
.. code-block:: none
83
83
84
-
-DOVERLAY_CONFIG=overlay-pdn_ipv4.conf
84
+
-DOVERLAY_CONFIG=overlay-pdn-nrf91-ipv4.conf
85
85
86
86
Testing
87
87
=======
@@ -136,7 +136,7 @@ Output for the default configuration, where the carrier does support IPv6:
136
136
Finished, closing socket.
137
137
PDP context 0 deactivated
138
138
139
-
Output where you override the default packet data network (PDN) configuration to IPv4 only, via the `overlay-pdn_ipv4.conf` overlay:
139
+
Output where you override the default packet data network (PDN) configuration to IPv4 only, using the ``overlay-pdn-nrf91-ipv4.conf`` overlay:
0 commit comments