summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
Commit message (Expand)AuthorAgeFilesLines
* updatepatacongo2009-05-011-1/+6
* more cs89x0 logicpatacongo2009-04-301-0/+162
* Extend SPI interface so that we can set number of bits per wordpatacongo2009-04-261-7/+61
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-11/+18
* Fix errors that have crept into DM320 buildpatacongo2009-04-192-2/+8
* Add C++ HelloWorld examplepatacongo2009-04-191-2/+2
* Add eZ80 I2C driverpatacongo2009-04-041-5/+24
* Add macro to make it clear we expect 7-bit addressespatacongo2009-03-311-0/+5
* setmode method is optionalpatacongo2009-03-311-1/+1
* Fix errors in the initial specificaionpatacongo2009-03-291-10/+39
* I2C interface definitionspatacongo2009-03-291-0/+161
* Add SPI method to set SCLK modepatacongo2009-03-291-5/+33
* Add enum argument to SPI status methodpatacongo2009-03-291-7/+13
* Add enum argument to SPI select methodpatacongo2009-03-291-5/+21
* Expose more ARP APIspatacongo2009-03-211-1/+7
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-0/+4
* Add support for priority inheritancepatacongo2009-03-081-1/+4
* Add AMD PHY idpatacongo2009-03-071-20/+30
* cosmeticpatacongo2009-02-281-1/+1
* Added support for M16C small memory modelpatacongo2009-02-151-1/+16
* Back out last changepatacongo2009-02-141-1/+1
* Add FAR to sigdeliver_tpatacongo2009-02-141-1/+1
* Add Am79c874 register definitionspatacongo2008-12-121-85/+125
* MII definitions needed by ez80 EMAC driverpatacongo2008-12-121-0/+178
* ez80f910200zco portpatacongo2008-12-081-1/+1
* Allocate smaller buffers for glyphspatacongo2008-12-061-9/+15
* Document NX Graphics Subsystempatacongo2008-12-055-24/+25
* Clean-up and document NX configuration settingspatacongo2008-12-051-2/+2
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-043-7/+11
* Add font testpatacongo2008-12-042-15/+66
* Removed superfluous toolbar handlepatacongo2008-12-041-15/+60
* Enable keypad inputpatacongo2008-12-041-2/+2
* Add logic for font renderingpatacongo2008-12-041-12/+39
* Add support for bitmap fontspatacongo2008-12-031-0/+106
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-031-0/+18
* For consistency, all close function return intpatacongo2008-12-031-5/+4
* Don't keep sizes in rectanglespatacongo2008-12-023-4/+23
* More NXTK filespatacongo2008-12-022-3/+109
* Revised/simplified toolkit conceptpatacongo2008-12-021-48/+164
* filltrapezoid needs a clipping rectanglepatacongo2008-12-021-1/+3
* Fixed for multi-user NX modepatacongo2008-12-011-3/+6
* Missing prototype for nx_filltrapezoidpatacongo2008-12-011-1/+21
* Fix vectsubtract namepatacongo2008-12-011-3/+3
* Add the beginning of NX toolkitpatacongo2008-12-011-0/+138
* Add vectsubtract() and rectinside()patacongo2008-12-011-0/+23
* Add nxgl_rectunion()patacongo2008-12-011-0/+13
* Add argument to window callbackspatacongo2008-12-011-5/+14
* There is at least some X11 output nowpatacongo2008-11-301-1/+1
* Using wrong(invalid) callback structurepatacongo2008-11-291-4/+12
* Add nx_eventnotify.cpatacongo2008-11-291-8/+40