summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* More NAND stuffGregory Nutt2013-11-1710-150/+845
* Continuing NAND integrationGregory Nutt2013-11-179-335/+379
* More NAND logic (still not complete)Gregory Nutt2013-11-167-50/+1029
* Futher NAND developmentGregory Nutt2013-11-165-4/+87
* Further NAND supportGregory Nutt2013-11-165-9/+180
* Further NAND developmentGregory Nutt2013-11-1613-198/+786
* EA3131: Framework for USB host supportGregory Nutt2013-11-1511-45/+486
* Add support for ONFI compatible NAND devices (NAND logic still incomplete)Gregory Nutt2013-11-157-0/+901
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-1559-64/+93
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-1510-4/+25
* SAMA5 NAND: Basic support for access to NAND FLASHGregory Nutt2013-11-156-2/+617
* tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of writable...Gregory Nutt2013-11-152-2/+5
* FS mount logic: Fix error in conditional compilation. Reported by Daniel Pa...Gregory Nutt2013-11-152-1/+5
* LPC31 EHCI: First cut at an EHCI driver for the LPC31Gregory Nutt2013-11-143-4/+4355
* LPC31: Configuration and build support for a forthcoming USB host driver; con...Gregory Nutt2013-11-1415-402/+700
* SAMA5 PCK: Need to configure the programmable clock output pin as wellGregory Nutt2013-11-142-1/+14
* SAMA5 ISI: Framework for ISI drivers. Not much there on initial check-inGregory Nutt2013-11-142-0/+269
* SAMA5 PCK: Add support for programmable clock outputsGregory Nutt2013-11-148-6/+361
* STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig fileGregory Nutt2013-11-143-3/+18
* fs/binfs/README.txt: Add a README fileGregory Nutt2013-11-135-1/+36
* Updated READMEGregory Nutt2013-11-131-12/+50
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-1314-8/+1306
* README updateGregory Nutt2013-11-121-110/+34
* SAMA5D3x-EK updated READMEGregory Nutt2013-11-122-4/+7
* SAMA SSC: Add bufffer dump debug instrumentationGregory Nutt2013-11-122-9/+30
* SAMA5 SSC: Fix DMA data width: 16 not 32 bitsGregory Nutt2013-11-121-10/+127
* SAMA5: Fix issues with RX synchGregory Nutt2013-11-121-16/+51
* SAMA5 SSC: With these changes, the TX DMA works. But nothing is received fr...Gregory Nutt2013-11-121-10/+11
* SAMA5 SSC: Fix an error in the DMA timeout calculationGregory Nutt2013-11-121-12/+24
* SAMA5D3x-EK Kconfig: There is no 'else'Gregory Nutt2013-11-121-4/+13
* SAMA4 SSC: Additional DEBUG instrumentationGregory Nutt2013-11-122-230/+295
* I2S character driver now supports configurable timeoutsGregory Nutt2013-11-122-2/+34
* Updated SAMA5D3x-EK README fileGregory Nutt2013-11-111-9/+122
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver wit...Gregory Nutt2013-11-114-29/+63
* SAMA5D3x-EK: Add support for the apps/examples/i2schar testGregory Nutt2013-11-113-3/+167
* STM32F429 LTDC header files and framebuffer driver framework from Ken PettitGregory Nutt2013-11-1111-141/+1681
* SAMA5 I2S Kconfig updateGregory Nutt2013-11-112-52/+32
* Remove unused apb_prepare functionGregory Nutt2013-11-113-38/+3
* Support for the Atmel SAM4E family. From MitkoGregory Nutt2013-11-116-4/+619
* SAMA5 LCD: More bad color format definitionsGregory Nutt2013-11-101-50/+50
* SAMA5 LCD: Fix some bad color format definitionsGregory Nutt2013-11-101-10/+10
* SAMA5 I2S: Need to update the count of valid bytes at the conclusion of the ...Gregory Nutt2013-11-101-4/+22
* I2S simplifed audio buffer queuingGregory Nutt2013-11-104-163/+116
* Add apps/examples/i2schar that will eventually use the I2C character drvier t...Gregory Nutt2013-11-101-1/+1
* libc/audio/lib_buffer.c must must correct allocation for execution domainGregory Nutt2013-11-102-16/+42
* Small but important typo in the last commitGregory Nutt2013-11-101-6/+2
* SAMA5 SSC: Add support for loopback mode. Plus unrelated Make.defs file fro...Gregory Nutt2013-11-104-1/+96
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared betw...Gregory Nutt2013-11-106-8/+18
* VS1053 worker thread stack size is now configurable; Worker thread is named ...Gregory Nutt2013-11-104-6/+24
* Freedom KL25Z: Add PWM support. From Alan Carvalho de AssisGregory Nutt2013-11-105-8/+174