-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32 LPTICKER update for targets supporting LPTIMER #6474
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
STM32 LPTICKER update for targets supporting LPTIMER #6474
Conversation
targets/TARGET_STM/lp_ticker.c
Outdated
|
||
// Enable IRQs | ||
core_util_critical_section_exit(); | ||
// core_util_critical_section_exit(); |
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.
shall this be removed completely? or why is it still here
targets/TARGET_STM/lp_ticker.c
Outdated
@@ -142,18 +136,20 @@ void lp_ticker_init(void) | |||
} | |||
|
|||
NVIC_SetVector(LPTIM1_IRQn, (uint32_t)LPTIM1_IRQHandler); | |||
NVIC_EnableIRQ(LPTIM1_IRQn); | |||
//NVIC_EnableIRQ(LPTIM1_IRQn); |
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.
dead code removal on some lines around here?
87385b3
to
84db2b9
Compare
afd66ab
to
6daa7fc
Compare
84db2b9
to
239f14b
Compare
@0xc0170 Which PR is this waiting on? |
It is but there are few updates to tickers that come from @c1728p9 , and those should help. |
Status: Here is my current branch:
Tests are OK : Please, merge all these PR in the feature branch. |
239f14b
to
0e0e6e5
Compare
155a9a0
to
61c0007
Compare
STM32L0, STM32L4, STM32F7 and few STM32F4
0e0e6e5
to
a4b8979
Compare
Hi @0xc0170 |
We're working on finishing up the 5.8.3 patch release through first. Once that's in, we'll be working through other PRs to get them through CI. |
/morph build |
Build : SUCCESSBuild number : 1825 Triggering tests/morph test |
Test : SUCCESSBuild number : 1631 |
Exporter Build : SUCCESSBuild number : 1469 |
Description
STM32 LPTICKER update for targets supporting ST LPTIM
Targets: STM32L0, STM32L4, STM32F7 and few STM32F4
@bulislaw @LMESTM @c1728p9 @screamerbg
Pull request type
[ ] Fix
[x] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change