summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp/src/nuttx.c
Commit message (Expand)AuthorAgeFilesLines
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-2/+0
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-3/+3
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-0/+8
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-0/+9
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-0/+10
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-0/+12
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-1/+11
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-2/+3
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-6/+6
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Remove up_assert_codeGregory Nutt2013-04-251-17/+0
* _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
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+25
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-201-154/+179
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-2/+2
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-21/+21
* RGMP 4.0 update from Qiang Yupatacongo2012-11-041-155/+162
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-041-48/+18
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-211-1/+9
* First set of changes to incorporate the RGMP portpatacongo2011-05-121-0/+526