nuttx/arch/z80/src/z8
2014-11-25 13:15:09 -06:00
..
chip.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
Kconfig configs/xtrs/ostest converted to kconfig-frontend and Windows native 2012-12-08 23:21:34 +00:00
Make.defs There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00
switch.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
Toolchain.defs Add dummy Toolchain.defs files for z80 arch family 2012-12-03 14:13:23 +00:00
up_mem.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
z8_head.S More trailing whilespace removal 2014-04-13 16:22:22 -06:00
z8_i2c.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
z8_initialstate.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
z8_irq.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
z8_lowuart.c More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 2014-11-25 13:15:09 -06:00
z8_registerdump.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
z8_restorecontext.S Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
z8_saveirqcontext.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
z8_saveusercontext.S Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
z8_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
z8_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
z8_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
z8_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
z8_vector.S More trailing whilespace removal 2014-04-13 16:22:22 -06:00