summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct be...Gregory Nutt2013-10-197-113/+112
* Add instructions to enable RTC in the nsh/ configuration; RTC enabled by defa...Gregory Nutt2013-10-194-31/+103
* Add CONFIG_DEBUG_RTCGregory Nutt2013-10-192-9/+19
* SAMA5: Add GPBR register definitionsGregory Nutt2013-10-192-0/+70
* Updated Spark/cc3000 files from David SidraneGregory Nutt2013-10-189-62/+80
* SAMA5 RTC: Beginning of an RTC driver for the SAMA5Gregory Nutt2013-10-183-0/+780
* SAMA5: Add RTC and WDT register definition header filesGregory Nutt2013-10-182-1/+225
* STM32 DMA Priority: Select the correct default for F1 and other family membersGregory Nutt2013-10-181-3/+8
* SAMA5 LCD: Move framebuffers to center of free memory region. That creates ...Gregory Nutt2013-10-183-100/+175
* Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that...Gregory Nutt2013-10-1814-0/+14
* Enhanced the FAT32 filesystem code to understand DMA preflight failures, and ...Gregory Nutt2013-10-182-36/+83
* Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail D...Gregory Nutt2013-10-182-7/+93
* Add SDIO preflight methodGregory Nutt2013-10-183-2/+34
* Changes to stm32_dmacapable interfaces from Mike SmithGregory Nutt2013-10-187-80/+361
* STM32 DMA priority corrections from Mike SmithGregory Nutt2013-10-182-3/+7
* Typo fixes for UART7 and UART8 DMA configs. From Mike SmithGregory Nutt2013-10-182-4/+7
* SAMA5 TSD: Fix to prohibit reading samples when not validGregory Nutt2013-10-171-82/+33
* Minor tweaks to debug output; started renaming some icons to include size in ...Gregory Nutt2013-10-171-1/+1
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-172-16/+26
* 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-163-4/+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-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-152-1/+3
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-153-26/+141
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-151-3/+26
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-141-0/+3
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use Ca...Gregory Nutt2013-10-143-72/+87
* 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