summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add graphics front-end logicpatacongo2008-11-287-6/+501
* Single-user graphics front-endpatacongo2008-11-2822-0/+2476
* Multi-user graphics front-endpatacongo2008-11-2827-0/+4082
* Add more trapezoid supportpatacongo2008-11-285-1/+214
* Add support for trapezoidal fillspatacongo2008-11-2810-61/+463
* minor refactoringpatacongo2008-11-285-13/+24
* More graphic support routinespatacongo2008-11-2716-19/+744
* Graphics backendpatacongo2008-11-2715-0/+2529
* 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