summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Collapse)AuthorAgeFilesLines
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-034-139/+473
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1407 42af7a65-404d-4744-a932-0658087f49c3
* Don't keep sizes in rectanglespatacongo2008-12-021-11/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1392 42af7a65-404d-4744-a932-0658087f49c3
* Can't use signal handler for nx_eventhandler()patacongo2008-12-015-317/+432
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1387 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for multi-user NX modepatacongo2008-12-013-2/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1386 42af7a65-404d-4744-a932-0658087f49c3
* Integrated mouse supportpatacongo2008-12-011-8/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1384 42af7a65-404d-4744-a932-0658087f49c3
* Fix passed window numberpatacongo2008-12-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1369 42af7a65-404d-4744-a932-0658087f49c3
* Add nx_constructwindowpatacongo2008-12-011-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3
* Add argument to window callbackspatacongo2008-12-011-32/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1366 42af7a65-404d-4744-a932-0658087f49c3
* There is at least some X11 output nowpatacongo2008-11-301-4/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
* Use nx_eventnotifypatacongo2008-11-291-73/+254
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1355 42af7a65-404d-4744-a932-0658087f49c3
* Added notification signalpatacongo2008-11-291-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1354 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration checkpatacongo2008-11-291-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1350 42af7a65-404d-4744-a932-0658087f49c3
* cosmetic fixes to debug outputpatacongo2008-11-291-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1347 42af7a65-404d-4744-a932-0658087f49c3
* Use configurable server configurationpatacongo2008-11-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1346 42af7a65-404d-4744-a932-0658087f49c3
* Add more configuration checkingpatacongo2008-11-291-4/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1345 42af7a65-404d-4744-a932-0658087f49c3
* Changes from initial NX debugpatacongo2008-11-283-51/+283
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1341 42af7a65-404d-4744-a932-0658087f49c3
* NX test/examplepatacongo2008-11-284-0/+580
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1331 42af7a65-404d-4744-a932-0658087f49c3
* Add newline at end of filepatacongo2008-11-261-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1315 42af7a65-404d-4744-a932-0658087f49c3
* Completed integration of TCP connection backlog and poll()/select() for ↵patacongo2008-11-201-2/+6
| | | | | | connections git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1295 42af7a65-404d-4744-a932-0658087f49c3
* Add support for TCP/IP connection backlogpatacongo2008-11-203-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1294 42af7a65-404d-4744-a932-0658087f49c3
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-197-10/+384
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1288 42af7a65-404d-4744-a932-0658087f49c3
* Add host side helper for poll testpatacongo2008-11-193-1/+283
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1284 42af7a65-404d-4744-a932-0658087f49c3
* Add TCP/IP serverpatacongo2008-11-181-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1280 42af7a65-404d-4744-a932-0658087f49c3
* Basic setup of network selectpatacongo2008-11-184-12/+420
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1278 42af7a65-404d-4744-a932-0658087f49c3
* Fix serial read behaviorpatacongo2008-11-181-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1275 42af7a65-404d-4744-a932-0658087f49c3
* Add option to use C buffered I/O in examples/serlooppatacongo2008-11-172-2/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1274 42af7a65-404d-4744-a932-0658087f49c3
* Add poll method to serial driverspatacongo2008-11-171-48/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1268 42af7a65-404d-4744-a932-0658087f49c3
* Extend test to verify selectpatacongo2008-11-175-27/+255
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1267 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/pollpatacongo2008-11-171-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1264 42af7a65-404d-4744-a932-0658087f49c3
* Test for poll APIpatacongo2008-11-174-0/+520
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1261 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
* Add to losetup examplepatacongo2008-11-161-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1254 42af7a65-404d-4744-a932-0658087f49c3
* Prevent sign extension when dumping bytespatacongo2008-11-152-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1247 42af7a65-404d-4744-a932-0658087f49c3
* losetup examplepatacongo2008-11-151-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1244 42af7a65-404d-4744-a932-0658087f49c3
* Add losetup to NSHpatacongo2008-11-154-9/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1243 42af7a65-404d-4744-a932-0658087f49c3
* NSH dd command test with block devicespatacongo2008-11-152-33/+87
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1242 42af7a65-404d-4744-a932-0658087f49c3
* Add dd command to NSHpatacongo2008-11-155-12/+634
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1241 42af7a65-404d-4744-a932-0658087f49c3
* Allow each NSH command to be disabledpatacongo2008-11-149-44/+284
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1234 42af7a65-404d-4744-a932-0658087f49c3
* updatedpatacongo2008-11-131-61/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1217 42af7a65-404d-4744-a932-0658087f49c3
* Serial loopback testpatacongo2008-11-132-0/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1216 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-11-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1157 42af7a65-404d-4744-a932-0658087f49c3
* Handler compiler differencespatacongo2008-11-071-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1155 42af7a65-404d-4744-a932-0658087f49c3
* Add more configuration infopatacongo2008-10-281-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1099 42af7a65-404d-4744-a932-0658087f49c3
* Add finer trace controlspatacongo2008-10-282-15/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1096 42af7a65-404d-4744-a932-0658087f49c3
* Integrate USB tracingpatacongo2008-10-282-0/+203
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1091 42af7a65-404d-4744-a932-0658087f49c3
* Remove compile warningspatacongo2008-10-281-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1089 42af7a65-404d-4744-a932-0658087f49c3
* Make trace data enable-able by idpatacongo2008-10-271-0/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1080 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2008-10-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1073 42af7a65-404d-4744-a932-0658087f49c3
* Add description of examples/usbstoragepatacongo2008-10-231-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1067 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-10-231-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1066 42af7a65-404d-4744-a932-0658087f49c3