- Oct 15, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling
-
Gregory Nutt authored
NxWM::CCalibration: Add logic to collect and average samples, optionally discarding the most extreem values
-
- Oct 14, 2013
-
-
Gregory Nutt authored
Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use Calibration instruction messages
-
Gregory Nutt authored
-
- Oct 13, 2013
-
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
- 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)
-
Gregory Nutt authored
SAMA5 LCDC: Default resolution if now RGB565; Add option to select a different output resolution than the sofware resolution (needs to the 24BPP for this LCD).
-
- 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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 09, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add option to enable Aduino Due specific logic, like pull-up on UART0 RXD. Suggested by gdi@embedders.org
-
Gregory Nutt authored
-
- Oct 08, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 07, 2013
-
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix ordering of operations in network ioctl handling. We need to able to distinguish an error because the command was not recognized vs. other kinds of error
-
Gregory Nutt authored
-