summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cosmetic update to commentsGregory Nutt2013-09-303-12/+12
* net/net_sendfile: High performance sendfile is now functional. From Max Hol...Gregory Nutt2013-09-304-20/+43
* SAMA5 ADC/Touchscreen: A little more progress. Still not completeGregory Nutt2013-09-306-112/+368
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-3018-274/+961
* Add freedom-kl25z/minnsh configuration: This is an experiment to see just ho...Gregory Nutt2013-09-304-5/+10
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ...Gregory Nutt2013-09-306-2/+902
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ...Gregory Nutt2013-09-302-0/+211
* SAMA5: Framework for an touchscreen driver (incomplete)Gregory Nutt2013-09-306-29/+1251
* SAMA5 ADC: Framework for an ADC driver (incomplete)Gregory Nutt2013-09-304-93/+489
* SAMA5 ADC: Beginning ADC register definition fileGregory Nutt2013-09-295-21/+512
* Work around a start-up error in the GMAC that I still do not understandGregory Nutt2013-09-292-5/+48
* SAMA5 GMAC: Various fixes from initial debugGregory Nutt2013-09-295-39/+37
* When creating kernel dependencies, need to define __KERNEL__Gregory Nutt2013-09-292-2/+24
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-2910-30/+190
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-2848-720/+713
* The last checkin replaced some impossible error handling with DEBUGASSERT. E...Gregory Nutt2013-09-284-13/+25
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-2827-242/+1151
* ENCX24J600: Use separate pools for RX and TX descriptors. From Max HoltzbergGregory Nutt2013-09-282-11/+35
* SAMA5: Update README.txt to show how to configure GMACGregory Nutt2013-09-271-136/+172
* configs/compal_e88 converted to use the kconfig-frontends toolsGregory Nutt2013-09-279-342/+697
* Add support for the Motorola C139 phoneGregory Nutt2013-09-2712-0/+820
* SAMA5 GMAC and GMII support is code complete and ready for testGregory Nutt2013-09-278-387/+376
* OS startup logic should not call group_setupidelfiles() if there is no file s...Gregory Nutt2013-09-272-0/+7
* ENCX24J600: Remove poll for new TX data from TX done interrupt handlingGregory Nutt2013-09-272-6/+4
* Networking: Fix backward conditional in test to see if address is in ARP tab...Gregory Nutt2013-09-273-9/+8
* Networking: If sending out of the subnet, device lookup by IP will fail. Fal...Gregory Nutt2013-09-272-0/+19
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-269-162/+522
* SAMA5 GMAC: Initial driver check-in is just the EMAC driver forced to compil...Gregory Nutt2013-09-265-8/+3230
* SAMA5: Completes GMAC register definition header fileGregory Nutt2013-09-261-149/+413
* ZIT-ARM-1769: Led to LED control logic from Raashid FatahGregory Nutt2013-09-261-4/+4
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-25146-858/+1220
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-2589-237/+437
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-25223-915/+858
* Updated README.txtGregory Nutt2013-09-251-0/+73
* SAMA5 EMAC: Need to pace RX and TX because and RX can result in a TX; Proces...Gregory Nutt2013-09-252-60/+93
* SAMA5 EMAC: Add some need D-Cache Flush/Invalidate operations. Add support f...Gregory Nutt2013-09-251-6/+68
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-251-0/+1
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-256-16/+18
* Can't test for UIP_CLOSED bit in TCP flags; UIP_CLOSED is defined to be 0Gregory Nutt2013-09-251-1/+1
* LED change requested by RashidGregory Nutt2013-09-251-1/+1
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-253-52/+111
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That caus...Gregory Nutt2013-09-243-26/+53
* Comment out assertion that apparently fires inappropriatelyGregory Nutt2013-09-241-1/+3
* Slightly improved debug outputGregory Nutt2013-09-242-5/+17
* SAMA5D3x-EK: Enable the interrupt stack in in all configurationsGregory Nutt2013-09-242-2/+2
* Stack monitor fixesGregory Nutt2013-09-241-0/+4
* Stack monitor fixesGregory Nutt2013-09-243-2/+23
* Add a stack monitoring daemonGregory Nutt2013-09-248-1/+356
* Standardize stack checking interfaceGregory Nutt2013-09-2411-75/+85
* ENCx24J600 UDP backlog support from Maz HoltzbergGregory Nutt2013-09-243-103/+366