ec
ec copied to clipboard
Put EC in Idle mode
The EC should be put in Idle mode to reduce power usage.
https://github.com/system76/ec/blob/532219c3f84907c29a92f3bac6a7968b57246dee/src/board/system76/common/main.c#L140
Currently only Timer 0 is enabled. It will generate an interrupt every 1ms and wake the EC.
See: #209