Skip to content

Commit 1acfbe8

Browse files
ankunsnordicjm
authored andcommitted
doc: fem: update supported SoCs table according to software maturity
The FEM support table in the FEM documentation now lists explicitly which SoCs are supported according to the software maturity. FEM support might still work on other SoCs, but due to lack of testing it is not guaranteed to work. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent 47197c7 commit 1acfbe8

File tree

1 file changed

+79
-18
lines changed

1 file changed

+79
-18
lines changed

doc/nrf/app_dev/device_guides/fem/index.rst

Lines changed: 79 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,87 @@ Developing with Front-End Modules
77

88
.. include:: /includes/guides_complementary_to_app_dev.txt
99

10-
Zephyr and the |NCS| provides support for developing applications with the following :term:`Front-End Module (FEM)` devices:
10+
Zephyr and the |NCS| provides support for developing applications with the following :term:`Front-End Module (FEM)` devices according to :ref:`software_maturity`:
1111

12-
.. list-table::
13-
:header-rows: 1
12+
.. tabs::
13+
14+
.. group-tab:: nRF52 Series
15+
16+
.. list-table:: Front-End Module support
17+
:widths: auto
18+
:header-rows: 1
19+
20+
* - FEM device
21+
- Implementation
22+
- nRF52833
23+
- nRF52840
24+
* - nRF2220
25+
- nRF2220
26+
- Supported
27+
- Supported
28+
* - nRF21540
29+
- nRF21540 GPIO
30+
- Supported
31+
- Supported
32+
* - nRF21540
33+
- nRF21540 GPIO+SPI
34+
- Supported
35+
- Supported
36+
* - SKY66112-11
37+
- Simple GPIO
38+
- Supported
39+
- Supported
40+
41+
.. group-tab:: nRF53 Series
42+
43+
.. list-table:: Front-End Module support
44+
:widths: auto
45+
:header-rows: 1
46+
47+
* - FEM device
48+
- Implementation
49+
- nRF5340
50+
* - nRF2220
51+
- nRF2220
52+
- Supported
53+
* - nRF21540
54+
- nRF21540 GPIO
55+
- Supported
56+
* - nRF21540
57+
- nRF21540 GPIO+SPI
58+
- Supported
59+
* - SKY66112-11
60+
- Simple GPIO
61+
- Supported
62+
63+
.. group-tab:: nRF54 Series
64+
65+
.. list-table:: Front-End Module support
66+
:widths: auto
67+
:header-rows: 1
68+
69+
* - FEM device
70+
- Implementation
71+
- nRF54L10
72+
- nRF54L15
73+
* - nRF2220
74+
- nRF2220
75+
- Supported
76+
- Supported
77+
* - nRF21540
78+
- nRF21540 GPIO
79+
- Supported
80+
- Supported
81+
* - nRF21540
82+
- nRF21540 GPIO+SPI
83+
- Supported
84+
- Supported
85+
* - SKY66112-11
86+
- Simple GPIO
87+
- Supported
88+
- Supported
1489

15-
* - FEM device
16-
- Implementation
17-
- Supported SoCs
18-
* - nRF2220
19-
- nRF2220
20-
- nRF52, nRF53, nRF54L
21-
* - nRF21540
22-
- nRF21540 GPIO
23-
- nRF52, nRF53, nRF54L
24-
* - nRF21540
25-
- nRF21540 GPIO+SPI
26-
- nRF52, nRF53, nRF54L
27-
* - SKY66112-11
28-
- Simple GPIO
29-
- nRF52, nRF53, nF54L
90+
The FEM support on SoCs that are not listed in the table above might still work, but it is not tested and not guaranteed to work.
3091

3192
The following hardware platforms with :term:`Front-End Module (FEM)` are supported by the |NCS|:
3293

0 commit comments

Comments
 (0)