NXP_PN512_NFCReaderLibrary/docs/14_user_doc/html/index.html

452 lines
22 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>NXP NFC Reader Library: Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">NXP NFC Reader Library
&#160;<span id="projectnumber">v4.040.05.011646</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">NXP NFC Reader Library Documentation</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><hr/>
<h1><a class="anchor" id="phsec_Intro"></a>
Introduction</h1>
<ul>
<li>
<p class="startli"><b>This document describes the NXP NFC Reader Library Version that supports the Reader Frontend ICs namely PN5180, PNEV512B, CLRC663 and Reader NFC Controller PN7462AU. The source code is intended to run on NXP LPC1769/LPC11U68 connected to PNEV512B v1.5 CE Certified blue board/CLRC663 Blue board v3.0 / PN5180 TFBGA64 performance board v1.0, FRDM-K82 Board connected to PN5180/RC663/PN512B, RasperryPi Board connected to PN5180/RC663/PN512B and on the PN7462AU CortexM0 based uC.</b></p>
<p class="endli"><br />
<br />
</p>
</li>
<li>
<b>Intended Audience:</b> <ul>
<li>
This document is a reference to be used by the SW designers, implementers and integrators. </li>
</ul>
</li>
</ul>
<hr/>
<h1><a class="anchor" id="phsec_Overview"></a>
Overview</h1>
<p><b>The NXP reader library </b>is encapsulated into Layers and Components written in ANSI C. The library structure provides a modular way of programming and setting up the reader interface. The reader library consists of below layers </p><ul>
<li>
BAL (<a class="el" href="d8/da7/group__phbalReg.html">Bus Abstraction Layer</a>) </li>
<li>
HAL (<a class="el" href="d6/d78/group__phhalHw.html">Hardware Abstraction Layer</a>) </li>
<li>
PAL (<a class="el" href="d6/d7d/group__phpal.html">Protocol Abstraction Layer</a>) </li>
<li>
SA (<a class="el" href="d2/d94/group__grpsApi.html">Simplified API Layer</a>) </li>
<li>
AL (<a class="el" href="d3/d6e/group__phal.html">Application Layer</a>) </li>
<li>
AC (<a class="el" href="d5/d48/group__phac.html">Activity Layer</a>) </li>
<li>
CE (<a class="el" href="d7/d49/group__phce.html">Host Card Emulation</a>) </li>
<li>
LN (<a class="el" href="da/d15/group__phln.html">Link Abstraction Layer</a>) </li>
<li>
<p class="startli">NP (<a class="el" href="d7/d92/group__phnp.html">Network Protocol Layer</a>)</p>
<p class="endli">Each Layer consists of different components having a generic interface and a specific implementation. Find more information on the usage of the reader library in the related Application Notes <a href="#ref13">[13]</a>,<a href="#ref8">[8]</a> </p>
</li>
</ul>
<hr/>
<h1><a class="anchor" id="phsec_LayerModel"></a>
LayerModel</h1>
<table border="0">
<tr>
<td><div class="image">
<img src="layer_model.png" alt="layer_model.png"/>
</div>
</td></tr>
</table>
<h1><a class="anchor" id="phsec_ApiReference"></a>
API Reference</h1>
<h2><a class="anchor" id="phsec_RefSA"></a>
Simplified API Layer</h2>
<p>Contains Simplified APIs for access to NxpNfcRdLib functionality. </p><ul>
<li>
<a class="el" href="d2/d94/group__grpsApi.html">Simplified API Layer</a> </li>
</ul>
<h2><a class="anchor" id="phsec_RefNp"></a>
Network Protocol Layer</h2>
<p>The Network Protocol Layer implements the Simple NDEF Exchange Protocol(SNEP) component. </p><ul>
<li>
<a class="el" href="d7/d04/group__phnpSnep.html">NFCForum-SNEP</a> <br />
SNEP 1.0 component </li>
</ul>
<h2><a class="anchor" id="phsec_RefLn"></a>
NFC Link Layer</h2>
<p>The NFC Link Layer implements the Logical Link Control Protocol component. </p><ul>
<li>
<a class="el" href="da/d10/group__phlnLlcp.html">NFCForum-LLCP</a> <br />
LLCP 1.1 component </li>
</ul>
<h2><a class="anchor" id="phsec_RefCe"></a>
Card Emulation Layer</h2>
<p>The Card Emulation Layer implements the commands for emulated card components. </p><ul>
<li>
<a class="el" href="da/da7/group__phceT4T.html">NFC Forum Type 4A Card Emulation</a> <br />
NFC Forum T4T 2.0 component </li>
</ul>
<h2><a class="anchor" id="phsec_RefAc"></a>
Activity Layer</h2>
<p>The NFC Activity Layer implements the Discovery loop component. </p><ul>
<li>
<a class="el" href="d6/d5a/group__phacDiscLoop.html">Discovery Loop</a> <br />
Discovery Loop implements Poll phases and Listen Phase. </li>
</ul>
<h2><a class="anchor" id="phsec_RefAl"></a>
Application Layer</h2>
<p>The Application Layer implements the commands of contactless smart cards. </p><ul>
<li>
<a class="el" href="dd/d1b/group__phalMfc.html">MIFARE(R) Classic</a> <br />
Commandset as described in <a href="#ref1">[1]</a> </li>
<li>
<a class="el" href="df/d72/group__phalT1T.html">Type 1 tag</a> <br />
Commandset as described in <a href="#ref5">[5]</a> </li>
<li>
<a class="el" href="df/d5c/group__phalMful.html">MIFARE(R) Ultralight</a> <br />
Commandset as described in <a href="#ref4">[4]</a> </li>
<li>
<a class="el" href="d9/d1c/group__phalFelica.html">Felica</a> <br />
Part of Felica Open commandset. Read, Write, Request Response, Request Service, REQC, ATQC are implemented according to <a href="#ref6">[6]</a>. Please be aware that the command 'Read' is described within NFC Forum Type 3 Tag Operation as 'Check' command and 'Write' as 'Update' command. REQC and ATQC are part of the polling sequence described in <a href="#ref15">[15]</a>. </li>
<li>
<a class="el" href="da/d7d/group__phalMfdf.html">MIFARE DESFire (R)</a> <br />
Commandset as described in <a href="#ref9">[9]</a> </li>
<li>
<a class="el" href="d1/d8e/group__phalSli.html">ICode SLI</a> <br />
ICODE SLI family as described in <a href="http://www.nxp.com/products/identification_and_security/smart_label_and_tag_ics/icode/index.html">http://www.nxp.com/products/identification_and_security/smart_label_tag_ics/icode/index.html</a> </li>
<li>
<a class="el" href="dd/dbf/group__phalI15693.html">ISO/IEC 15693</a> <br />
ISO/IEC 15693 Commandset as described in <a href="#ref14">[14]</a> </li>
<li>
<a class="el" href="d3/db9/group__phalI18000p3m3.html">ISO/IEC 18000-3 Mode3</a> <br />
ICODE ILT Commandset as described in <a href="#ref12">[12]</a> </li>
<li>
<a class="el" href="d1/d43/group__phalTop.html">Tag Operation Layer</a> <br />
Commandset as described in <a href="#ref15">[15]</a> </li>
</ul>
<h2><a class="anchor" id="phsec_RefPal"></a>
Protocol Abstraction Layer</h2>
<p>The Protocol Abstraction Layer implements the activation and exchange within the protocol of the contactless communication. </p><ul>
<li>
<a class="el" href="d2/d0d/group__phpalI14443p3a.html">ISO/IEC 14443-3A</a>, as described in <a href="#ref5">[5]</a> </li>
<li>
<a class="el" href="d8/d89/group__phpalI14443p3b.html">ISO/IEC 14443-3B</a>, as described in <a href="#ref5">[5]</a> </li>
<li>
<a class="el" href="df/dda/group__phpalI14443p4a.html">ISO/IEC 14443-4A</a>, as described in <a href="#ref5">[5]</a> </li>
<li>
<a class="el" href="d5/df1/group__phpalI14443p4.html">ISO/IEC 14443-4</a>, as described in <a href="#ref5">[5]</a> </li>
<li>
<a class="el" href="da/d8e/group__phpalMifare.html">MIFARE(R)</a> needs to be included for any MIFARE card. </li>
<li>
<a class="el" href="d9/ddf/group__phpalI14443p4mC.html">ISO/IEC 14443-4mC</a>, as described in <a href="#ref5">[5]</a> </li>
<li>
<a class="el" href="d8/d88/group__phpalFelica.html">Felica</a> compliant protocol, as described in <a href="#ref6">[6]</a>, <br />
parts of it are also part of ISO 18092, see <a href="#ref7">[10]</a> </li>
<li>
<a class="el" href="d9/dcf/group__phpalSli15693.html">ISO/IEC 15693 / ISO/IEC 18000-3M1</a>, protocol as described in <a href="#ref14">[14]</a> </li>
<li>
<a class="el" href="d1/deb/group__phpalI18000p3m3.html">ISO/IEC 18000-3 Mode3</a>, as described in <a href="#ref13">[13]</a> </li>
<li>
<a class="el" href="d6/d42/group__phpalI18092mPI.html">ISO/IEC 18092 Mode Initiator</a>, the DEP protocol as well as the <br />
passive/active communication mode, described in <a href="#ref7">[7]</a> </li>
<li>
<a class="el" href="d3/df9/group__phpalI18092mT.html">ISO/IEC 18092 Mode Target</a>, the DEP protocol as well as the <br />
passive/active communication mode, described in <a href="#ref7">[7]</a> <br />
</li>
</ul>
<p><a class="el" href="d6/d78/group__phhalHw.html">Hardware Abstraction Layer</a> <br />
<br />
The Hardware Abstraction Layer implements the Hardware specific elements of the reader. </p><ul>
<li>
<a class="el" href="d8/d9f/group__phhalHw__Rc523.html">component : Rc523</a> <br />
Reader Specifics for the RC523. It therefore also covers PN512 and RC522. <br />
Find more information in <a href="#ref2">[2]</a> </li>
<li>
<a class="el" href="d3/d50/group__phhalHw__Rc663.html">component : Rc663</a> <br />
Reader Specifics for the RC663. Find more information on this product in <a href="#ref3">[3]</a> </li>
<li>
<a class="el" href="d6/d19/group__phhalHw__Pn5180.html">component : Pn5180</a> <br />
Reader Specifics for the Pn5180. </li>
</ul>
<p><a class="el" href="d8/da7/group__phbalReg.html">Bus Abstraction Layer</a> <br />
<br />
The Bus Abstraction Layer is defining the interface used. </p><ul>
<li>
<a class="el" href="d5/d6d/group__phbalReg__LpcOpenSpi.html">Component : LpcOpenSpi</a> <br />
BAL LpcOpen SPI interface is used to abstract SPI interface of a LPCOpen microcontroller library which is part of a seperate project released with this Library (ex: lpc_chip_175x_6x, lpc_chip_11u6x). </li>
<li>
<a class="el" href="d2/dad/group__phbalReg__LpcOpenI2c.html">Component : LpcOpenI2c</a> <br />
BAL LpcOpen I2C interface is used to abstract I2C interface of a LPCOpen microcontroller library which is part of a seperate project released with this Library (ex: lpc_chip_175x_6x, lpc_chip_11u6x). </li>
</ul>
<h2><a class="anchor" id="phsec_RefCommon"></a>
Common Layer</h2>
<ul>
<li>
<a class="el" href="de/d4e/group__phKeyStore.html">KeyStore</a> <br />
Storage of the keys, like MIFARE keys. </li>
<li>
<a class="el" href="dc/dfa/group__phCryptoSym.html">CryptoSym</a> <br />
Used for Symmetric Cryptography operations. </li>
<li>
<a class="el" href="d3/db3/group__phCryptoRng.html">CryptoRng</a> <br />
Used to generate random numbers for CryptoSym. </li>
<li>
<a class="el" href="de/dd7/group__phCidManager.html">Cid Manager</a> <br />
The CID manager manages the CID of all cards. </li>
<li>
<a class="el" href="db/d56/group__phTools.html">Tools</a> <br />
Some tools are attached to calculate the CRC or Parity. </li>
<li>
<a class="el" href="d4/d4a/group__phLog.html">PhLog</a> <br />
Every block has a logging functionality, which can be used. </li>
<li>
<a class="el" href="de/d3c/group__phOsal.html">Operating System Abstraction Layer</a> <br />
Operating system abstraction layer Abstraction APIs. </li>
</ul>
<h2><a class="anchor" id="phsec_RefOther"></a>
Other</h2>
<ul>
<li>
<a class="el" href="dc/dce/group__ph__Error.html">Error Code Collection</a> <br />
A collection of error codes known. </li>
<li>
<a class="el" href="d9/d2b/group__ph__RefDefs.html">Platform Definitions</a> <br />
Definitions for specific platform. </li>
<li>
<a class="el" href="dc/d52/group__ph__Private.html">(Private definitions)</a> </li>
</ul>
<h2><a class="anchor" id="phsec_RefReferences"></a>
References</h2>
<p><br />
<br />
<a class="anchor" id="ref1"></a>[1] <b>Data sheet</b> - MF1S50yyyX MIFARE Classic 1K - Mainstream contactless smart card IC for fast and easy solution development, available on NXP web <br />
<br />
<a class="anchor" id="ref2"></a>[2] <b>Data sheet</b> - MFR523; Contactless reader IC, BU-ID Doc. No. 115235, available on NXP Web <br />
<br />
<a class="anchor" id="ref3"></a>[3] <b>Data sheet</b> - CLRC663; Contactless reader IC, BU-ID Doc. No. 171110, available on NXP Web <br />
<br />
<a class="anchor" id="ref4"></a>[4] <b>Datasheet</b> - MIFARE Ultralight; MF0ICU1, MIFARE Ultralight contactless single-ticket IC, BU-ID Doc. No. 028638, available on NXP Web <br />
<br />
<a class="anchor" id="ref5"></a>[5] <b>ISO/IEC Standard</b> - ISO/IEC14443 Identification cards - Contactless integrated circuit cards - Proximity cards <br />
<br />
<a class="anchor" id="ref6"></a>[6] <b>JIS Standard</b> - JIS X 6319 Specification of implementation for integrated circuit(s) cards - Part 4: High Speed proximity cards <br />
<br />
<a class="anchor" id="ref7"></a>[7] <b>ISO/IEC Standard</b> - ISO 18092 Information technology - Telecommunications and information exchange between systems - Near Field Communication- Interface and Protocol (NFCIP-1) <br />
<br />
<a class="anchor" id="ref8"></a>[8] <b>Application Note</b> - AN11021 CLRC663 Software Design Guide for NXPRdLib, available on NXP Web <br />
<br />
<a class="anchor" id="ref9"></a>[9] <b>Data Sheet</b> MIFARE DESFire; MF3ICDx21_41_81, MIFARE DESFire EV1 contactless multi-application IC, BU-ID Doc. No. 134036, available on NXP docu control <br />
<br />
<a class="anchor" id="ref10"></a>[10] <b>Data Sheet</b> MIFARE Plus; MF1PLUSx0y1, Mainstream contactless smart card IC for fast and easy solution development, BU-ID Doc. No. 163734, available at NXP docu control <br />
<br />
<a class="anchor" id="ref11"></a>[11] <b>Data Sheet</b> MIFARE Ultralight C; MF0ICU2, BU-ID Doc. No. 171432, available on NXP Web <br />
<br />
<a class="anchor" id="ref12"></a>[12] <b>Data Sheet</b> ICODE ILT , smart label IC; will be available on NXP Web <br />
<br />
<a class="anchor" id="ref13"></a>[13] <b>Data Sheet</b> ISO/IEC Standard - ISO 18000-3 Information technology AIDC techniques - RFID for item management - Air interface, Part 3 - Parameters for air interface communications at 13.56 Mhz, M1 stands for Mode 1, M3 stands for Mode 3 <br />
<br />
<a class="anchor" id="ref14"></a>[14] <b>ISO/IEC Standard</b> - ISO/IEC15693 Identification cards - Contactless integrated circuit(s) cards - Vicinity cards <br />
<br />
<a class="anchor" id="ref15"></a>[15] <b>NFC Forum Standard</b> - NFC Forum Type 1,2,3,4 Tag Operation Specification <br />
<br />
<a class="anchor" id="ref16"></a>[16] <b>NFC Forum Standard</b> - Activity Specification <br />
<br />
<a class="anchor" id="ref17"></a>[17] <b>NFC Forum Standard</b> - Digital Protocol Specification </p><hr/>
<h1><a class="anchor" id="phMfpLib_DisclaimerInfo"></a>
DISCLAIMER OF WARRANTIES:</h1>
<pre>
YOU AGREE THAT NXP HAS MADE NO EXPRESS WARRANTIES TO YOU REGARDING THE
SOFTWARE AND THAT THE SOFTWARE IS BEING PROVIDED TO YOU "AS IS" WITHOUT
WARRANTY OF ANY KIND.
NXP DISCLAIMS ALL WARRANTIES WITH REGARD TO THE SOFTWARE, EXPRESS OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF FITNESS
FOR A PARTICULAR PURPOSE, MERCHANTABILITY, MERCHANTABLE QUALITY OR
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
Some states or jurisdictions do not allow the exclusion of implied warranties so the above
limitations or parts of it may not apply to you.
</pre><hr/>
<h1><a class="anchor" id="phMfpLib_LiabilityInfo"></a>
LIMITATION OF LIABILITY:</h1>
<pre>
IN NO EVENT WILL NXP BE LIABLE TO YOU FOR ANY LOSS OF USE, INTERRUPTION OF
BUSINESS, OR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES OF ANY KIND (INCLUDING LOST PROFITS) REGARDLESS OF THE FORM OF
ACTION WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT PRODUCT
LIABILITY OR OTHERWISE, EVEN IF ENDUSER HAS BEEN ADVISED OF THE POSSIBILITY
OF SUCH DAMAGES.
Some states or jurisdictions do not allow the exclusion or limitation of incidental or consequential
damages, so the above limitation, exclusion or parts of it may not apply to you.
</pre><hr/>
<h1><a class="anchor" id="phsec_RevisionHistory"></a>
Revision History</h1>
<table class="doxtable">
<tr>
<th>Release </th><th>Date </th><th>Notes </th></tr>
<tr>
<td>4.040.05.011646 </td><td>Nov 2016 </td><td>Patch Updates on top of 4.040.05.001642 </td></tr>
<tr>
<td></td><td></td><td>Linux Porting updates for phOsal_ThreadDelay and </td></tr>
<tr>
<td></td><td></td><td>Enable On-Board Pull Up by SW for IRQ pin used for RC523 </td></tr>
<tr>
<td>4.040.05.001642 </td><td>Oct 2016 </td><td>Linux Support, Freedom platform support, Simplified Layer </td></tr>
<tr>
<td>4.022.00.001626 (PRC-M6) </td><td>June 2016 </td><td>Pre Release Check, with OSAL+Platform Restructuring </td></tr>
<tr>
<td></td><td></td><td>See <a class="el" href="de/d3c/group__phOsal.html">Operating System Abstraction Layer</a> </td></tr>
<tr>
<td>4.010.04.001617 </td><td>April 2016 </td><td>Incremental code drop Week 17, 2016 </td></tr>
<tr>
<td>4.010.03.001609 </td><td>Mar 2016 </td><td>Incremental code drop Week 9, 2016 </td></tr>
<tr>
<td>4.010.02.001606 </td><td>Feb 2016 </td><td>Incremental code drop Week 6, 2016 </td></tr>
<tr>
<td>4.010.01.021604 </td><td>Jan 2016 </td><td>Incremental code drop Week 4, 2016 </td></tr>
<tr>
<td>4.010.01.001604 </td><td>Jan 2016 </td><td>Incremental code drop Week 9, 2016 </td></tr>
<tr>
<td>4.010.01.001603 </td><td>Jan 2016 </td><td>Incremental code drop Week 3, 2016 </td></tr>
<tr>
<td>4.010.00.001602 </td><td>Jan 2016 </td><td>R Gate Release for Week 02, 2016 </td></tr>
<tr>
<td>4.010.00.001551 </td><td>Dec 2015 </td><td>V Gate Release for Week 51, 2015 </td></tr>
<tr>
<td>3.092.12.001546 </td><td>Nov 2015 </td><td>Incremental code drop Week 47, 2015 </td></tr>
<tr>
<td>3.092.11.001546 </td><td>Nov 2015 </td><td>Incremental code drop Week 46, 2015 </td></tr>
<tr>
<td>3.092.10.001539 </td><td>Sept 2015 </td><td>Incremental code drop Week 39, 2015 </td></tr>
<tr>
<td>3.092.09.001539 </td><td>Sept 2015 </td><td>Incremental code drop Week 39, 2015 </td></tr>
<tr>
<td>3.092.08.001537 </td><td>Sept 2015 </td><td>Incremental code drop Week 37, 2015 </td></tr>
<tr>
<td>3.092.07.001537 </td><td>Sept 2015 </td><td>Incremental code drop Week 37, 2015 </td></tr>
<tr>
<td>3.092.06.011536 </td><td>August 2015 </td><td>Incremental code drop Week 36, 2015 </td></tr>
<tr>
<td>3.092.06.001535 </td><td>August 2015 </td><td>Incremental code drop Week 35, 2015 </td></tr>
<tr>
<td>3.092.05.001534 </td><td>August 2015 </td><td>Incremental code drop Week 34, 2015 </td></tr>
<tr>
<td>3.092.04.001533 </td><td>August 2015 </td><td>Incremental code drop Week 33, 2015 </td></tr>
<tr>
<td>3.092.03.001532 </td><td>August 2015 </td><td>Incremental code drop Week 32, 2015 </td></tr>
<tr>
<td>3.092.02.001531 </td><td>July 2015 </td><td>Incremental code drop Week 31, 2015 </td></tr>
<tr>
<td>3.092.01.001530 </td><td>July 2015 </td><td>Incremental code drop Week 30, 2015 </td></tr>
<tr>
<td>3.092.00.001529 </td><td>July 2015 </td><td>A Gate Release for Week 29, 2015 </td></tr>
<tr>
<td>3.082.06.001528 </td><td>July 2015 </td><td>Incremental code drop Week 28, 2015 </td></tr>
<tr>
<td>3.082.05.001526 </td><td>June 2015 </td><td>Incremental code drop Week 26, 2015 </td></tr>
<tr>
<td>3.082.04.001524 </td><td>June 2015 </td><td>Incremental code drop Week 24, 2015 </td></tr>
<tr>
<td>3.082.03.001522 </td><td>May 2015 </td><td>Incremental code drop Week 22, 2015 </td></tr>
<tr>
<td>3.082.02.001520 </td><td>May 2015 </td><td>Incremental code drop Week 20, 2015 </td></tr>
<tr>
<td>3.082.01.001518 </td><td>April 2015 </td><td>Incremental code drop Week 18, 2015 </td></tr>
<tr>
<td>3.082.00.001516 </td><td>April 2015 </td><td>A1 Gate Release for Week 16, 2015 </td></tr>
<tr>
<td>3.072.00.011514 </td><td>April 2015 </td><td>Internal Release with T4T Card Emulation implementation </td></tr>
<tr>
<td>3.072.00.001512 </td><td>March 2015 </td><td>Internal Release with LLCP 1.1 and SNEP 1.0 implementation </td></tr>
<tr>
<td>3.062.00.021509 </td><td>February 2015 </td><td>Internal Release for Discovery Loop for Error Code Changes </td></tr>
<tr>
<td>3.062.00.001506 </td><td>February 2015 </td><td>Internal Release for Discovery Loop and 14443-4 Card Mode Release </td></tr>
<tr>
<td>3.052.00.001451 </td><td>December 2014 </td><td>Internal Release for 18092 Target Mode Release </td></tr>
<tr>
<td>3.042.00.001443 </td><td>November 2014 </td><td>Internal Release for ISO15693 Extended Commands and ICODE SLIX2 new commands </td></tr>
<tr>
<td>3.032.00.001441 </td><td>October 2014 </td><td>Internal release with HAL and PAL Changes </td></tr>
<tr>
<td>3.020.00.001432 </td><td>August 2014 </td><td>Beta Release for Card Emulation for PN512 </td></tr>
<tr>
<td>3.010.00.001407 </td><td>February 2014 </td><td>Final Release for P2P Extensions for PN512 and CLRC663 </td></tr>
<tr>
<td>2.1.0.0 </td><td>January 2014 </td><td>Official Release for P2P Extensions for PN512 and CLRC663 </td></tr>
<tr>
<td>2.0.4.2 </td><td>December 2013 </td><td>First Official Release for P2P Extensions for PN512 and CLRC663 </td></tr>
<tr>
<td>2.0.4.1 </td><td>August 2013 </td><td>Development Release for P2P Extensions for PN512 and CLRC663 </td></tr>
<tr>
<td>2.0.4.0 </td><td>December 2012 </td><td>P2P Extensions for PN512 and CLRC663 </td></tr>
<tr>
<td>2.0.2.0 </td><td>May 2012 </td><td>Mifare Ultralight EV1 Beta Release </td></tr>
<tr>
<td>2.0 </td><td>May 2011 </td><td>First Official Release </td></tr>
<tr>
<td>1.1 </td><td>August 2010 </td><td>Second Release </td></tr>
<tr>
<td>1.0 </td><td>March 2010 </td><td>First Release </td></tr>
</table>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>