unleashed-firmware/applications/main/nfc/helpers/protocol_support
RebornedBrain 6a5d63803a
[FL-3675] Ntag21x write (#3246)
* New scenes for ultralight poller write mode
* Added new button and transition logic for write operation
   For now write is only possible for NTAG21x cards with default password and no AUTHLIM set
* Poller states extended
* Enums and datatypes extended for new poller mode
* Added mode field to poller instance datatype
* New states for poller added in order to implement write mode
* Added new event type for locked cards in order to simplify state flow
* New logic for poller write commands
* Scenes adjustments
* Scenes renamed
* New field added to poller instance
* Now we write in 'page per call' mode
* Now function takes callback return value into account
* Callback will be called only in write mode
* Event type added
* Log adjusted and start page to write set
* Logs added and check in now false at start, then it moves to true
* Now mf_ultralight_poller_handler_request_write_data halts card in case of check failure and stops poller
* All fail events now returns NfcCommandStop callback
* In case of fail we move back properly
* Remove garbage

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-12-02 13:45:47 +09:00
..
felica [FL-3640] NFC: Felica UID emulation (#3190) 2023-11-26 17:10:33 +09:00
iso14443_3a NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
iso14443_3b NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
iso14443_4a NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
iso14443_4b NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
iso15693_3 NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
mf_classic NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
mf_desfire [FL-3643] Fix crash when reading files > 64B (#3166) 2023-10-28 23:29:14 +09:00
mf_ultralight [FL-3675] Ntag21x write (#3246) 2023-12-02 13:45:47 +09:00
slix NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
st25tb ST25TB poller refining + write support (#3239) 2023-12-01 18:42:00 +09:00
nfc_protocol_support.c [FL-3618] Infrared remote button index support (#3180) 2023-11-10 16:22:34 +09:00
nfc_protocol_support.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_base.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_common.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_defs.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_defs.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_gui_common.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_gui_common.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_protocol_support_render_common.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00