summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-0764-64/+64
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-0764-0/+256
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0765-66/+86
* Fix apps/examples/hello/MakefileGregory Nutt2014-09-071-4/+11
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-0665-65/+65
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-0665-0/+585
* Fix all install targetsGregory Nutt2014-09-0667-262/+262
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-062-22/+37
* Fix program name configuration variable used in the MakefileGregory Nutt2014-09-061-2/+2
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-065-17/+37
* Oops wrong elseGregory Nutt2014-09-0667-68/+68
* Add missing else from last big changeGregory Nutt2014-09-0667-0/+67
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-0667-0/+603
* Only one install target per MakefileGregory Nutt2014-09-0643-172/+86
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-0671-71/+71
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-0671-0/+288
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-0624-29/+5
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-0696-5/+257
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-059-34/+33
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-059-79/+61
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus triv...Gregory Nutt2014-09-051-1/+2
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-018-18/+8
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-2914-18/+23
* The ELF test/example has been extended so the individual ELF test programs ca...Gregory Nutt2014-08-2910-23/+319
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-10/+5
* 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