-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: update zephyr to contain nrf21540 tx-en timing fix #21701
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
manifest: update zephyr to contain nrf21540 tx-en timing fix #21701
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: 61bd2af2997a3f0b507c848c2173d924861ac5b2 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-21701/nrf/app_dev/device_guides/fem/fem_nrf21540_gpio.html |
c5cb07e
to
842899b
Compare
842899b
to
234701f
Compare
This PR brings Zephyr with updated default `tx-en-settle-time-us` for the nrf21540 FEM to fix the spurious emission issue. Signed-off-by: Andrzej Kuros <[email protected]>
The default timing value for the `tx-en-settle-time-us` property is changed to 26. For the nrf54L the time is 1us bigger. This commit adjusts fem doc recommendation for the nRF54L. Signed-off-by: Andrzej Kuros <[email protected]>
234701f
to
61bd2af
Compare
This PR brings Zephyr with updated default
tx-en-settle-time-us
for the nrf21540 FEM to fix the spurious emission issue.