Go to file
Dimitry Kloper 9a4a06bf47 AVR: Explicitly disable interrupts as the first step of system init
Disabling interrupts at the very beginning of system init does not
make sense after reset since interrupts are disabled anyway. But
it is very convenient for debugging purposes, in situations when the
system misbehaves and ocassionally jumps to zero.
2015-12-29 18:35:36 +02:00
arch AVR: Explicitly disable interrupts as the first step of system init 2015-12-29 18:35:36 +02:00