summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/mips32
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-256-135/+104
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-1/+2
* Add support for nested system callspatacongo2013-03-171-7/+12
* Fix more compile errors and warnings introduced in recent commitspatacongo2013-03-151-1/+1
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-13/+9
* More kernel build fixespatacongo2013-03-071-3/+3
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-136/+82
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-18/+18
* Rename _TCB to struct tcb_spatacongo2013-02-0411-29/+29
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-14/+15
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-154-0/+548
* Mostly costmetic updatespatacongo2012-12-231-3/+5
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-231-26/+12
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's...patacongo2012-11-211-0/+6
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-212-0/+240
* Resync new repository with old repo r5166patacongo2012-09-172-4/+4
* Email address change in nuttx/patacongo2012-09-138-103/+103
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Add support for PIC32 MX1 and MX2 familiespatacongo2012-06-195-0/+0
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-062-2/+2
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Fix PIC32 serial driver lost interruptspatacongo2011-12-261-1/+7
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-262-10/+19
* Fix a MIPS delay slot error in the software interrupt logicpatacongo2011-12-261-0/+1
* Partial bring-up of the pcblogic boardpatacongo2011-12-262-3/+3
* Fix a PIC32 software interrupt bug (pipeline hazard)patacongo2011-12-252-4/+22
* Add support for LEDs on the Ethernet Starter kitpatacongo2011-12-251-1/+1
* PIC32, need to clear SW interrupt bit in CAUSE registerpatacongo2011-12-221-3/+12
* PIC32 bugfixespatacongo2011-12-082-11/+13
* PIC32 debug fixespatacongo2011-11-172-21/+27
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-121-0/+4
* More PIC32 debug updatespatacongo2011-11-091-1/+1
* Fix some MIPS software interrupt enabling issuespatacongo2011-10-291-1/+1
* Fix PIC32 jalr instructions: arguments consistentley reversedpatacongo2011-10-181-1/+1
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-24/+25
* Add PIC32 UART supportpatacongo2011-05-201-2/+4
* Fleshing out PIC32 portpatacongo2011-05-202-207/+0
* Add PIC32 exception handlerspatacongo2011-05-203-410/+207
* Add PIC32 exception handling macrospatacongo2011-05-192-10/+430
* Add S/W interrupt 0 handlerpatacongo2011-05-181-0/+362
* Add MIPS system call infrastructurepatacongo2011-05-186-3/+104
* More PIC32 context switching logicpatacongo2011-05-188-4/+826
* Add more context switching filespatacongo2011-05-186-66/+509
* Add PIC32 register definitions and assertion logicpatacongo2011-05-182-0/+403
* Add start functionpatacongo2011-05-171-5/+5
* Add MIPS32 interrupt controlspatacongo2011-05-172-535/+178
* Add PIC32 CP0 Regsiter Definitionspatacongo2011-05-093-219/+631