-
Notifications
You must be signed in to change notification settings - Fork 7
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
Yann/refactor/pwm/remove suspend resume #1381
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1381 +/- ##
===========================================
- Coverage 98.75% 98.74% -0.01%
===========================================
Files 146 146
Lines 3769 3759 -10
===========================================
- Hits 3722 3712 -10
Misses 47 47 ☔ View full report in Codecov by Sentry. |
🔖 Version comparison
|
📈 Changes Impact Analysis Report📌 Info
🤖 Firmware impact analysis
Click to show memory sections
🔬 Detailed impact analysisClick to show detailed analysis for all targets
🗺️ Map files diff outputNo differenes where found in map files. |
📈 Changes Impact Analysis Report📌 Info
🤖 Firmware impact analysis
Click to show memory sections
🔬 Detailed impact analysisClick to show detailed analysis for all targets
🗺️ Map files diff outputNo differenes where found in map files. |
5480f01
to
4d84bb2
Compare
They are actually not used anywhere expect in the enable/disableDeepSleep. Thus we are removing them and directly calling the underlying Mbed::PwmOut::resume/suspend() where needed
4d84bb2
to
8877c95
Compare
|
Replace #1379