summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trivial AIO-related changesGregory Nutt2014-10-091-9/+9
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-082-12/+14
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-0864-1579/+1140
* Extend the AIO testGregory Nutt2014-10-071-54/+128
* Add another asynchronous I/O testGregory Nutt2014-10-071-7/+43
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-071-2/+60
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-061-3/+101
* AIO test improvementsGregory Nutt2014-10-061-10/+151
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-054-5/+5
* More changes for AIO integrationGregory Nutt2014-10-051-9/+6
* First round of changes fo AIO integrationGregory Nutt2014-10-053-11/+23