Skip to content

Commit 6bb11fb

Browse files
committed
doc: nfc: Fixed lib names
Update docs to the new names of nfc tag libraries JIRA: NCSDK-35486 Signed-off-by: Michał Strządała <[email protected]>
1 parent 14d7496 commit 6bb11fb

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

nfc/README.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,20 @@ Near Field Communication (NFC)
44
##############################
55

66
Near Field Communication (NFC) is a technology for wireless transfer of small amounts of data between two devices.
7-
The provided NFC libraries are RTOS-agnostic and built for Nordic Semiconductor nRF52 and nRF53 Series SoCs.
7+
The provided NFC libraries are RTOS-agnostic and built for Nordic Semiconductor SoCs.
88

99
See the :ref:`nrf:ug_nfc` user guide for information about how to use the libraries in the |NCS|.
1010

1111
The following libraries are available:
1212

13-
Type 2 Tag
13+
:ref:`Type 2 Tag <libnfc_t2t>`
1414
Supports NFC-A Type 2 Tag in read-only mode.
1515
See :ref:`type_2_tag` for more information.
1616

17-
The following variants are available:
18-
19-
* libnfct2t_nrf52 (for nRF52832, nRF52833, and nRF52840)
20-
* libnfct2t_nrf53 (for nRF5340)
21-
22-
Type 4 Tag
17+
:ref:`Type 4 Tag <libnfc_t4t>`
2318
Supports NFC-A Type 4 Tag.
2419
See :ref:`type_4_tag` for more information.
2520

26-
The following variants are available:
27-
28-
* libnfct4t_nrf52 (for nRF52832, nRF52833, and nRF52840)
29-
* libnfct4t_nrf53 (for nRF5340)
30-
3121
Each library is distributed in both soft-float and hard-float builds.
3222

3323
.. important::

0 commit comments

Comments
 (0)