-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
executable file
·119 lines (106 loc) · 2.78 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
==============================================================================
Readme - Software for the PNEV512B Blueboard and CLEV663B Blueboard
==============================================================================
1. Document purpose
This document describes the content of the source package as well as known
problems and restrictions.
A separate User Manual describes the first steps how to use the software in
combination with the Hardware.
2. Known problems and restrictions
* Restrictions
The Software is restricted to the PNEV512B Blueboard and CLEV663B Blueboard. The API is intended for
the NXP contactless/contact reader ICs, as such the API is not to be ported to any technology from
any other vendor.
The Software is running on a Cortex M0 LPC1227/301 as well as on a Cortex M3 LPC1769 controller
from NXP.
NXP will not support porting to any other vendor platform.
This project is intended to be used together with a
LPC MCU project and an application project.
* Known Problems
- none
3. Content
NXP-Reader-Library (Eclipse project) content:
+---comps
¦ +---phacDiscLoop
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phalFelica
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phalMfc
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phalMfdf
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phalMful
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phalT1T
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phalTop
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phbalReg
¦ ¦ +---src
¦ ¦ +---Stub
¦ +---phCidManager
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phhalHw
¦ ¦ +---src
¦ ¦ +---Callback
¦ ¦ +---Rc523
¦ ¦ +---Rc663
¦ +---phKeyStore
¦ ¦ +---src
¦ ¦ +---Rc663
¦ ¦ +---Sw
¦ +---phlnLlcp
¦ ¦ +---src
¦ ¦ +---Fri
¦ +---phLog
¦ ¦ +---src
¦ +---phnpSnep
¦ ¦ +---src
¦ ¦ +---Fri
¦ +---phOsal
¦ ¦ +---src
¦ ¦ +---Stub
¦ +---phpalFelica
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalI14443p3a
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalI14443p3b
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalI14443p4
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalI14443p4a
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalI18092mPI
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalI18092mT
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phpalMifare
¦ ¦ +---src
¦ ¦ +---Sw
¦ +---phTools
¦ +---src
+---intfs
+---types
4. Mandatory material, not included
* LPCXpresso IDE as described on the web site:
http://www.lpcware.com/lpcxpresso
* LPCXpresso LPC1227 or LPC1769 development board
5. Revision History
V1.0:
* This package contains the NFC Reader version 3.010.00.001407
* First packaged version.