summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a PIC32 software interrupt bug (pipeline hazard)patacongo2011-12-252-2/+10
* More PIC32 debug updatespatacongo2011-11-091-1/+5
* Fixes to get the PIC32MX serial port workingpatacongo2011-10-241-0/+2
* Add PIC32 UART supportpatacongo2011-05-201-1/+2
* Fleshing out PIC32 portpatacongo2011-05-202-62/+59
* Add PIC32 exception handlerspatacongo2011-05-201-1/+3
* Add PIC32 interrupt controls and timer initializationpatacongo2011-05-191-0/+1
* Add MIPS system call infrastructurepatacongo2011-05-182-3/+1
* Add PIC32 register definitions and assertion logicpatacongo2011-05-181-17/+24
* Add some standard common files to PIC32patacongo2011-05-1815-80/+1631
* Beginnings of PIC32 build environmentpatacongo2011-05-164-0/+344
* Add directory structure to support PIC32patacongo2011-05-081-0/+77