summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-169-30/+30
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-111-2/+2
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-082-3/+3
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-071-0/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-0424-7/+57
* Remove all inclusion of uip.hGregory Nutt2014-07-048-9/+0
* apps/examples: Put examples in alphabetical orderGregory Nutt2014-07-031-4/+4
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-0321-84/+84
* Remove a warningGregory Nutt2014-07-031-1/+2
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-0216-76/+76
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0220-34/+34
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-292-2/+2
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-1/+0
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-2/+3
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-248-8/+8
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-0/+11
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-127-9/+399
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-305-5/+5
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-301-1/+0
* Costmetic changes to memory manager debug outputGregory Nutt2014-05-241-1/+12
* Change all variadic macros to C99 styleGregory Nutt2014-05-223-12/+12
* Make sure apps/examples/pashello still builds; update comments; refresh confi...Gregory Nutt2014-05-091-0/+2
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-093-50/+32
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-082-5/+2
* Update configuration an make logic in order to select that the serial blaster...Gregory Nutt2014-04-302-2/+14
* 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 author...Gregory Nutt2014-04-223-3/+6
* 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 Doison...Gregory Nutt2014-04-225-8/+35
* 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 o...Gregory Nutt2014-04-142-0/+27
* 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 he...Gregory Nutt2014-04-115-5/+5
* 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
* 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