Skip to content

Conversation

@tpambor
Copy link
Contributor

@tpambor tpambor commented Dec 6, 2025

Add support for resetting the LPTIM peripheral to its default state on initialization. This ensures that any previous configurations do not interfere with the new settings.

Add resets property to lptim binding and define resets for all lptim
instances in device tree files for STM32 MCUs.

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
Add support for resetting the LPTIM peripheral to its default state
on initialization. This ensures that any previous configurations
do not interfere with the new settings.

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 6, 2025

Comment on lines 446 to +447
clocks = <&rcc STM32_CLOCK(APB1_2, 5)>;
resets = <&rctl STM32_RESET(APB1H, 5)>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Completely unrelated to PR: funny inconsistency between clocks and resets.

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.

7 participants