summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-4/+14
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-271-8/+8
* Converted all configurations to use the kconfig-frontends tools, cleaned up t...Gregory Nutt2013-05-261-1/+1
* Remove up_assert_codeGregory Nutt2013-04-259-138/+107
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-1/+9
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-4/+4
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-042-7/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+10
* 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-204-22/+68
* Add support for nested system callspatacongo2013-03-172-9/+46
* 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-144-9/+9
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-13/+9
* 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-092-8/+13
* More kernel build fixespatacongo2013-03-071-3/+3
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-064-152/+120
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-041-1/+1
* Add debug output when memory allocations failpatacongo2013-02-281-41/+67
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* MIPS stack alignment fix for floating point from Helmutpatacongo2013-02-271-10/+30
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-16/+0
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-18/+18
* Rename _TCB to struct tcb_spatacongo2013-02-0415-37/+37
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-14/+15
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-2/+17
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
* 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
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Beginning of support for LCD1602patacongo2013-01-211-1/+2
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-156-2/+551
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-144-5/+28
* Mostly costmetic updatespatacongo2012-12-231-3/+5
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-291-7/+3
* 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
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-14/+25