nuttx/arch/z80/src/z8
2015-11-01 09:09:36 -06:00
..
chip.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06: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 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
Toolchain.defs Add dummy Toolchain.defs files for z80 arch family 2012-12-03 14:13:23 +00:00
up_mem.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
z8_head.S Rename board_led_initialize to board_autoled_initiaize 2015-11-01 09:01:59 -06:00
z8_i2c.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
z8_initialstate.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
z8_irq.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
z8_lowuart.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
z8_saveirqcontext.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
z8_saveusercontext.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
z8_schedulesigaction.c Apply same fix for ARMv7-M to other architectures 2015-09-30 11:21:04 -06:00
z8_serial.c Remove TABs 2015-10-04 16:00:42 -06:00
z8_sigdeliver.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
z8_timerisr.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
z8_vector.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00