@@ -12,31 +12,33 @@ The features of the nRF91 Series firmware that are common across firmware varian
12
12
13
13
The table below shows which feature and API is supported in which Modem library variant:
14
14
15
- +------------------------------+--------------------------------+----------+--------------+
16
- | Feature | API header | Cellular | DECT NR+ PHY |
17
- +==============================+================================+==========+==============+
18
- | Modem SoC management | :file: `nrf_modem.h ` | Yes | Yes |
19
- +------------------------------+--------------------------------+----------+--------------+
20
- | :ref: `nrf_modem_fault ` | :file: `nrf_modem.h ` | Yes | Yes |
21
- +------------------------------+--------------------------------+----------+--------------+
22
- | :ref: `nrf_modem_trace ` | :file: `nrf_modem_trace.h ` | Yes | Yes |
23
- +------------------------------+--------------------------------+----------+--------------+
24
- | :ref: `nrf_modem_bootloader ` | :file: `nrf_modem_bootloader.h ` | Yes | Yes |
25
- +------------------------------+--------------------------------+----------+--------------+
26
- | :ref: `nrf_modem_delta_dfu ` | :file: `nrf_modem_delta_dfu.h ` | Yes | Yes |
27
- +------------------------------+--------------------------------+----------+--------------+
28
- | :ref: `nrf_modem_log ` | :file: `nrf_modem_os.h ` | Yes | Yes |
29
- +------------------------------+--------------------------------+----------+--------------+
30
- | :ref: `nrf_modem_at ` | :file: `nrf_modem_at.h ` | Yes | Yes |
31
- +------------------------------+--------------------------------+----------+--------------+
32
- | :ref: `nrf_modem_dect_phy ` | :file: `nrf_modem_dect_phy.h ` | No | Yes |
33
- +------------------------------+--------------------------------+----------+--------------+
34
- | :ref: `nrf_sockets ` | :file: `nrf_socket.h ` | Yes | No |
35
- +------------------------------+--------------------------------+----------+--------------+
36
- | :ref: `nrf_modem_gnss ` | :file: `nrf_modem_gnss.h ` | Yes | No |
37
- +------------------------------+--------------------------------+----------+--------------+
38
- | :ref: `nrf_modem_softsim ` | :file: `nrf_modem_softsim.h ` | Yes | No |
39
- +------------------------------+--------------------------------+----------+--------------+
15
+ +---------------------------------+--------------------------------+----------+--------------+
16
+ | Feature | API header | Cellular | DECT NR+ PHY |
17
+ +=================================+================================+==========+==============+
18
+ | Modem SoC management | :file: `nrf_modem.h ` | Yes | Yes |
19
+ +---------------------------------+--------------------------------+----------+--------------+
20
+ | :ref: `nrf_modem_fault ` | :file: `nrf_modem.h ` | Yes | Yes |
21
+ +---------------------------------+--------------------------------+----------+--------------+
22
+ | :ref: `nrf_modem_trace ` | :file: `nrf_modem_trace.h ` | Yes | Yes |
23
+ +---------------------------------+--------------------------------+----------+--------------+
24
+ | :ref: `nrf_modem_bootloader ` | :file: `nrf_modem_bootloader.h ` | Yes | Yes |
25
+ +---------------------------------+--------------------------------+----------+--------------+
26
+ | :ref: `nrf_modem_delta_dfu ` | :file: `nrf_modem_delta_dfu.h ` | Yes | Yes |
27
+ +---------------------------------+--------------------------------+----------+--------------+
28
+ | :ref: `nrf_modem_log ` | :file: `nrf_modem_os.h ` | Yes | Yes |
29
+ +---------------------------------+--------------------------------+----------+--------------+
30
+ | :ref: `nrf_modem_at ` | :file: `nrf_modem_at.h ` | Yes | Yes |
31
+ +---------------------------------+--------------------------------+----------+--------------+
32
+ | :ref: `nrf_modem_dect_phy ` | :file: `nrf_modem_dect_phy.h ` | No | Yes |
33
+ +---------------------------------+--------------------------------+----------+--------------+
34
+ | :ref: `nrf_sockets ` | :file: `nrf_socket.h ` | Yes | No |
35
+ +---------------------------------+--------------------------------+----------+--------------+
36
+ | :ref: `nrf_modem_gnss ` | :file: `nrf_modem_gnss.h ` | Yes | No |
37
+ +---------------------------------+--------------------------------+----------+--------------+
38
+ | :ref: `nrf_modem_softsim ` | :file: `nrf_modem_softsim.h ` | Yes | No |
39
+ +---------------------------------+--------------------------------+----------+--------------+
40
+ | :ref: `nrf_modem_rs_capture_api ` | :file: `nrf_modem_rs_capture.h ` | Yes | No |
41
+ +---------------------------------+--------------------------------+----------+--------------+
40
42
41
43
.. note ::
42
44
Although the Modem library AT interface is fully supported by both Modem library variants, the AT command set supported by the cellular and DECT NR+ PHY firmware is different.
0 commit comments