Changelog¶
All notable changes to this project are documented in this file.
nRF Connect SDK v1.7.0¶
All the notable changes included in the nRF Connect SDK v1.7.0 release are documented in this section.
Modified¶
Debug info is removed from the NFC T2T and T4T libraries.
Fixed duplicated initial Frame Waiting Time (FWT) value setting.
Modified the
nfc_t2t_done()
and thenfc_t4t_done()
functions to uninitialize the NFCT driver to achieve symmetry in the library behaviour since thenfc_txt_setup()
function initializes the NFCT driver.Fixed FSDI value setting for RFU value cases.
nRF Connect SDK v1.6.0¶
No changes in this release.
nRF Connect SDK v1.5.0¶
No changes in this release.
nRF Connect SDK v1.4.0¶
Added¶
Added support for non-secure firmware image to the NFC T2T and NFC T4T libraries. A non-secure image can only be run on nRF devices that support Trusted Execution (e.g. nRF5340).
Added Frame Waiting Time (FWT) management logic to the NFC T4T library. FWT is changed now according to the ISO-DEP timing requirements (e.g. WTX frame).
NFC 0.4.0¶
Added Type 2 Tag and Type 4 Tag NFC libraries for the nRF5340 device. Both libraries are compiled for the Cortex-M33 CPU in hard and soft float variants.