- Oct 01, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 30, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add freedom-kl25z/minnsh configuration: This is an experiment to see just how small we and get an NSH configuration. From Alan Carvalho de Assis.
-
Gregory Nutt authored
KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH console when the file system (and hence the serial driver) is disabled. From Alan Carvalho de Assis
-
Gregory Nutt authored
KL25Z: Add low-level up_lowgetc function that can be used to provide an NSH console when the file system (and hence the serial driver) is disabled. From Alan Carvalho de Assis
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 29, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 28, 2013
-
-
Gregory Nutt authored
-
- Sep 27, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Fix backward conditional in test to see if address is in ARP table. From Max Holtzberg
-
- Sep 26, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 GMAC: Initial driver check-in is just the EMAC driver forced to compile with the GMAC register definitions
-
Gregory Nutt authored
-
- Sep 25, 2013
-
-
Gregory Nutt authored
SAMA5 EMAC: Need to pace RX and TX because and RX can result in a TX; Process TX interrupt events before TX interrupt events for the same reason
-
Gregory Nutt authored
SAMA5 EMAC: Add some need D-Cache Flush/Invalidate operations. Add support for CONFIG_NET_DUMPPACKET
-
Gregory Nutt authored
Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
-
Gregory Nutt authored
Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
-
Gregory Nutt authored
-
- Sep 24, 2013
-
-
Gregory Nutt authored
SAMA5 UDPHS: Dont' reject read request submissions while stalled. That 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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 23, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 22, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 OHCI: Back out a change, the real root cause was a bug in the cache logic so the hack is no longer necessary
-
- Sep 21, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 OHCI: Fix some strange Dcache problems that I still don't understand; end address on cache operations is end+1, not end
-
Gregory Nutt authored
ARMv7-A: Clarify end address paramet in cache operations: It is the end+1 address, not the end address
-
- Sep 20, 2013
-
-
Gregory Nutt authored
SAMA5 OHCI: Fix some problems with D-Cache coherency and physical addressing related to interrupt endpoints
-