mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
93ed3cd9d6
The current xmega don't have a way to disable peripherals that are not in used. Add peripheral management to allow enable only the mcu blocks that will be used by application. This saves power on active and sleep modes. By default, at clock initialization, all peripherals are now disabled and each drive must activate at initialization phase. The periph_timer and periph_uart were updated with this new feature. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com> |
||
---|---|---|
.. | ||
include | ||
periph | ||
atxmega_cpu.c | ||
doc.txt | ||
Kconfig | ||
Kconfig.XMEGAA | ||
Kconfig.XMEGAB | ||
Kconfig.XMEGAC | ||
Kconfig.XMEGAD | ||
Kconfig.XMEGAE | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include |