summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/mips32
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Fix backward help instructions in a Kconfig fileGregory Nutt2015-03-211-3/+4
* More changes for PIC32MZ build under XC32Gregory Nutt2015-03-212-12/+46
* PIC32MZ: Changes that will permit building of the PIC32MZ Start Kit configura...Gregory Nutt2015-03-172-0/+20
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+4
* PIC32MZ: Add an option to use the MIPS32 or the microMIPS ISAGregory Nutt2015-02-283-4/+13
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-273-3/+6
* Adjust microMIPS compile options to enable interlinking with 32-bit codeGregory Nutt2015-02-251-4/+6
* PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 as...Gregory Nutt2015-02-232-2/+10
* PIC32MZ: Resolve a PIC32 dependency in the generic MIPS32 codeGregory Nutt2015-02-231-2/+8
* MIPS: Add some build support for the M14K and also for the PIC32MZ Starter K...Gregory Nutt2015-02-221-7/+17
* Remove support for obsolete PIC32 toolchain configuration namesGregory Nutt2015-02-221-8/+8
* Current Pinguino toolchain uses prefix p32 instead of mipsGregory Nutt2015-02-211-1/+2
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-082-18/+33
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-4/+4
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-2/+17
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-2/+17
* MIPS: Move address environment switch from the task switchers to the interrup...Gregory Nutt2014-08-283-40/+45
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-4/+28
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-3/+26
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+1
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-089-9/+9
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1310-15/+15
* Make sure that there is one space after forGregory Nutt2014-04-122-2/+2
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+27
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-7/+7
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-7/+11
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-2/+2
* 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