flipperzero-firmware/lib/nfc/parsers
Astra 9f3b80e606
Add new card parsers (#1503)
* Add the "Two cities" parser
* Add plantain and plantain4k parsers
* Add new parsers to the supported list
* United card PoC
* Fix nfc device not sleeping
* Completely read the 4K troika variants
* Correct naming
* Update to reflect upstream changes
* Add support for MfUl info
* Fix parsers
* Card type detection fixes
* Remove debug info
* Fixes for the verification of cards
* nfc: fix verification for supported cards
* nfc: remove unused vars
* Improve card reading reliability and fix plantain
* plantain: change log level

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2022-09-20 01:05:04 +09:00
..
all_in_one.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
all_in_one.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
nfc_supported_card.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
nfc_supported_card.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
plantain_4k_parser.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
plantain_4k_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
plantain_parser.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
plantain_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
troika_4k_parser.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
troika_4k_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
troika_parser.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
troika_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
two_cities.c Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
two_cities.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00