-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
arch/arm/stm32/: Added enable/disable to timer low level ops. #15421
arch/arm/stm32/: Added enable/disable to timer low level ops. #15421
Conversation
@@ -360,6 +360,8 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev, int source); | |||
|
|||
static const struct stm32_tim_ops_s stm32_tim_ops = | |||
{ | |||
.enable = stm32_tim_enable, |
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.
please modify also other stm32 chips
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.
This modification needs to apply to all STM32 families
3c059c5
to
2ac950c
Compare
[Experimental Bot, please feedback here] Fill In The Commit Message: This PR contains a Commit with an Empty Commit Message. Please fill in the Commit Message with the PR Summary. No, this PR does not fully meet the NuttX requirements. While it provides a summary and mentions testing, it lacks crucial details. Here's a breakdown of what's missing:
To meet the requirements, the PR needs to be significantly expanded with the missing details. Vague claims need to be replaced with concrete information and evidence. |
2ac950c
to
262dce9
Compare
@xiaoxiang781216 any idea about this SEGGER_RTT error?
|
Here is the fix: #15441 |
let's ignore the ci error and merge the change directly. |
Note: Please adhere to Contributing Guidelines.
Summary
Just adds enable/disable to timer low level ops.
Impact
No impact is expected
Testing
Tested on STM32G474 device.