A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nrfconnect/sdk-nrfxlib/commit/9a7b8e6aec3f031b520ff55c658462c748f0ed3e below:

b833a52ec59f87c6d59752f02fed5f903354ca74 · nrfconnect/sdk-nrfxlib@9a7b8e6 · GitHub

File tree Expand file treeCollapse file tree 6 files changed

+14

-2

lines changed

Filter options

Expand file treeCollapse file tree 6 files changed

+14

-2

lines changed Original file line number Diff line number Diff line change

@@ -9,6 +9,15 @@ Changelog

9 9 10 10

All notable changes to this project are documented in this file.

11 11 12 +

Main branch

13 +

***********

14 + 15 +

Bug fixes

16 +

=========

17 + 18 +

* The allocated data buffer for Type 4 Tag is divided into separate areas for TX (transmit) data and RX (receive) data.

19 +

This allows for data retransmission in response to R(NAK).

20 + 12 21

nRF Connect SDK v2.7.0

13 22

**********************

14 23 Original file line number Diff line number Diff line change

@@ -54,7 +54,7 @@ typedef void (* nfc_lib_cb_resolve_t)(const void * p_ctx, const uint8_t * p_data

54 54

*

55 55

* This function sets up clock managing interface, interrupts, callback

56 56

* and other platform-specific components that are required for correct operation of

57 -

* the NFC library. The function should save the nfc_lib_cb_call function pointer and set

57 +

* the NFC library. The function should save the nfc_lib_cb_resolve function pointer and set

58 58

* the interrupt priority for NFC.

59 59

*

60 60

* @param[in] nfc_lib_cb_resolve Pointer to the callback resolution function.

@@ -131,7 +131,10 @@ void nfc_platform_cb_request(const void * p_ctx,

131 131

* The buffer size varies for different NFC tag types:

132 132

*

133 133

* - NFC Type 2 Tag: 16 bytes @ref NFC_PLATFORM_T2T_BUFFER_SIZE

134 -

* - NFC Type 4 Tag: 259 bytes @ref NFC_PLATFORM_T4T_BUFFER_SIZE

134 +

* - NFC Type 4 Tag: 2*259 bytes @ref NFC_PLATFORM_T4T_BUFFER_SIZE

135 +

*

136 +

* The allocated buffer for NFC Type 4 Tag has separate areas for TX (transmit) and RX (receive) data.

137 +

* Therefore, the required size is doubled.

135 138

*

136 139

* @param[in] size Size of the requested buffer in bytes.

137 140

*

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4