- Oct 18, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Enhanced the FAT32 filesystem code to understand DMA preflight failures, and to use the file sector buffer as a bounce buffer when a user-supplied buffer is not suitable for DMA. From Mike Smith
-
Gregory Nutt authored
Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail DMA read/write requests that fail preflighting. From Mike Smith
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 17, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm
-
Gregory Nutt authored
New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa)
-
Gregory Nutt authored
net_sendfile: Let the ACK callback handle the REXMIT flag and don't return until all data has been ACK'd. From Max Holtzberg
-
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
-
Gregory Nutt authored
-
- Oct 16, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 15, 2013
-
-
Gregory Nutt authored
-
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).
-