Skip to content

Commit

Permalink
cpu/saml21: unblock IDLE modes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jue89 committed Mar 4, 2020
1 parent 698f313 commit 038c5a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cpu/saml21/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
extern "C" {
#endif

/**
* @brief Override the default initial PM blocker
*
* STANDBY and BACKUP mode are blocked by default. Idle modes are enabled.
*/
#define PM_BLOCKER_INITIAL 0x00000101

/**
* @brief The Low Power SRAM is not retained during deep sleep.
*/
Expand Down

0 comments on commit 038c5a0

Please sign in to comment.