nuttx/arch/z80/src/ez80
Gregory Nutt f5b890d098 Squashed commit of the following:
arch/z80/src/ez80:  Clean-up RTC driver; get a clean compilation.  Still untested.

    arch/z80/src/ez80:  This brings the RTC to code complete, but does not yet compile.

    arch/z80/src/ez80/ez80_rtc.c:  Bring in badly ported RTC driver from STM32F4.  Little more than naming changing at this point not even ready to attempt comilation

    arch/z80/src/ez80:  Add RTC driver.  Initial commit is just the STMF4 RTC driver with name changes.
2019-06-08 09:58:24 -06:00
..
chip.h Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
ez80_clock.c
ez80_copystate.c
ez80_emac.c All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 2018-11-21 07:57:26 -06:00
ez80_i2c.c arch/z80/src/ez80/ez80_i2c.c: Cosmetic changes from code review. Also makes I2C and SPI configurable options. 2019-06-04 06:49:45 -06:00
ez80_initialstate.c Re-verify ez80 build. Fixes to other ZiLOG architectures broke ez80 again. 2019-06-03 19:04:24 -06:00
ez80_io.asm
ez80_irq.c
ez80_irqsave.asm Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
ez80_lowuart.c arch/z80/src/: Fix a few more ez80 compile issues. Update README files. 2019-06-02 18:35:32 -06:00
ez80_registerdump.c arch/ assertions files: up_registerdump capture the general register if not yet saved and up_saveusercontext is implemented, the register dump is very useful to find the cause of failure. 2018-11-11 12:50:50 -06:00
ez80_restorecontext.asm
ez80_rtc.c Squashed commit of the following: 2019-06-08 09:58:24 -06:00
ez80_rtc.h Squashed commit of the following: 2019-06-08 09:58:24 -06:00
ez80_saveusercontext.asm
ez80_schedulesigaction.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
ez80_serial.c arch/z80/src: Fix ez80 compile problems due to New ZDS-II toolchain and ongoing bit rot due to non-C89 code creeping into the core OS. 2019-06-02 15:36:38 -06:00
ez80_sigdeliver.c Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
ez80_spi.c arch/z80/src/ez80/ez80_spi.c: Cosmetic changes from code review. 2019-06-03 23:59:53 -06:00
ez80_startup.asm configs/: Rename ZDS-II start files from xxx_lowinit.c to xxx_boot.c; rename board initialization logic from xxx_lowinit() to xxx_board_initialize(). These changes make the ZDS-II configurations more similar to board initialization conventions to used for other architectures. 2019-06-05 10:14:58 -06:00
ez80_timerisr.c arch/z80/src: Fix ez80 compile problems due to New ZDS-II toolchain and ongoing bit rot due to non-C89 code creeping into the core OS. 2019-06-02 15:36:38 -06:00
ez80_vectors.asm arch/z80/src/: Fix a few more ez80 compile issues. Update README files. 2019-06-02 18:35:32 -06:00
ez80f91_emac.h
ez80f91_i2c.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ez80f91_init.asm
ez80f91_spi.h configs/makerlisp/src/ez80_lowinit.c: Remove redundant SPI GPIO setup. This is already done in the SPI driver. 2019-06-05 08:20:00 -06:00
ez80f91.h
Kconfig Squashed commit of the following: 2019-06-08 09:58:24 -06:00
Make.defs Squashed commit of the following: 2019-06-08 09:58:24 -06:00
switch.h arch/z80/src/: Fix a few more ez80 compile issues. Update README files. 2019-06-02 18:35:32 -06:00
Toolchain.defs Back out most of 34be3e7c3c and update README again. Windows native tools cannot be used with Ubuntu under Windows 10 now. For Cygwin, that support depends on the 'cygpath -w' tool to convert POSIX paths to Windows paths. There is no corresponding tool for Ubuntu under Windows 10. 2017-01-01 16:29:03 -06:00
up_mem.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00