summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* More trailing whilespace removalGregory Nutt2014-04-132-25/+25
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+2
* 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-246-716/+716
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* 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
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* 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-252-2/+2
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-4/+4
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+4
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-7/+9
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-041-1/+1
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-2/+17
* Beginning of support for LCD1602patacongo2013-01-211-1/+2
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-2/+2
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-142-3/+24
* Email address change in nuttx/patacongo2012-09-1310-1053/+1053
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-0/+1
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-7/+7
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-280/+8
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-18/+0
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-041-18/+18
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2012-07-272-6/+40
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-2/+5
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-1/+42
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-0/+9