summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-291-0/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-2812-144/+144
* configs/compal_e88 converted to use the kconfig-frontends toolsGregory Nutt2013-09-271-0/+1
* SAMA5 GMAC and GMII support is code complete and ready for testGregory Nutt2013-09-275-366/+313
* Networking: Fix backward conditional in test to see if address is in ARP tab...Gregory Nutt2013-09-271-7/+3
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-265-143/+227
* SAMA5 GMAC: Initial driver check-in is just the EMAC driver forced to compil...Gregory Nutt2013-09-264-8/+3226
* SAMA5: Completes GMAC register definition header fileGregory Nutt2013-09-261-149/+413
* SAMA5 EMAC: Need to pace RX and TX because and RX can result in a TX; Proces...Gregory Nutt2013-09-251-60/+91
* 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-254-16/+5
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-251-3/+4
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That caus...Gregory Nutt2013-09-241-22/+36
* Comment out assertion that apparently fires inappropriatelyGregory Nutt2013-09-241-1/+3
* Slightly improved debug outputGregory Nutt2013-09-242-5/+17
* Stack monitor fixesGregory Nutt2013-09-241-0/+4
* Standardize stack checking interfaceGregory Nutt2013-09-248-75/+48
* SAMA5 UDPHS: Minor clean-up of STALL logicGregory Nutt2013-09-231-22/+17
* SAMA5 HSMCI: Disable TX DMA. it is not reliableGregory Nutt2013-09-233-26/+154
* SAMA5 HSMCI DMA clean-up. There are still some issuesGregory Nutt2013-09-233-7/+8
* Cosmetic changes to comments and coding style fixesGregory Nutt2013-09-221-1/+1
* Un-neccesary, cosmetic changes to label names and commentsGregory Nutt2013-09-226-9/+11
* SAMA5 OHCI: Back out a change, the real root cause was a bug in the cache lo...Gregory Nutt2013-09-221-8/+0
* ARMv7-A: Fix some error in alignment to cache line boundaries in the cache op...Gregory Nutt2013-09-212-2/+2
* SAMA5 OHCI: Fix some strange Dcache problems that I still don't understand; ...Gregory Nutt2013-09-211-26/+34
* ARMv7-A: Clarify end address paramet in cache operations: It is the end+1 ad...Gregory Nutt2013-09-215-8/+8
* SAMA5 OHCI: Fix some problems with D-Cache coherency and physical addressing...Gregory Nutt2013-09-201-1/+6
* SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does n...Gregory Nutt2013-09-191-1/+8
* SAMA5 EHCI: Fix bits being clobbered in PORTSC on hand-off to OHCI. OHCI: F...Gregory Nutt2013-09-192-7/+10
* More USB host trace conditional compilation problemsGregory Nutt2013-09-191-7/+6
* Fix inconsistency in USB host tracing definitionsGregory Nutt2013-09-191-10/+14
* SAMA5: Add support for the FPU OS testGregory Nutt2013-09-181-1/+8
* LPC17xx SPI: Remove an unused static prototype that caused a compile time wa...Gregory Nutt2013-09-171-1/+0
* SAMA5 EMAC: Changes from early debug sessions. Still a way to goGregory Nutt2013-09-174-97/+197
* SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GM...Gregory Nutt2013-09-176-88/+101
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-172-19/+19
* SAMA4 EMAC: Remove some editor garbage that ended up in the last commitGregory Nutt2013-09-161-20/+0
* SAMA5 EMAC: Add basic PHY logicGregory Nutt2013-09-162-259/+651
* SAMA5 EMAC: Packet transmission logicGregory Nutt2013-09-163-169/+124
* SAMA4 EMAC: Add basic interrupt handling logicGregory Nutt2013-09-161-375/+490
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-165-946/+773
* Freescale Kinetis KL25Z PIT and TPM module register definitionsGregory Nutt2013-09-153-0/+311
* SAMA4 EMAC buffer allocation logicGregory Nutt2013-09-151-0/+110
* SAMA5 Ethernet: Add support for PHY interruptsGregory Nutt2013-09-153-144/+63
* SAMA5: Update Ethernet initalization logic to handle both EMAC and GMACGregory Nutt2013-09-143-54/+167
* SAMA5 EMAC: Create a empty, skeleton file that will eventually become the SA...Gregory Nutt2013-09-133-0/+2955
* STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt2013-09-132-1/+10
* STM32 Kconfig: Fix STM32 UART7/8 kconfig names and UART DMA. Provided by Lor...Gregory Nutt2013-09-131-34/+34
* Make filter register accessible for CAN1 and CAN2. Provided by Lorenz MeierGregory Nutt2013-09-132-53/+95