- Oct 17, 2013
-
-
Gregory Nutt authored
Move tcp connection into SYN_RCVD state after aception instead of bypassing and moving directly into ESTABLISHED. From Max Holtzberg.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 16, 2013
-
-
Gregory Nutt authored
-
- Oct 15, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 14, 2013
-
-
Gregory Nutt authored
-
- Oct 13, 2013
-
-
Gregory Nutt authored
SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options to get framebuffer memory in various. Because of the mapping and aligment requirements, those options really cannot be supported
-
- Oct 11, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
-
Gregory Nutt authored
Notify the socket layer if a connection is lost before the monitoring callback has been registered. From Max Holtzberg
-
Gregory Nutt authored
SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parameters from Barebox (this still don't work)
-
- Oct 10, 2013
-
-
Gregory Nutt authored
SAMA5 LCDC: Move DMA descriptors out of internal SRAM and into SDRAM. I am not completely clear, but it looks like the LCDC cannot support DMA from internal SRAM
-
- Oct 09, 2013
-
-
Gregory Nutt authored
Add option to enable Aduino Due specific logic, like pull-up on UART0 RXD. Suggested by gdi@embedders.org
-
- Oct 08, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 06, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Make net_close() nonblocking and free unestablished connections if no free connections available. From Max Holtzberg
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
-
- Oct 05, 2013
-
-
Gregory Nutt authored
netdev_findbyaddr() will not use a routing table if one is available. It will also make a better decision in the case there there is no routing table but only a single network interface.
-
- Oct 04, 2013
-
-
Gregory Nutt authored
-
- Oct 02, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 01, 2013
-
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 29, 2013
-
-
Gregory Nutt authored
-