nuttx/arch/sh/src/common
patacongo 40888af331 Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
2012-08-02 00:42:46 +00:00
..
Kconfig More Kconfig stuff 2012-04-17 22:54:31 +00:00
README.txt Adding struture for Hitachi SH-1 2008-11-05 22:00:09 +00:00
up_allocateheap.c Port ARM common files to SH-1 2008-11-06 18:50:34 +00:00
up_arch.h Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_assert.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_blocktask.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_createstack.c Move memory manager into user space 2011-04-03 20:41:49 +00:00
up_doirq.c current_regs should be volatile; add support for nested interrupts; enable interrupts during syscall processing 2011-04-06 23:01:06 +00:00
up_exit.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
up_idle.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_initialize.c Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file 2012-08-02 00:42:46 +00:00
up_internal.h Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file 2012-08-02 00:42:46 +00:00
up_interruptcontext.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_lowputs.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_mdelay.c Port ARM common files to SH-1 2008-11-06 18:50:34 +00:00
up_puts.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_releasepending.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_releasestack.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_reprioritizertr.c current_regs should be volatile; add support for nested interrupts; enable interrupts during syscall processing 2011-04-06 23:01:06 +00:00
up_udelay.c Argument to up_udelay() should be type useconds_t 2009-12-20 22:24:02 +00:00
up_unblocktask.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00
up_usestack.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-16 16:05:08 +00:00

This directory contains source files that are common to all
SH architectures.