summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-16/+16
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-282-2/+2
* 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-284-49/+82
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* 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
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-5/+5
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-087-7/+3
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-0810-10/+10
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-064-7/+10
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-13/+13
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* 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