Skip to content

lib/stm32: stm32wba: radio temperature calibration activation #283

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rjayles
Copy link

@rjayles rjayles commented Jun 6, 2025

This work on the lib/stm32 allows to activate/deactivate the calibration of the radio based on the temperature sensor.
It can be activated/deactivated by a Zephyr config

@erwango erwango requested review from asm5878, HoZHel and benothmn-st June 9, 2025 15:21
rjayles added 2 commits June 11, 2025 09:56
Add the possibility to change the activation of the temperature
calibration of the radio directly from a Kconfig

Signed-off-by: Romain Jayles <[email protected]>
The temperature calibration is now activable, its activation needs
to be integrated in the library.

Signed-off-by: Romain Jayles <[email protected]>
@@ -60,6 +60,11 @@ set_target_properties(
stm32wba_ble_lib PROPERTIES IMPORTED_LOCATION ${STM32WBA_BLE_LIB_DIR}/stm32wba_ble_stack_llo.a
)

# Setting the right Cube define according to the Zephyr configuration
if(NOT CONFIG_BT_STM32WBA_USE_TEMPERATURE_BASED_RADIO_CALIBRATION STREQUAL "y")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a Zephyr PR to add the definition of this new symbol and points to this PR (through west.yml update)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Zephyr PR has been created : zephyrproject-rtos/zephyr#91898

@benothmn-st benothmn-st requested a review from erwango June 20, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants