summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/common
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-255-131/+101
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+6
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-212-8/+138
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-14/+60
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-21/+66
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-142-3/+3
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-5/+9
* Add debug output when memory allocations failpatacongo2013-02-281-40/+70
* Rename _TCB to struct tcb_spatacongo2013-02-049-26/+26
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-10/+27
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+4
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Mostly costmetic updatespatacongo2012-12-231-0/+9
* Resync new repository with old repo r5166patacongo2012-09-172-3/+6
* Email address change in nuttx/patacongo2012-09-1318-18/+18
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-0/+4
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-8/+13
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-12/+33
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-5/+11
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Remove unused lpc17_usbinitialize()patacongo2010-09-031-2/+2
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+2
* M16C build with stdint.hpatacongo2009-12-171-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1617-64/+85
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-4/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* Add basic LCD supportpatacongo2009-02-191-1/+11
* Add support for boards with no serial portspatacongo2009-02-182-7/+17
* Complete coding of M16C portpatacongo2009-02-171-6/+0
* Add task register intialization logicpatacongo2009-02-141-77/+0
* signal deliver is specific to SoCpatacongo2009-02-122-342/+0
* Adding M16C supportpatacongo2009-02-093-280/+8
* Change configuration namepatacongo2008-11-131-1/+1
* cosmeticpatacongo2008-11-111-1/+1
* Fix problems when debug enabledpatacongo2008-11-111-2/+1
* Fix register dump logicpatacongo2008-11-111-11/+16