nuttx/arch/sh/src/common
patacongo bb9efbfe7e Fix a small RAM log bug (the RAM log still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
2012-02-12 20:27:49 +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 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_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 Add logic to re-direct debug output to a sysloggin device 2012-02-11 14:20:40 +00:00
up_internal.h Fix a small RAM log bug (the RAM log still does not work) 2012-02-12 20:27:49 +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.