-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bluetooth Peripheral HIDS keyboard: nfct node enabled at board level #22695
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
Bluetooth Peripheral HIDS keyboard: nfct node enabled at board level #22695
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 553d86e5157667ba06bd498c7a660557b84d0162 more detailssdk-nrf:
nrfxlib:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
6b97787
to
e53dea4
Compare
You can find the documentation preview for this PR here. |
e53dea4
to
40ad16f
Compare
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.
Good update, thanks!
Removed the application-level configuration that enables the NFCT node. The NFCT node is now enabled at the board level for all targets that support the NFCT peripheral. The previous workaround is not needed anymore. Ref: NCSDK-31691 This reverts commit d993161. Signed-off-by: Kamil Piszczek <[email protected]>
Removed the unnecessary DTS overlay that removes the NFCT node from the nRF54LV10 DK target. Signed-off-by: Kamil Piszczek <[email protected]>
Aligned the DTS configuration for the nfct node in the nRF54LM20 PDK board definition. The configuration is now aligned with its Zephyr upstream variant. Signed-off-by: Kamil Piszczek <[email protected]>
40ad16f
to
1b62aff
Compare
Pure rebase after upmerge. The PR file diff has not changed |
Updated the nrfxlib revision to include the Kconfig improvements for the NFC T2T and T4T libraries. Signed-off-by: Kamil Piszczek <[email protected]>
1b62aff
to
553d86e
Compare
TODO
Upstream Zephyr PR: boards: nordic: Enable nfct on the supporting boards zephyrproject-rtos/zephyr#88637
CONFIG_HAS_HW_NRF_NFCT
Kconfig state for the nRF54H20 DK target: soc: nordic: nrf54h: Add option to use NFCT pins as GPIOs zephyrproject-rtos/zephyr#86280 (comment)Suggested fix: [nrf fromlist] soc: nordic: common: Fix HAS_HW_NRF_NFCT condition sdk-zephyr#2942