1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega2560
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/atmega2560: update atmega2560 CPU code to use atmega_common code 2016-06-22 14:25:10 +02:00
cpu.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
doc.txt cpu: atmega2560: Initial import 2014-08-27 16:39:23 +02:00
lpm_arch.c avsextrem: some cleanup 2015-12-07 20:28:52 +01:00
Makefile cpu/atmega2560: update atmega2560 CPU code to use atmega_common code 2016-06-22 14:25:10 +02:00
Makefile.include make: remove trailing slash from BINDIR variable 2016-10-18 23:27:59 +02:00
startup.c cpu/atmega2560/startup.c: Add __attribute__((used)) to init functions 2016-08-10 16:18:29 +02:00