summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Finish A10 Timer register definitionsGregory Nutt2013-12-132-14/+22
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-122-99/+127
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-1214-10/+824
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-103-3/+3
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-101-1/+1
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* More OV2640 initialization logicGregory Nutt2013-12-102-68/+23
* Add OV2640 camera support to test the SAMA5 ISI peripheralGregory Nutt2013-12-096-3/+1333
* MTD NAND: Check if block number is out of ragne at top of loop, not bottom, t...Gregory Nutt2013-12-051-14/+24
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-053-3/+3
* Cosmetic updates to comments and READMEsGregory Nutt2013-12-041-4/+7
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-041-5/+6
* Add drivers/mtd/README.txtGregory Nutt2013-12-041-0/+138
* Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two placesGregory Nutt2013-12-021-31/+31
* MTD NAND: Fix an error in the calculation of the page numberGregory Nutt2013-12-022-11/+15
* MTD NAND: Fix a misplaced endifGregory Nutt2013-12-012-4/+4
* Costmet updates, naming, debug output, README fileGregory Nutt2013-12-011-17/+21
* SAMA5 NAND: Still debuggingGregory Nutt2013-11-283-21/+27
* Fix error in SMARTFS partition number reportingGregory Nutt2013-11-281-4/+13
* Add MTD SST25 driver for larger SST25 parts. From Ken PettitGregory Nutt2013-11-283-0/+1040
* Fixes a couple of errors in MTD NAND logicGregory Nutt2013-11-272-4/+4
* SAMA5 NAND: A few bug fixes for integration. Still lots more to doGregory Nutt2013-11-273-7/+9
* SAMA5 NAND: Trivial changesGregory Nutt2013-11-251-5/+5
* SAMA5 NAND: Fix a few race conditionsGregory Nutt2013-11-251-11/+40
* SAMA5 PMECC: More progress, still not completeGregory Nutt2013-11-241-7/+0
* Rethinking some NAND interfacesGregory Nutt2013-11-192-6/+6
* Finishes up NAND software ECC logicGregory Nutt2013-11-184-13/+132
* MTD NAND: Beginning of software ECC logicGregory Nutt2013-11-188-73/+630
* More NAND stuffGregory Nutt2013-11-171-45/+383
* More NAND stuffGregory Nutt2013-11-175-16/+558
* Continuing NAND integrationGregory Nutt2013-11-174-260/+144
* More NAND logic (still not complete)Gregory Nutt2013-11-163-22/+699
* Futher NAND developmentGregory Nutt2013-11-161-1/+3
* Further NAND supportGregory Nutt2013-11-163-8/+175
* Further NAND developmentGregory Nutt2013-11-164-144/+330
* EA3131: Framework for USB host supportGregory Nutt2013-11-151-1/+1
* Add support for ONFI compatible NAND devices (NAND logic still incomplete)Gregory Nutt2013-11-153-0/+573
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-1518-18/+27
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-151-0/+2
* I2S character driver now supports configurable timeoutsGregory Nutt2013-11-122-2/+34
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver wit...Gregory Nutt2013-11-111-3/+9
* I2S simplifed audio buffer queuingGregory Nutt2013-11-101-87/+30
* Add apps/examples/i2schar that will eventually use the I2C character drvier t...Gregory Nutt2013-11-101-1/+1
* VS1053 worker thread stack size is now configurable; Worker thread is named ...Gregory Nutt2013-11-102-1/+15
* Add an I2S character driver. This driver is only intended to support I2S tes...Gregory Nutt2013-11-103-2/+501
* SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driverGregory Nutt2013-11-071-5/+21
* SAMA5 PWM: Driver now in build and configuration systemGregory Nutt2013-11-061-0/+5
* Correct unitialization of composite USB device. A stale pointer was being re...Gregory Nutt2013-11-053-12/+59
* Fix a badly applied patch (actually, non-applied because --dry-run was set)Gregory Nutt2013-11-041-1/+1
* Updated configuration driver from Ken PettitGregory Nutt2013-11-041-149/+510