NFC: Type 4 Support (NTAG4xx/DESFire) + Many Improvements#4242
NFC: Type 4 Support (NTAG4xx/DESFire) + Many Improvements#4242WillyJL wants to merge 87 commits into
Conversation
This reverts commit cfeddbf.
|
Wow, thank you. Will review and merge soon. |
|
worth to note: this changes behavior of IMO this is better behavior, as one would expect the protocol layer to handle this header, and only receive application data inside the message, and vice versa that when sending data the protocol layer would prefix with the appropriate header; this is same behavior as the iso14443-3a listener, which handles CRC suffix both on rx and tx. @bettse 's app "Seos compatible" for example was affected, as it used the unfinished iso14443-4a listener and handled PCB inside his app. i have made a PR to adapt to this and allow firmware to handle PCB both on listener rx and tx. if other apps are doing iso14443-4a emulation (listener), they probably will need to be adapted aswell. |
ba8919b to
859f3f5
Compare
What's new
I developed this as my final year project for university, as I have now got my results I'm here to upstream it (I was advised not to deal with uni bureaucracy weirdness so I waited until the course was over)
Verification
Checklist (For Reviewer)