summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* apps/examples/lcdrw: Fill out empty Kconfig fileGregory Nutt2014-03-271-0/+30
* apps/examples/igmp: Fill out empty Kconfig file; can now be built as an NSH ...Gregory Nutt2014-03-242-0/+28
* Removed all support for the legacy configuration mechanism from the apps/ dir...Gregory Nutt2014-03-061-15/+0
* configs/ntosd-dm320/udp: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-051-1/+23
* configs/stm3240g-eval/telnetd: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-041-0/+50
* configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends toolsGregory Nutt2014-03-031-0/+17
* configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-021-0/+7
* configs/sim/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-0/+12
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-252-5/+7
* Spark configuration updated from David SidraneGregory Nutt2014-02-191-2/+2
* Fix some errors in the last Kconfig files checked inGregory Nutt2014-02-181-4/+3
* Incomplete Kconfig files fleshed out by Alan Carvalho de AssisGregory Nutt2014-02-182-0/+97
* Typo fixes from CCTSA0. ThanksGregory Nutt2014-02-141-1/+1
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-1017-68/+73
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+3
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-104-10/+76
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-2/+2
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-3/+3
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-4/+5
* apps/examples/ostest: Spelling fix from Richard CochranGregory Nutt2014-01-231-1/+1
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-142-7/+7
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-132-10/+11
* Add Z16F NSH configurationGregory Nutt2014-01-011-1/+1
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-012-1/+46
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-107-7/+7
* 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-109-9/+9
* A little SAMA5 camera stuffGregory Nutt2013-12-091-1/+1
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-291-11/+18
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-155-5/+5
* 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-1011-7/+1151
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-047-0/+967
* 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-303-10/+10
* 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
* apps/examples/cc3000 update from David SidraneGregory Nutt2013-10-261-3/+5
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-256-25/+107
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-252-2/+25
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-241-1/+1
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-243-325/+341
* Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt2013-10-241-1/+1
* 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-237-200/+1518
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-208-7/+311
* SAMA5 WDT driver is now functionalGregory Nutt2013-10-201-0/+1