summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add NX line drawing interfacespatacongo2011-08-023-3/+75
* Add nxgl_splitline()patacongo2011-08-021-0/+51
* Add fixed precision atan2() functionpatacongo2011-08-011-0/+1
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-311-15/+47
* Forgot to add file in last checkinpatacongo2011-07-312-1/+139
* Completes first cut of TSC2007 driverpatacongo2011-07-303-3/+9
* More TSC2007 driver updatespatacongo2011-07-303-22/+44
* More logic added to the TSC2007 touchscreen driverpatacongo2011-07-291-4/+51
* Add TSC2007 register definitionspatacongo2011-07-291-0/+8
* Add framework for input devices and TSC2007 touchscreen driverpatacongo2011-07-292-1/+125
* Add one more font; Fix ez80 serial bugpatacongo2011-07-291-22/+25
* Add more fontspatacongo2011-07-291-10/+86
* Add several new fontspatacongo2011-07-271-0/+24
* Fix for bdf-converterpatacongo2011-07-261-2/+2
* Move NX header files to include/nuttx/nxpatacongo2011-07-244-23/+23
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-201-9/+25
* Add support for multiple fontspatacongo2011-07-191-7/+7
* Missing right comment delimiterpatacongo2011-07-191-1/+1
* Setup environment to support multiple fontspatacongo2011-07-192-18/+49
* Add sem_timedwait()patacongo2011-07-191-0/+5
* More FAT long file name logicpatacongo2011-07-131-5/+5
* Fix typopatacongo2011-07-131-2/+2
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-122-2/+13
* Verified STM3210E-EVAL button handling and new button test applicationpatacongo2011-07-071-2/+4
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-071-3/+4
* Standardize button interfacespatacongo2011-07-071-0/+62
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-051-1/+1
* Add termios header files; add files missed in last commitpatacongo2011-07-013-12/+446
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-013-2/+67
* More ez80 compilation/warning fixespatacongo2011-06-221-2/+2
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-222-14/+13
* Remove unused header files; eliminate warningspatacongo2011-06-212-449/+0
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-202-9/+17
* Fixes most integer overflows for AVRpatacongo2011-06-091-1/+7
* Fix bug reported by JP Carballopatacongo2011-06-091-1/+1
* Fix minimum MTU... must be at lest 576patacongo2011-06-062-1/+13
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-0/+8
* Add asprintf()patacongo2011-05-311-0/+1
* Add getsockname()patacongo2011-05-301-0/+3
* Add strndup()patacongo2011-05-292-2/+3
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-2/+2
* Add resource.h and fixed frequently cloned typopatacongo2011-05-241-0/+193
* Add initial CC1101 wireless logic from Urospatacongo2011-05-163-23/+399
* Implemented line-oriented buffering for std outputpatacongo2011-05-141-6/+10
* Changes for clean RGMP compilepatacongo2011-05-121-2/+2
* Modify standard header files to work with RGMPpatacongo2011-05-123-6/+21
* Fix USB host error handling logicpatacongo2011-05-121-0/+4
* Move nuttx/include/apps to apps/includepatacongo2011-05-0913-1209/+0
* Complets ram mapping logicpatacongo2011-05-081-2/+7
* Mostly cosmetic changes from Urospatacongo2011-05-073-29/+27