Skip to content
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

modules: hal_nordic: remove weak nrf_802154_clock_hfclk_ready #1545

Merged

Conversation

ankuns
Copy link
Contributor

@ankuns ankuns commented Feb 28, 2024

The __WEAK-tagged function nrf_802154_clock_hfclk_ready is removed. The implementation is provided by the nRF 802.15.4 Radio Driver. Existence of __WEAK-tagged version causes incorrect behavior when Link Time Optimization is used.

Upstream PR: zephyrproject-rtos/zephyr#69581

…k_ready

The __WEAK-tagged function `nrf_802154_clock_hfclk_ready` is removed.
The implementation is provided by the nRF 802.15.4 Radio Driver.
Existence of __WEAK-tagged version causes incorrect behavior when
Link Time Optimization is used.

Upstream PR: zephyrproject-rtos/zephyr#69581

Signed-off-by: Andrzej Kuroś <[email protected]>
@ankuns ankuns force-pushed the remove_weak_nrf_802154_hfclk_ready branch from 8378d05 to 7c6b704 Compare February 29, 2024 07:35
@ankuns ankuns added this to the ncs-2.6.0 milestone Feb 29, 2024
@jfischer-no jfischer-no merged commit 768228d into nrfconnect:main Feb 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants