-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFC shell #11790
NFC shell #11790
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code side lgtm.
I think it is worth updating the release-notes-changelog file. |
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Kamil, please take a look at my suggestions.
I unified the naming convention based on this page: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/nfc/index.html
This adds the new NFC T4T shell backend. The transport interface uses raw ISO-DEP protocol to exchange data with a reader device. NCSDK-22428 Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
Add documentation for NFC shell transport feature. NCSDK-22428 Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
Add new NFC shell sample that demonstrates how to use shell over NFC T4T ISO-DEP transport. NCSDK-22428 Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
This PR contains: