File tree Expand file tree Collapse file tree 2 files changed +97
-82
lines changed
app_dev/device_guides/fem Expand file tree Collapse file tree 2 files changed +97
-82
lines changed Original file line number Diff line number Diff line change @@ -9,88 +9,9 @@ Developing with Front-End Modules
9
9
10
10
Zephyr and the |NCS | provides support for developing applications with the following :term: `Front-End Module (FEM) ` devices according to :ref: `software_maturity `:
11
11
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
- - nRF54LM20
74
- * - nRF2220
75
- - nRF2220
76
- - Supported
77
- - Supported
78
- - Supported
79
- * - nRF21540
80
- - nRF21540 GPIO
81
- - Supported
82
- - Supported
83
- - --
84
- * - nRF21540
85
- - nRF21540 GPIO+SPI
86
- - Supported
87
- - Supported
88
- - Supported
89
- * - SKY66112-11
90
- - Simple GPIO
91
- - Supported
92
- - Supported
93
- - --
12
+ .. include :: ../../../releases_and_maturity/software_maturity.rst
13
+ :start-after: software_maturity_fem_support_table_start
14
+ :end-before: software_maturity_fem_support_table_end
94
15
95
16
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.
96
17
Original file line number Diff line number Diff line change @@ -3011,3 +3011,97 @@ The following table indicates the software maturity levels of the support for ea
3011
3011
- Supported
3012
3012
- --
3013
3013
- --
3014
+
3015
+ Front-End Modules support
3016
+ *************************
3017
+
3018
+ The following table indicates the software maturity levels of the support for Front-End Modules:
3019
+
3020
+ .. toggle ::
3021
+
3022
+ .. software_maturity_fem_support_table_start
3023
+
3024
+ .. tabs ::
3025
+
3026
+ .. group-tab :: nRF52 Series
3027
+
3028
+ .. list-table :: Front-End Module support
3029
+ :widths: auto
3030
+ :header-rows: 1
3031
+
3032
+ * - FEM device
3033
+ - Implementation
3034
+ - nRF52833
3035
+ - nRF52840
3036
+ * - nRF2220
3037
+ - nRF2220
3038
+ - Supported
3039
+ - Supported
3040
+ * - nRF21540
3041
+ - nRF21540 GPIO
3042
+ - Supported
3043
+ - Supported
3044
+ * - nRF21540
3045
+ - nRF21540 GPIO+SPI
3046
+ - Supported
3047
+ - Supported
3048
+ * - SKY66112-11
3049
+ - Simple GPIO
3050
+ - Supported
3051
+ - Supported
3052
+
3053
+ .. group-tab :: nRF53 Series
3054
+
3055
+ .. list-table :: Front-End Module support
3056
+ :widths: auto
3057
+ :header-rows: 1
3058
+
3059
+ * - FEM device
3060
+ - Implementation
3061
+ - nRF5340
3062
+ * - nRF2220
3063
+ - nRF2220
3064
+ - Supported
3065
+ * - nRF21540
3066
+ - nRF21540 GPIO
3067
+ - Supported
3068
+ * - nRF21540
3069
+ - nRF21540 GPIO+SPI
3070
+ - Supported
3071
+ * - SKY66112-11
3072
+ - Simple GPIO
3073
+ - Supported
3074
+
3075
+ .. group-tab :: nRF54 Series
3076
+
3077
+ .. list-table :: Front-End Module support
3078
+ :widths: auto
3079
+ :header-rows: 1
3080
+
3081
+ * - FEM device
3082
+ - Implementation
3083
+ - nRF54L10
3084
+ - nRF54L15
3085
+ - nRF54LM20
3086
+ * - nRF2220
3087
+ - nRF2220
3088
+ - Supported
3089
+ - Supported
3090
+ - Supported
3091
+ * - nRF21540
3092
+ - nRF21540 GPIO
3093
+ - Supported
3094
+ - Supported
3095
+ - --
3096
+ * - nRF21540
3097
+ - nRF21540 GPIO+SPI
3098
+ - Supported
3099
+ - Supported
3100
+ - Supported
3101
+ * - SKY66112-11
3102
+ - Simple GPIO
3103
+ - Supported
3104
+ - Supported
3105
+ - --
3106
+
3107
+ .. software_maturity_fem_support_table_end
You can’t perform that action at this time.
0 commit comments