summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-121-3/+6
* Modified NSH 'df -h' command to do some saner conversions. From Ken PettitGregory Nutt2013-12-122-3/+8
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-109-9/+9
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-102-2/+2
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-102-2/+2
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1011-12/+12
* A little SAMA5 camera stuffGregory Nutt2013-12-091-1/+1
* Prep for the NuttX-6.32 Releasenuttx-6.32Gregory Nutt2013-12-071-6/+7
* SAMA5 NAND: bugfixesGregory Nutt2013-12-061-2/+2
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-054-10/+88
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-292-11/+22
* NSH mount count updated from Ken PettitGregory Nutt2013-11-172-3/+20
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-157-7/+7
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-1/+6
* apps/examples/i2schar: Raise priority of the receiver thread. In a loopback ...Gregory Nutt2013-11-121-18/+41
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver wit...Gregory Nutt2013-11-113-6/+21
* Add apps/examples/i2schar that will eventually use the I2C character drvier t...Gregory Nutt2013-11-1012-7/+1153
* NxPlayer play thread stack size is now configurable; all NxPlayer threads ar...Gregory Nutt2013-11-104-4/+21
* apps/examples/composite: Bug fix. Wrong handle being nullified. From David...Gregory Nutt2013-11-072-1/+3
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-062-33/+37
* Correct unitialization of composite USB device. A stale pointer was being re...Gregory Nutt2013-11-051-1/+3
* apps/platform/mikroe-stm32f4 updated to use new MTD configuratino driver feat...Gregory Nutt2013-11-042-49/+56
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-048-0/+969
* apps/platform/Makefile was not dealing with the bin subdirectory correctlyGregory Nutt2013-11-024-10/+21
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-2/+2
* The Mikroe STM32 F4 board now uses /dev/config for configuration data storage...Gregory Nutt2013-11-013-16/+63
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-014-27/+111
* Missing file that I forgot to add in the last commitGregory Nutt2013-10-301-0/+260
* apps/platform/mikroe-stm32f4 now support platform-specific configuration data...Gregory Nutt2013-10-304-2/+42
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-301-1/+1
* Updates to the CC3000 example from David SidraneGregory Nutt2013-10-304-18/+32
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-304-10/+13
* Add interface definition for platform-specific storage of configuration data;...Gregory Nutt2013-10-304-5/+191
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-3013-6/+329
* Prep for release 6.31nuttx-6.31Gregory Nutt2013-10-281-1/+1
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-284-31/+161
* Minor, costmetic things that were still unsaved in my editorGregory Nutt2013-10-271-5/+5
* apps/examples/cc3000: Updated by David SidraneGregory Nutt2013-10-273-5/+28
* Remove trailing whitespaceGregory Nutt2013-10-275-74/+74
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-2711-3/+2816
* apps/examples/cc3000 update from David SidraneGregory Nutt2013-10-261-3/+5
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-257-25/+108
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-253-2/+27
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-242-1/+3
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-244-325/+343
* Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt2013-10-243-2/+5
* Missing part of last apps/examples/cc3000 checkin. From David SidraneGregory Nutt2013-10-231-0/+363
* More apps/examples/cc3000 changes from David SidraneGregory Nutt2013-10-231-1/+1
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-239-201/+1522
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-209-9/+314