nrf52: add SPI PM support (disable/enable SPI peripheral on sleep)

This commit is contained in:
Matias N
2020-11-09 18:33:21 -03:00
committed by Mateusz Szafoni
parent a806ca9577
commit 13619ea0df
4 changed files with 209 additions and 4 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ struct pm_governor_s
*
* NOTE: since this will be called from pm_initialize(), the system
* is in very early boot state when this callback is invoked. Thus,
* only ver basic initialization should be performed (e.g. no memory
* only very basic initialization should be performed (e.g. no memory
* should be allocated).
*
**************************************************************************/