1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega328p
Jon Thacker c62803d243 atmega_common: disable interrupts prior to rebooting
If the watchdog is being reset in another thread, then
the reboot will never take place. This commit disables interrupts prior
to setting the watchdog timer to 250ms. This functionallity was common
to all Atmega CPUs, so it was moved to atmega_common.
2016-12-20 17:22:39 -06:00
..
include cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00
cpu.c cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00
doc.txt cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00
lpm_arch.c cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00
Makefile cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00
Makefile.include cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00
startup.c cpu/atmega328p: add atmega328p mcu support 2016-09-02 22:26:19 +02:00