summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-012-10/+18
* cosmeticpatacongo2009-02-281-1/+2
* Fix compilation problems with eZ80 targetspatacongo2009-02-074-6/+14
* Fix conditional compile syntaxpatacongo2008-12-061-5/+5
* Allocate smaller buffers for glyphspatacongo2008-12-063-41/+125
* Clean-up and document NX configuration settingspatacongo2008-12-052-5/+5
* Fonts are integatedpatacongo2008-12-042-2/+1
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-043-56/+20
* Add font testpatacongo2008-12-046-132/+584
* Removed superfluous toolbar handlepatacongo2008-12-042-14/+12
* Enable keypad inputpatacongo2008-12-042-38/+51
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-034-139/+473
* Don't keep sizes in rectanglespatacongo2008-12-021-11/+9
* Can't use signal handler for nx_eventhandler()patacongo2008-12-015-317/+432
* Fixed for multi-user NX modepatacongo2008-12-013-2/+51
* Integrated mouse supportpatacongo2008-12-011-8/+47
* Fix passed window numberpatacongo2008-12-011-1/+1
* Add nx_constructwindowpatacongo2008-12-011-3/+3
* Add argument to window callbackspatacongo2008-12-011-32/+72
* There is at least some X11 output nowpatacongo2008-11-301-4/+22
* Use nx_eventnotifypatacongo2008-11-291-73/+254
* Added notification signalpatacongo2008-11-291-0/+3
* Add configuration checkpatacongo2008-11-291-0/+4
* cosmetic fixes to debug outputpatacongo2008-11-291-4/+4
* Use configurable server configurationpatacongo2008-11-291-1/+2
* Add more configuration checkingpatacongo2008-11-291-4/+15
* Changes from initial NX debugpatacongo2008-11-283-51/+283
* NX test/examplepatacongo2008-11-284-0/+580
* Add newline at end of filepatacongo2008-11-261-1/+2
* Completed integration of TCP connection backlog and poll()/select() for conne...patacongo2008-11-201-2/+6
* Add support for TCP/IP connection backlogpatacongo2008-11-203-2/+7
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-197-10/+384
* Add host side helper for poll testpatacongo2008-11-193-1/+283
* Add TCP/IP serverpatacongo2008-11-181-1/+3
* Basic setup of network selectpatacongo2008-11-184-12/+420
* Fix serial read behaviorpatacongo2008-11-181-2/+1
* Add option to use C buffered I/O in examples/serlooppatacongo2008-11-172-2/+27
* Add poll method to serial driverspatacongo2008-11-171-48/+111
* Extend test to verify selectpatacongo2008-11-175-27/+255
* Add examples/pollpatacongo2008-11-171-0/+5
* Test for poll APIpatacongo2008-11-174-0/+520
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
* Add to losetup examplepatacongo2008-11-161-0/+7
* Prevent sign extension when dumping bytespatacongo2008-11-152-3/+3
* losetup examplepatacongo2008-11-151-0/+17
* Add losetup to NSHpatacongo2008-11-154-9/+154
* NSH dd command test with block devicespatacongo2008-11-152-33/+87
* Add dd command to NSHpatacongo2008-11-155-12/+634
* Allow each NSH command to be disabledpatacongo2008-11-149-44/+284
* updatedpatacongo2008-11-131-61/+67