summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Collapse)AuthorAgeFilesLines
* Change from last commit was still in the editorGregory Nutt2014-04-281-3/+3
|
* apps/examples/telnetd: Naming confusion fixed: shell vs telnetdGregory Nutt2014-04-283-34/+34
|
* SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commitsGregory Nutt2014-04-221-0/+27
|
* Fix Bob's name in as many places as possible; Make sure that Bob is an ↵Gregory Nutt2014-04-223-3/+6
| | | | author in as many files as I can think of (might be missing a few)
* Fix a error introduce in a recent commitGregory Nutt2014-04-221-1/+1
|
* Misc changes to get a clean compilation after incorporating all of Bob ↵Gregory Nutt2014-04-225-8/+35
| | | | Doison's changes
* Updates to the serialrx example from Bob DoisonGregory Nutt2014-04-223-13/+14
|
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-228-14/+25
|
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-225-0/+250
|
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-2212-12/+547
|
* Remove some warnings introduced with the last changeGregory Nutt2014-04-141-1/+3
|
* examples/touchscreen: Add a configuration option to indicate that there is ↵Gregory Nutt2014-04-142-0/+27
| | | | or is not an architecture-specific initialization function
* More trailing whilespace removalGregory Nutt2014-04-13152-307/+307
|
* Make sure that there is one space after forGregory Nutt2014-04-123-3/+3
|
* Make sure that there is one space between while and conditionGregory Nutt2014-04-124-4/+9
|
* The rest of the resolv->DNS client naming change: Renamed directories and ↵Gregory Nutt2014-04-115-5/+5
| | | | header files
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-118-14/+14
|
* 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
| | | | builtin function. From Manuel Stühn
* Removed all support for the legacy configuration mechanism from the apps/ ↵Gregory Nutt2014-03-061-15/+0
| | | | directory
* configs/ntosd-dm320/udp: Configuration converted to use the ↵Gregory Nutt2014-03-051-1/+23
| | | | kconfig-frontends tools
* configs/stm3240g-eval/telnetd: Configuration converted to use the ↵Gregory Nutt2014-03-041-0/+50
| | | | kconfig-frontends tools
* configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends toolsGregory Nutt2014-03-031-0/+17
|
* configs/lpcxpresso-lpc1768/nx: Configuration converted to use the ↵Gregory Nutt2014-03-021-0/+7
| | | | kconfig-frontends tools
* 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. ↵Gregory Nutt2014-02-252-5/+7
| | | | This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
* 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, ↵Gregory Nutt2014-02-1017-68/+73
| | | | but probably some new typos introduced
* 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 ↵Gregory Nutt2014-02-104-10/+76
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* 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 ↵Gregory Nutt2014-01-132-10/+11
| | | | buffering
* 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
| | | | function
* 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
| | | | test, catching the returned data is higher priority than sending new data
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver ↵Gregory Nutt2013-11-113-6/+21
| | | | with the I2C character driver loopback test