summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-4/+3
* Add nanosleep()Gregory Nutt2013-12-121-20/+25
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-121-11/+11
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-122-0/+190
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-102-6/+6
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-101-1/+1
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-101-4/+4
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-103-6/+6
* More OV2640 initialization logicGregory Nutt2013-12-101-0/+87
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-051-1/+3
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-053-4/+4
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-041-2/+72
* NXFFS: more NAND-Releated changes; don't fail if a block read fails. That mi...Gregory Nutt2013-12-021-1/+14
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-30/+15
* A few changes needed for compilation with ZDS-IIGregory Nutt2013-11-281-1/+1
* Add MTD SST25 driver for larger SST25 parts. From Ken PettitGregory Nutt2013-11-281-1/+13
* SAMA5 NAND: A few bug fixes for integration. Still lots more to doGregory Nutt2013-11-271-3/+3
* MTD: Pack the geometry structure so that is can handle larger erase blocksGregory Nutt2013-11-271-3/+3
* SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board supportGregory Nutt2013-11-251-4/+4
* SAMA5 PMECC: More progress, still not completeGregory Nutt2013-11-241-8/+0
* SAMA5 NAND: More stuffGregory Nutt2013-11-221-3/+2
* SAMA5 NAND: Add block erase logicGregory Nutt2013-11-202-9/+9
* Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable an...Gregory Nutt2013-11-191-2/+2
* Rethinking some NAND interfacesGregory Nutt2013-11-192-3/+64
* Finishes up NAND software ECC logicGregory Nutt2013-11-183-8/+58
* MTD NAND: Beginning of software ECC logicGregory Nutt2013-11-183-24/+138
* More NAND stuffGregory Nutt2013-11-173-21/+137
* More NAND stuffGregory Nutt2013-11-172-8/+220
* Continuing NAND integrationGregory Nutt2013-11-173-46/+206
* More NAND logic (still not complete)Gregory Nutt2013-11-162-3/+299
* Futher NAND developmentGregory Nutt2013-11-161-1/+5
* Further NAND supportGregory Nutt2013-11-161-1/+2
* Further NAND developmentGregory Nutt2013-11-165-39/+382
* Add support for ONFI compatible NAND devices (NAND logic still incomplete)Gregory Nutt2013-11-152-0/+310
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-4/+4
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-133-0/+8
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver wit...Gregory Nutt2013-11-111-0/+25
* Remove unused apb_prepare functionGregory Nutt2013-11-111-25/+1
* I2S simplifed audio buffer queuingGregory Nutt2013-11-101-20/+15
* VS1053 worker thread stack size is now configurable; Worker thread is named ...Gregory Nutt2013-11-101-5/+6
* Add an I2S character driver. This driver is only intended to support I2S tes...Gregory Nutt2013-11-101-15/+19
* SAMA5 I2S: Driver is code complete, untested and subject to some rethinkingGregory Nutt2013-11-091-27/+92
* SAMA5 I2S: Improved I2S bufferingGregory Nutt2013-11-081-14/+50
* SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driverGregory Nutt2013-11-071-30/+14
* Initial I2S interface defintionGregory Nutt2013-11-071-0/+177
* Avoid calling pthread_join() to wait for USB MSC thread to terminate: This d...Gregory Nutt2013-11-011-27/+28
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-11/+9
* Add an MTD device wrapper that can used to provide a /dev/config that can be ...Gregory Nutt2013-11-012-5/+155
* Updated CC3000 driver from David SidraneGregory Nutt2013-10-301-1/+13
* CC3000 driver updates from David SidraneGregory Nutt2013-10-302-64/+58