Add software polling for non-PN532 equipped device (Fixes Issue 136)
This commit is contained in:
parent
66e3ea6146
commit
dccfd65c80
14 changed files with 215 additions and 118 deletions
|
|
@ -16,20 +16,19 @@ Improvements:
|
|||
- libnfc: add ISO/IEC 14443 B' aka Type B' modulation partial support
|
||||
- libnfc: add partial support (list) for ISO14443B-3 ST SRx & ASK CTx cards
|
||||
- libnfc: compile unit tests only on demand unless using --enable-debug.
|
||||
- libnfc: enhance logging system, libnfc now uses the flexible log4c library to log all messages
|
||||
- libnfc: error handling improvements
|
||||
- libnfc: new function nfc_idle() to set the NFC device in idle mode
|
||||
- libnfc: add partial support for Sony S360 reader
|
||||
- libnfc: some manual test reports have been added
|
||||
- libnfc: list_targets support for ASK CTS512B (no anticol support yet)
|
||||
- libnfc: nfc_disconnect() now switches NFC device into idle before disconnecting
|
||||
- libnfc: nfc_initiator_poll_target() is now available for all devices
|
||||
- chips/pn53x: add pn53x_data_new() function to alloc and init pn53x_data structure
|
||||
- chips/pn53x: add some SFR registers description
|
||||
- chips/pn53x: implement WriteBack cache
|
||||
- chips/pn53x: new pn53x_PowerDown wrapper for PowerDown (PN532) command
|
||||
- chips/pn53x: prints a debug trace when reading PN53x registers
|
||||
- chips/pn53x: set some parameters in ISO/IEC 14443A when using DEP mode (ie. SAK says ISO/IEC 18092 compliant) (Android NFC stack now detects the target as DEP)
|
||||
- chips/pn53x: set ui8LastCommand in chip layer instead of driver layer
|
||||
- chips/pn53x: some optimisations in registers initialisation
|
||||
- chips/pn53x: list_passive_targets() fixed for TypeB on LoGO
|
||||
- chips/pn53x: pn53x_data now have a operating_mode enum to know the current running mode (initiator, target or idle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue