summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_TopazMap.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement makeReadOnly() for dynamic T1T/T2T.Martijn Coenen2011-01-181-0/+33
| | | | | | | | The NFC Forum Type 1 Tag and Type 2 Tag specification allows for tags with a dynamic memory layout. Support for making tags with the dynamic layout readonly has been added in this patch. Change-Id: I5bc8912d80f448fdea95e1ee21631c0f186ad79a
* Actually set the lock bits for static T1T and T2T.Martijn Coenen2011-01-041-4/+8
| | | | Change-Id: I594e588fb7f0f8151e54ac872640bb8d3e19bfce
* Add support for makeLowLevelReadonly() in libnfc.Martijn Coenen2010-12-161-6/+40
| | | | | | | | Implemented for T1T and T2T. There's also added code for formatting Desfire EV1, but it will not be used by the current implementation (DesFIRE doesn't have NdefFormatable tech). Change-Id: Iec1b85b560fbf800291fd307b56ab84328737635
* Initial libnfc checkinNick Pelly2010-09-231-0/+565
Source: Trusted_NFC_Device_Host_AA03.01e02_google.zip code drop (23-Sep-2010) Change-Id: Ie47f18423f949a8d3e0815d13f55c814312add24 Signed-off-by: Nick Pelly <npelly@google.com>