summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/common
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-274-17/+6
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+3
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-9/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-0/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-5/+5
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+2
* 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-3/+4
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-2/+2
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-133-6/+6
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-2/+2
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-8/+8
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-2/+2
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-1/+9
* _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-3/+9
* 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-213-12/+167
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-13/+59
* 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-41/+67
* MIPS stack alignment fix for floating point from Helmutpatacongo2013-02-271-10/+30
* Rename _TCB to struct tcb_spatacongo2013-02-044-8/+8
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-4/+23
* 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/+3
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-2/+2
* Email address change in nuttx/patacongo2012-09-1313-13/+13
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Add support for PIC32 MX1 and MX2 familiespatacongo2012-06-192-0/+0
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-3/+21
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-081-3/+3
* 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/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-11/+32
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-261-3/+10