summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.3.19 releasenuttx-3.19patacongo2008-11-273-100/+114
* Needed for ZDS compilepatacongo2008-11-271-1/+1
* Make prototypes of rasterizers same at all resolutionspatacongo2008-11-266-53/+75
* Add more rasterizerspatacongo2008-11-266-28/+469
* Add newline at end of filepatacongo2008-11-261-1/+2
* Add another rasterizerpatacongo2008-11-2611-55/+284
* First rasterizer builds OKpatacongo2008-11-265-25/+70
* Need pre-processor support for auto-generation of source filepatacongo2008-11-2632-5/+206
* Adding bitblit functionspatacongo2008-11-264-0/+432
* updatepatacongo2008-11-261-1/+11
* Added nxglib.hpatacongo2008-11-265-10/+85
* graphics dir now has its own makefilepatacongo2008-11-264-106/+252
* Add multicast supportpatacongo2008-11-263-16/+66
* Add DM320 framebuffer driverpatacongo2008-11-267-20/+1585
* Beginning of a graphics librarypatacongo2008-11-256-8/+292
* Add fixed precision math supportpatacongo2008-11-253-1/+429
* Distinguish differenc RGB16 typespatacongo2008-11-252-54/+56
* Add support for graphics add-onpatacongo2008-11-251-2/+11
* Add support for graphics debugpatacongo2008-11-251-0/+24
* Directory for graphics addonspatacongo2008-11-251-0/+2
* minor commentpatacongo2008-11-231-0/+3
* Added framebuffer interfacepatacongo2008-11-235-3/+667
* Change from doubly- to singly-linked listspatacongo2008-11-212-14/+33
* updatepatacongo2008-11-201-12/+7
* Completed integration of TCP connection backlog and poll()/select() for conne...patacongo2008-11-209-29/+55
* Add support for TCP/IP connection backlogpatacongo2008-11-2057-97/+682
* Make sure the private data is initially NULLpatacongo2008-11-201-0/+1
* Add description of poll configurationpatacongo2008-11-191-0/+6
* examples/poll configpatacongo2008-11-194-0/+744
* Document poll/select bugpatacongo2008-11-191-1/+7
* Corrected a bug in the buffering of TCP datapatacongo2008-11-193-0/+9
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-1918-107/+520
* Add entries to indexpatacongo2008-11-191-2/+5
* Move poll storage slot from pollfd struct to socket structpatacongo2008-11-193-28/+20
* Revert part of last changepatacongo2008-11-198-35/+33
* Add host side helper for poll testpatacongo2008-11-193-1/+283
* Add configuration settings necessary to use poll()patacongo2008-11-191-0/+19
* Add poll() and select()patacongo2008-11-181-10/+115
* cosmeticpatacongo2008-11-181-2/+2
* Add TCP/IP serverpatacongo2008-11-181-1/+3
* Add UDP poll issuepatacongo2008-11-181-1/+15
* Basic setup of network selectpatacongo2008-11-187-32/+440
* Implement poll/select for socketspatacongo2008-11-1815-56/+343
* cosmeticpatacongo2008-11-182-3/+5
* Fix serial read behaviorpatacongo2008-11-185-16/+75
* Add option to use C buffered I/O in examples/serlooppatacongo2008-11-172-2/+27
* Needs conditional compilation for POLL disabledpatacongo2008-11-174-6/+14
* Note bad behavior of fgetcpatacongo2008-11-171-0/+8
* Fix improper access to tablepatacongo2008-11-171-6/+6
* Use FAR storage classpatacongo2008-11-171-5/+5