summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Added FIONREAD and FIONWRITE to CDC/ACM driver. From Lorenz MeierGregory Nutt2013-08-102-0/+49
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andre...Gregory Nutt2013-08-105-16/+268
* MMC/SD SDIO: Correct return values when multiple block transfers are suppres...Gregory Nutt2013-08-102-32/+50
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-1011-107/+358
* Remove some pre-processor warnings that I am more than tired of seeingGregory Nutt2013-08-101-11/+5
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-109-8/+13
* Extend the virtual-to-physical address conversion logic to handle NFS SRM, UD...Gregory Nutt2013-08-091-34/+290
* SAMA5: Centralize logic for conversion between physical and virtual addressesGregory Nutt2013-08-097-112/+439
* Fix some cache-related issues with the SAMA5 DMA driverGregory Nutt2013-08-093-2/+39
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-0912-204/+1097
* SAMA5: Use RDR/TDR registers for DMA, not FIFO registers; change DMA bit sett...Gregory Nutt2013-08-085-23/+48
* SAMA5 DMA: Need to flush caches; DMA channel depends upon direction of DMA; t...Gregory Nutt2013-08-084-74/+480
* More SAMA5 DMAC driver fixes. Still does not work.Gregory Nutt2013-08-075-27/+67
* SAMA3,4,A5: Misc corrections to DMA and HSMCI driversGregory Nutt2013-08-076-182/+233
* Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1Gregory Nutt2013-08-075-150/+70
* Fix SAM bug: Parmaters reversed in DMA function callGregory Nutt2013-08-065-9/+12
* SAM3,4,A5 DMAC driver fixesGregory Nutt2013-08-064-13/+58
* SAM3,4,A5: Fix some masked status checks that can generate false error reportsGregory Nutt2013-08-063-11/+21
* SAMA5: A few early, easy bug fixes. The rest will all be difficultGregory Nutt2013-08-063-40/+47
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-0627-918/+1463
* SAMA5: Add HSMCI memory card driver supportGregory Nutt2013-08-0515-79/+4205
* SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not...Gregory Nutt2013-08-054-44/+100
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-0511-61/+303
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-049-11/+357
* SAMA5: Add register level debug option for SPIGregory Nutt2013-08-043-6/+113
* SAMA5: SPI driver now supports both SPI0 and SPI1Gregory Nutt2013-08-045-173/+377
* SAMA5: Add basic SPI suppport (untested)Gregory Nutt2013-08-046-0/+1420
* SAMA5: Add DMA suppport (untested)Gregory Nutt2013-08-048-9/+2271
* Fixes for compiler warnings from Lorenz MeierGregory Nutt2013-08-033-19/+19
* SAMA5: Add DMA controller register definitionsGregory Nutt2013-08-033-1/+793
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-0314-244/+319
* Various changes to get SAMA5 SDRAM working. Marginally functional, but there...Gregory Nutt2013-08-024-27/+52
* Correct some typos int he MPADDRCS register address definitionsGregory Nutt2013-08-028-30/+103
* SAMA5: More MMU-related changes to properly initialize SDRAMGregory Nutt2013-08-0217-224/+682
* SAMA5: Add logic to initialize SAMA5D3x-EK on-board SDRAMGregory Nutt2013-08-018-51/+657
* SAMA5: Add DDR controller register definitionsGregory Nutt2013-08-012-1/+402
* ARMv7-A: Map all of .text, .bss, .data., stacks before enabling the MMU and ...Gregory Nutt2013-08-013-177/+145
* ARMv7-A: Separate CONFIG_PAGING start-up logic into a different startup file...Gregory Nutt2013-08-014-147/+757
* Correct errors noted in SAMA5 documentationGregory Nutt2013-08-012-18/+12
* Prep for NuttX-6.29 releasenuttx-6.29Gregory Nutt2013-07-313-634/+673
* SAMA5: Delay loop calibrated; Correct sense of the RED LEDGregory Nutt2013-07-319-22/+59
* SAMA5: Add an NSH configuration of the SAMA5D3x-EK boardGregory Nutt2013-07-319-24/+1291
* SAMA5: Modification of some CPSR-related inline functionsGregory Nutt2013-07-313-11/+27
* Fix Cortex-A CPSR register field definitionGregory Nutt2013-07-304-23/+28
* SAMA5: Change mapping of vector tables to work around that fact that I don't ...Gregory Nutt2013-07-304-5/+70
* ARMv7-A: Add cp15_disable_dcache(); SAMA5: nor_main.c no disables MMU and ca...Gregory Nutt2013-07-303-17/+70
* The last bit of a previous commit was still in the editorGregory Nutt2013-07-301-9/+2
* More DAC changes from John WharingtonGregory Nutt2013-07-301-1/+3
* Add ARMv7-A irqdisable() inline functionGregory Nutt2013-07-304-18/+62
* STM32 F3 I2C driver from John WharingtonGregory Nutt2013-07-305-92/+2315