nuttx/arch/z80
Gregory Nutt 2c8d876ab8 eZ80F92: Eliminate Spurious Interrupts
arch/z80/src/ez80/ez80f92_init.asm:  Timer control register was not being cleared and, as a result, timer interrupts may have been already enabled when the CPU was started by the debugger.  This would result in spurious interrupts and Unexpected Interrupt crashes.

arch/z80/src/comming/up_initialize.c:  Fix a trivial typo.

While we are at it, change the license headers in all relevant files in the affected directories to the Apache 2.0 license.  Run all affected files through nxstyle.
2020-03-10 23:44:23 +01:00
..
include ez80f92: Interrupt improvements. 2020-03-05 18:54:24 +01:00
src eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
Kconfig arch/z80: Make MCU selection menus more like other archs 2020-02-26 21:08:15 +00:00