nuttx/arch/z80/src/ez80
2019-06-02 18:35:32 -06:00
..
chip.h
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 include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start. 2018-08-03 08:51:55 -06:00
ez80_initialstate.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_io.asm
ez80_irq.c
ez80_irqsave.asm arch/: Make sure the up_irq_enable() is available on all architectures. I will not be able to test all of these new versions of this function so this may break things for awhile. 2018-06-06 09:25:40 -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_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 Squashed commit of the following: 2019-04-29 14:52:05 -06:00
ez80_spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ez80_startup.asm Squashed commit of the following: 2019-02-04 16:20:35 -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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ez80f91.h
Kconfig Squashed commit of the following: 2019-06-02 11:05:31 -06:00
Make.defs eZ80 Ethernet now supports CONFIG_NET_NOINTS 2016-12-03 10:43:35 -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