summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Beginning of a graphics librarypatacongo2008-11-252-6/+8
* Add fixed precision math supportpatacongo2008-11-251-0/+205
* Distinguish differenc RGB16 typespatacongo2008-11-251-52/+54
* Add support for graphics debugpatacongo2008-11-251-0/+24
* minor commentpatacongo2008-11-231-0/+3
* Added framebuffer interfacepatacongo2008-11-231-0/+309
* Change from doubly- to singly-linked listspatacongo2008-11-211-3/+3
* Add support for TCP/IP connection backlogpatacongo2008-11-202-24/+87
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-193-8/+3
* Move poll storage slot from pollfd struct to socket structpatacongo2008-11-192-7/+7
* Revert part of last changepatacongo2008-11-191-1/+1
* Basic setup of network selectpatacongo2008-11-181-1/+1
* Implement poll/select for socketspatacongo2008-11-184-12/+19
* Add poll method to serial driverspatacongo2008-11-171-1/+47
* Initial integration of poll()patacongo2008-11-171-4/+15
* Add select()patacongo2008-11-171-0/+119
* Poll API may be disabledpatacongo2008-11-162-1/+5
* Add infrastructure to support poll()patacongo2008-11-162-0/+11
* Basic file structure for poll() APIpatacongo2008-11-161-0/+125
* cosmeticpatacongo2008-11-1611-127/+127
* Flush dirty cache on closepatacongo2008-11-161-1/+3
* NSH dd command test with block devicespatacongo2008-11-151-3/+9
* Add dd command to NSHpatacongo2008-11-151-0/+2
* Add Block-to-character device driverpatacongo2008-11-152-5/+41
* Add loop devicepatacongo2008-11-141-3/+3
* Some structure elements should be marked volatilepatacongo2008-11-131-22/+16
* Make use of FAR consistent in stdio.hpatacongo2008-11-101-26/+26
* Make sure z16f still buildspatacongo2008-11-071-1/+1
* reconcile architectures w/o interrupt controllerspatacongo2008-11-071-0/+20
* Fix naming of header filepatacongo2008-11-011-4/+4
* Fix missing right parenthesispatacongo2008-10-281-1/+1
* Integrate USB tracingpatacongo2008-10-281-0/+1
* Remove compile warningspatacongo2008-10-281-1/+1
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-281-0/+42
* Added low-level, verbose debug supportpatacongo2008-10-271-57/+99
* Make trace data enable-able by idpatacongo2008-10-271-6/+39
* Fix to handler transfers larger than one requestpatacongo2008-10-251-0/+5
* Add USB storage class driverpatacongo2008-10-242-81/+80
* fix commentpatacongo2008-10-231-1/+1
* Add trace codespatacongo2008-10-231-89/+92
* Share block driver helpers outside of fs/patacongo2008-10-231-0/+9
* cosmeticpatacongo2008-10-221-2/+0
* Building environment for USB storagepatacongo2008-10-224-115/+1318
* Add USB storage trace definitionspatacongo2008-10-221-46/+187
* Add support for class driver statespatacongo2008-10-201-10/+13
* Add simple SPI-based MMC/SD block driverpatacongo2008-10-152-41/+153
* minor interface refinementspatacongo2008-10-111-13/+130
* Add 1st cut SPI driver for SPI MMCpatacongo2008-10-111-0/+102
* Added macro for LE 32-bit valuespatacongo2008-10-111-2/+4
* Removed unused externspatacongo2008-10-111-5/+0