summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* net_sendfile: Let the ACK callback handle the REXMIT flag and don't return u...Gregory Nutt2013-10-172-22/+29
* Move tcp connection into SYN_RCVD state after aception instead of bypassing a...Gregory Nutt2013-10-172-9/+3
* TCP: Change how initial MSS is handled. From Max HoltzbergGregory Nutt2013-10-175-71/+72
* In net_sendfile(), correct parameter passed to netdev_txnotifiy. From Max Ho...Gregory Nutt2013-10-172-1/+3
* Reset TCP timeout timer when data is ACKed, not when data is sent. From Max ...Gregory Nutt2013-10-173-15/+18
* Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17)Gregory Nutt2013-10-172-2/+4
* CC3000-related typo fixes from the last bit checked. Thanks to David SidraneGregory Nutt2013-10-164-5/+3
* CC3000 driver changes from David SidraneGregory Nutt2013-10-1617-3383/+2709
* CC3000 driver changes from David SidraneGregory Nutt2013-10-1614-4783/+4646
* CC3000 driver changes from David SidraneGregory Nutt2013-10-166-0/+2306
* Add support for the SST25VF016B serial FLASH. From Davide SidraneGregory Nutt2013-10-162-11/+42
* Spark configuration updates from David SidraneGregory Nutt2013-10-1612-1/+2947
* Spark configuration updates from David SidraneGregory Nutt2013-10-169-251/+994
* Updated CC30000 example from David SidraneGregory Nutt2013-10-163-691/+660
* Updated CC30000 example from David SidraneGregory Nutt2013-10-162-0/+41
* STM32 F103C: Correct some errors in pinmapping. From David SidraneGregory Nutt2013-10-161-2/+28
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-153-3454/+3
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-153-4/+6
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-158-133/+4647
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-1512-55/+292
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-1510-17/+836
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-147-88/+420
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use Ca...Gregory Nutt2013-10-144-73/+88
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-149-40/+290
* apps/system/sysinfo: Ken Petit reportst that the sysinfo command's stack siz...Gregory Nutt2013-10-142-3/+10
* apps/Makefile should include external/Make.defs so that external applications...Gregory Nutt2013-10-142-0/+9
* SAMA5D3x-EK: Add NxWM configuration for the SAMA5D3x-EK boardsGregory Nutt2013-10-1311-15/+1350
* SAMA5D3x-EK: Enable simulated mouse and keyboard events in the NX configurationGregory Nutt2013-10-131-2/+2
* SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options ...Gregory Nutt2013-10-1310-639/+340
* SAMA5 LCDC: Move framebuffer to lower memory; I suspect some corruption by i...Gregory Nutt2013-10-132-17/+12
* SAMA5 LCDC: Fixed backlight PWM divider. Backlight no longer flashesGregory Nutt2013-10-115-100/+112
* ENCX24J600: Improved descriptor handling, free packets on rx abort interrupt....Gregory Nutt2013-10-113-110/+199
* Changed the meaning of the uip_*input functions. They now return success when...Gregory Nutt2013-10-119-69/+57
* Notify the socket layer if a connection is lost before the monitoring callbac...Gregory Nutt2013-10-112-1/+6
* SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parame...Gregory Nutt2013-10-103-59/+161
* SAMA5 LCDC: Default resolution if now RGB565; Add option to select a differen...Gregory Nutt2013-10-102-11/+33
* SAMA5 LCDC: Move DMA descriptors out of internal SRAM and into SDRAM. I am no...Gregory Nutt2013-10-103-245/+489
* SAMA5: Allow portions of external memory to be added to the heap instead of t...Gregory Nutt2013-10-103-38/+157
* I2C Tool: Use default oof 4ooKhz, not 4MHzGregory Nutt2013-10-102-2/+4
* Arduino Due: RXD0 pull-up works with both REV2 and REV3Gregory Nutt2013-10-101-1/+1
* SAMA5 LCDC: Fix a few compilation errors that show up when additional layers...Gregory Nutt2013-10-091-2/+7
* SAMA5 LCDC: Few more bug fixes but still not workingGregory Nutt2013-10-091-6/+7
* SAMA5 LCDC: Corrections from first debug sessions. Still a way to goGregory Nutt2013-10-095-166/+271
* Add option to enable Aduino Due specific logic, like pull-up on UART0 RXD. S...Gregory Nutt2013-10-094-0/+51
* Cosmetic change; removal of spaces at the end of linesGregory Nutt2013-10-091-13/+13
* SAMA5: Add an examples/nx configuration for testing the LCDGregory Nutt2013-10-085-1/+998
* SAMA5: LCDC driver incorporated into the build system.Gregory Nutt2013-10-087-274/+906
* SAMA5: LCD driver is code complete but untestedGregory Nutt2013-10-082-133/+845
* Missing one change in the last commitGregory Nutt2013-10-081-1/+1
* uip_tcpcallback: Simplify handling of callback return flagsGregory Nutt2013-10-081-7/+5