-
Notifications
You must be signed in to change notification settings - Fork 7.7k
lptim: stm32g4: support of the lptimer on stm32g4xx #19879
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
Conversation
All checks are passing now. Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
b217a5e
to
0135d5d
Compare
This PR requires the "lptim: stm32l4: support of the lptimer" #18582 |
82499c8
to
3d9d6a7
Compare
rebase |
7fba27d
to
3269db3
Compare
re-submit after update on "lptim: stm32l4: support of the lptimer" #18582 |
43640c7
to
763f34a
Compare
this PR is following introduction of lptim on l4 |
rebase |
7a84527
to
9bedd88
Compare
6c3867d
to
9565af7
Compare
rebase |
This patch introduces the support of the LowPower Timer for the STM32G4xx from STMicroelectronics. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This patch introduces the support of the Low Power Timer for the STM32WG431xx from STMicroelectronics. Signed-off-by: Francois Ramu <francois.ramu@st.com>
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.
@erwango please review
This patch enables the LP Timer driver for the stm32g4xx soc, to be used in tickless kernel. The LPTimer is clocked by the LSI or LSE. It provides the following APIs:
z_clock_set_timeout
z_clock_elapsed
z_clock_driver_init
and irq handler
This patch requires the support of the lptimer for l4 serie [#18582]
Signed-off-by: Francois Ramu francois.ramu@st.com