summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_MifULFormat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix T2T makeReadonly.Martijn Coenen2012-04-191-1/+1
| | | | Change-Id: Ie4a87d23034cfdbb3c1db227a7f54c2e1a45c98c
* Implement makeReadOnly() for dynamic T1T/T2T.Martijn Coenen2011-01-181-10/+915
| | | | | | | | 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-12/+56
| | | | Change-Id: I594e588fb7f0f8151e54ac872640bb8d3e19bfce
* Add support for makeLowLevelReadonly() in libnfc.Martijn Coenen2010-12-161-0/+92
| | | | | | | | 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/+431
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>