summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-1/+1
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-204-2/+14
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1319-52/+52
* Make sure that there is one space after forGregory Nutt2014-04-122-2/+2
* Make sure that there is one space between while and conditionGregory Nutt2014-04-123-3/+4
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+27
* configs/pic32-starterkit/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-1/+2
* configs/mirtoo/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-7/+89
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-2414-1127/+1127
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-7/+11
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-2/+2
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-251-8/+1
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-171-10/+10
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-21/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-2/+1
* 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