nuttx/arch/z80/src/ez80
2014-08-08 18:39:28 -06:00
..
chip.h
ez80_clock.c
ez80_copystate.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
ez80_emac.c NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed. 2014-07-04 19:13:08 -06:00
ez80_i2c.c
ez80_initialstate.c
ez80_io.asm
ez80_irq.c
ez80_irqsave.asm
ez80_lowuart.c
ez80_registerdump.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
ez80_restorecontext.asm
ez80_saveusercontext.asm
ez80_schedulesigaction.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
ez80_serial.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
ez80_sigdeliver.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
ez80_spi.c
ez80_startup.asm
ez80_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
ez80_vectors.asm
ez80f91_emac.h
ez80f91_i2c.h
ez80f91_init.asm
ez80f91_spi.h
ez80f91.h
Kconfig
Make.defs Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined. 2014-08-06 16:26:01 -06:00
switch.h
Toolchain.defs
up_mem.h