Rework nfcv signal reception#2998
Merged
gornekich merged 15 commits intogsurkov/nfcv_v_emulationfrom Aug 21, 2023
Merged
Conversation
|
PVS-Studio report for commit |
gornekich
added a commit
that referenced
this pull request
Aug 21, 2023
* Implement basic boilerplate for NFC-V listener * Improve listener boilerplate * Better separation between various NFC technologies * Correct formatting * Some minor code improvements * Re-add f_hal_event_start() * Implement basic framework for transparent mode * Implement transparent mode rx for NFC-V * Receiving bytes from reader * Refine chip NFC-V configuration * Implement sending via NFC-V listener * Improve Iso15693Signal code * Add support for low and high data rates * Port Iso15693Signal to DigitalSequence * Rearrange some code * Minimal INVENTORY emulation * Minimal GET_SYSTEM_INFO emulation * Minor NFC-V improvements * Improve error and flag handling * Improve command handlers (draft) * Improve command handlers (final) * Add STAY_QUIET command * Add WRITE_BLOCK command * Add several NFC-V commands * Add multi read and write * Add LOCK_BLOCK command * Add GET_SECURITY command * Select command handlers from array * Implement all of the commands (draft) * Simplify NFC-V request handling * Change GUI emulation logic for NFC-V * Implement single EOF handling * Rework nfcv signal reception (#2998) * nfc: add wait event methos * lib: introduce signal reader library * nfc hal: rework iso15 listener * nfc hal: rework iso 15 reception with signal reader * signal reader: don't enable disable dmamux * lib: move bit buffer to toolbox * signal reader: add polarity config * nfc: rework iso15 frame parser * nfc hal: rework internal events handling * nfc: move iso15 parser to libs * nfc iso15693: move poller encoder and decoder to hal * iso15 parser: check bytes to process * iso15: fix first eof detect * iso15 parser: decrease sampling buffer size * nfc: fix naming --------- Co-authored-by: gornekich <n.gorbadey@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's new
Verification
Checklist (For Reviewer)