summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Collapse)AuthorAgeFilesLines
* SAMA5 ADC/Touchscreen: A little more progress. Still not completeGregory Nutt2013-09-305-111/+367
|
* Add freedom-kl25z/minnsh configuration: This is an experiment to see just ↵Gregory Nutt2013-09-301-2/+2
| | | | how small we and get an NSH configuration. From Alan Carvalho de Assis.
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ↵Gregory Nutt2013-09-303-2/+17
| | | | console when the file system (and hence the serial driver) is disabled. From Alan Carvalho de Assis
* KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH ↵Gregory Nutt2013-09-302-0/+211
| | | | console when the file system (and hence the serial driver) is disabled. From Alan Carvalho de Assis
* SAMA5: Framework for an touchscreen driver (incomplete)Gregory Nutt2013-09-305-29/+1248
|
* SAMA5 ADC: Framework for an ADC driver (incomplete)Gregory Nutt2013-09-303-93/+486
|
* SAMA5 ADC: Beginning ADC register definition fileGregory Nutt2013-09-294-21/+509
|
* 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-293-30/+28
|
* Dependency generation fix for directories that keep object files in a ↵Gregory Nutt2013-09-291-0/+1
| | | | sub-directory
* 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 ↵Gregory Nutt2013-09-271-7/+3
| | | | table. From Max Holtzberg
* 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 ↵Gregory Nutt2013-09-264-8/+3226
| | | | compile with the GMAC register definitions
* 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; ↵Gregory Nutt2013-09-251-60/+91
| | | | Process TX interrupt events before TX interrupt events for the same reason
* SAMA5 EMAC: Add some need D-Cache Flush/Invalidate operations. Add support ↵Gregory Nutt2013-09-251-6/+68
| | | | for CONFIG_NET_DUMPPACKET
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ↵Gregory Nutt2013-09-251-0/+1
| | | | Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ↵Gregory Nutt2013-09-254-16/+5
| | | | Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-251-3/+4
|
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That ↵Gregory Nutt2013-09-241-22/+36
| | | | causes an infinite loop. When stalling, cancel all pending write requests, but cancel only a reqd request if it is in progress. It will be immediately requeued
* 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 ↵Gregory Nutt2013-09-221-8/+0
| | | | logic so the hack is no longer necessary
* ARMv7-A: Fix some error in alignment to cache line boundaries in the cache ↵Gregory Nutt2013-09-212-2/+2
| | | | operations
* SAMA5 OHCI: Fix some strange Dcache problems that I still don't understand; ↵Gregory Nutt2013-09-211-26/+34
| | | | end address on cache operations is end+1, not end
* ARMv7-A: Clarify end address paramet in cache operations: It is the end+1 ↵Gregory Nutt2013-09-215-8/+8
| | | | address, not the end address
* SAMA5 OHCI: Fix some problems with D-Cache coherency and physical ↵Gregory Nutt2013-09-201-1/+6
| | | | addressing related to interrupt endpoints
* SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does ↵Gregory Nutt2013-09-191-1/+8
| | | | not work; But a divider of 5 does. Why?
* SAMA5 EHCI: Fix bits being clobbered in PORTSC on hand-off to OHCI. OHCI: ↵Gregory Nutt2013-09-192-7/+10
| | | | Fix some more trace configuration issues. Both: Don't muck with SFR port selection bits once they have been initialized
* 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 ↵Gregory Nutt2013-09-171-1/+0
| | | | warning
* 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 ↵Gregory Nutt2013-09-176-88/+101
| | | | GMAC peripherals. EMAC driver is now code complete and builds without complaint
* 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
|