summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Add to .depend dependencies to eliminate an error at dependency generation timeGregory Nutt2015-01-232-2/+2
* Add config.h to .gitignoreGregory Nutt2015-01-231-0/+1
* apps/examples/udp: The UDP test example has been extend to support IPv6 doma...Gregory Nutt2015-01-229-44/+577
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-211-5/+5
|\
| * Should fix some errors reported by TravisGregory Nutt2015-01-201-5/+5
* | apps/examples/nettest: Fix address initializaiton, HTONS not HTNOLGregory Nutt2015-01-211-8/+8
|/
* apps/examples/nettest: Update test so that it can be used to test IPv6 TCP s...Gregory Nutt2015-01-208-24/+545
* Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt2015-01-1816-69/+69
* apps/examples/udp/Kconfig: Default setting is backwardGregory Nutt2015-01-172-3/+3
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped at...Gregory Nutt2015-01-131-0/+38
* apps/exemples/timer: Add a trivial test of the timer driverGregory Nutt2015-01-138-3/+444
* stm32: update description and code documentation. Also fixes a few code form...Gregory Nutt2014-12-291-4/+4
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-191-4/+7
* example: add ltdc test exampleGregory Nutt2014-12-198-8/+2203
* Traveler: Add support for analog joystickGregory Nutt2014-12-141-2/+2
* apps/examples/ostest: Missing prototype for nsem_test()Gregory Nutt2014-12-061-0/+4
* Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-032-2/+2
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-031-10/+10
* Add an analog joystick test/exampleGregory Nutt2014-12-038-8/+669
* Fixes to get the discrete joystick driver and test workingGregory Nutt2014-11-281-0/+4
* apps/examples/djoystick: Add a test of the discreate joystick driverGregory Nutt2014-11-288-14/+461
* Remove some debug output that was accidentally left in a preceding commitGregory Nutt2014-11-281-1/+0
* fix romfs example builtin app registry issue. From Librae.Gregory Nutt2014-11-271-1/+14
* More ccpcheck-related fixesGregory Nutt2014-11-251-1/+1
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-2514-33/+44
* More fixes to issues noted by cppcheckGregory Nutt2014-11-2510-25/+15
* Fixes for more complaints from cppcheckGregory Nutt2014-11-2510-73/+77
* Fixes for more complaints from cppcheckGregory Nutt2014-11-255-94/+41
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-2/+1
* apps/examples/bridge: Lots of fixes. I think it is working although I have ...Gregory Nutt2014-11-216-61/+104
* apps/examples/bridge: Fixes some bugs in test driver. Still does not workGregory Nutt2014-11-211-20/+30
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-217-34/+537
* Due to limitations in port unique-ness, have to use unique port numbers in ap...Gregory Nutt2014-11-171-2/+2
* apps/examples/bridge: Add a simple UDP relay bridge for testing configuratio...Gregory Nutt2014-11-178-3/+1056
* Fix trivial typo in a commentGregory Nutt2014-11-171-1/+1
* These examples all set the IP address of eth1 is DHCP is enabled. That can't...Gregory Nutt2014-11-175-6/+5
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-161-1/+4
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-8/+17
* Remove use of CONFIG_MAX_TASK_ARGS from examples/thttpdGregory Nutt2014-11-131-3/+2
* Remove circular dependins in the Kconfig files. Makes select of apps/example...Gregory Nutt2014-11-101-3/+4
* BAS: A few more fixes to the testGregory Nutt2014-11-092-3/+9
* BAS: Misc changes to test filesGregory Nutt2014-11-095-343/+382
* Auto select ROMFS if BASTEST is selectedGregory Nutt2014-11-081-0/+1
* BAS: Fix some build errors wtih apps/examples/bastestGregory Nutt2014-11-075-13/+32
* BAS: Rename examples/bas to examples/bastest. Hook into build and configurat...Gregory Nutt2014-11-0760-1/+386
* BAS: Convert all BAS text scripts to BASIC filesGregory Nutt2014-11-0753-1612/+50
* BAS: Move test files from apps/interpreter/bas to apps/examples/basGregory Nutt2014-11-0753-0/+3672
* Costmetic changes -- spacing, comments.Gregory Nutt2014-10-303-2/+4
* Fixes to keypadtest from Pierre-Noel BoutevilleGregory Nutt2014-10-231-0/+4
* Update makefile for kernel-build issuesGregory Nutt2014-10-221-0/+13