fe310: fix power management configuration
This commit is contained in:
parent
0d3180d534
commit
bd2f5fe110
@ -27,6 +27,13 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @name Power management configuration
|
||||
* @{
|
||||
*/
|
||||
#define PROVIDES_PM_SET_LOWEST
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Length of the CPU_ID in octets
|
||||
*/
|
||||
|
||||
@ -26,10 +26,6 @@ void pm_set_lowest(void)
|
||||
__asm__ volatile ("wfi");
|
||||
}
|
||||
|
||||
void pm_off(void)
|
||||
{
|
||||
}
|
||||
|
||||
void pm_reboot(void)
|
||||
{
|
||||
AON_REG(AON_WDOGKEY) = AON_WDOGKEY_VALUE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user