This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from d202e2e  libs/libc/time/lib_gmtimer.c:  Fix compile problem from PR317
     new 2fca67c  arch/z80/src/ez80 and include/ez80:  Add ez80f92 support
     new 77b4fa9  New files need Apache 2.0 license.
     new 647f2f4  Run arch files through nxstyle.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/z80/Kconfig                       |   5 +
 arch/z80/include/ez80/irq.h            | 171 +++++++++++------
 arch/z80/src/ez80/Make.defs            |   6 +-
 arch/z80/src/ez80/ez80_spi.c           |   9 +-
 arch/z80/src/ez80/ez80_vectors.asm     |  93 +--------
 arch/z80/src/ez80/ez80f91_handlers.asm | 132 +++++++++++++
 arch/z80/src/ez80/ez80f91_spi.h        |  13 +-
 arch/z80/src/ez80/ez80f92.h            | 341 +++++++++++++++++++++++++++++++++
 arch/z80/src/ez80/ez80f92_handlers.asm | 132 +++++++++++++
 arch/z80/src/ez80/ez80f92_init.asm     | 155 +++++++++++++++
 10 files changed, 895 insertions(+), 162 deletions(-)
 create mode 100644 arch/z80/src/ez80/ez80f91_handlers.asm
 create mode 100644 arch/z80/src/ez80/ez80f92.h
 create mode 100644 arch/z80/src/ez80/ez80f92_handlers.asm
 create mode 100644 arch/z80/src/ez80/ez80f92_init.asm

Reply via email to