Commit ff21252
committed
cpu/stm32/periph_usb: block idle power mode
This USB peripheral seems to not be clocked when entering IDLE, at least
on STM32F3.
Given that an increase of power consumption in the order of 10s of mA
is usually of little concern when powered via USB, this just disables
the idle power state for all STM32 MCUs when USB is in use to rather
err on the side of additional power draw, rather than broken USB.1 parent f76fe9d commit ff21252
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
0 commit comments