summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-25146-858/+1220
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* 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; ↵Gregory Nutt2013-09-252-60/+93
| | | | 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-256-16/+18
| | | | Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
* 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 ↵Gregory Nutt2013-09-243-26/+53
| | | | 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
|
* 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
|
* SAMA5 UDPHS: Minor clean-up of STALL logicGregory Nutt2013-09-232-35/+40
|
* USB monitor: Fix some bad conditional compilationGregory Nutt2013-09-232-1/+3
|
* SAMA5 HSMCI: Disable TX DMA. it is not reliableGregory Nutt2013-09-234-26/+156
|
* SAMA5 HSMCI DMA clean-up. There are still some issuesGregory Nutt2013-09-233-7/+8
|
* ZKIT-ARM-1769: LED1 is now user controllable. From Rashid FatahGregory Nutt2013-09-233-42/+113
|
* Cosmetic changes to comments and coding style fixesGregory Nutt2013-09-222-96/+115
|
* SAMA5D3x-EK AT25 Serial FLASH: Dropping SPI frequency to 10MHz gives more ↵Gregory Nutt2013-09-223-6/+14
| | | | reliable behavior
* Use a valid interval for the interrupt endpoint in the CDC/ACM driverGregory Nutt2013-09-222-1/+5
|
* 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-222-9/+1
| | | | 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-213-2/+6
| | | | operations
* Fix minor typos in README fileGregory Nutt2013-09-211-3/+3
|
* 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
* SAMA5D3x-EK: Always use UPLL for USB clockingGregory Nutt2013-09-213-18/+14
|
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-213-11/+11
|
* 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 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-202-7/+25
|
* SAMA5 OHCI: Fix some problems with D-Cache coherency and physical ↵Gregory Nutt2013-09-203-1/+26
| | | | addressing related to interrupt endpoints
* Several usability improvements the SAMA5D3x-EK configurationsGregory Nutt2013-09-204-7/+12
|
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-2011-26/+49
|
* SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does ↵Gregory Nutt2013-09-193-2/+16
| | | | 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-193-17/+44
|
* Ran make oldconfig on the SAMA5 NSH configurationGregory Nutt2013-09-181-5/+3
|
* SAMA5: Add support for the FPU OS testGregory Nutt2013-09-186-7/+131
|
* Condition the CC3000 example on having selected the CC3000 deviceGregory Nutt2013-09-182-1/+4
|
* Add FPU configuration options for the OS testGregory Nutt2013-09-182-1/+34
|
* LPC17xx SPI: Remove an unused static prototype that caused a compile time ↵Gregory Nutt2013-09-172-1/+9
| | | | warning
* A consequence of previous change: Configurations that select a PHY also ↵Gregory Nutt2013-09-1740-14/+40
| | | | need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration