summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-024-158/+186
* Add NX line drawing interfacespatacongo2011-08-0213-42/+866
* Add nxgl_splitline()patacongo2011-08-025-5/+391
* Add fixed precision atan2() functionpatacongo2011-08-014-1/+112
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-3112-29/+400
* Forgot to add file in last checkinpatacongo2011-07-313-11/+153
* Completes first cut of TSC2007 driverpatacongo2011-07-305-37/+190
* More TSC2007 driver updatespatacongo2011-07-308-149/+520
* More logic added to the TSC2007 touchscreen driverpatacongo2011-07-293-17/+250
* Add TSC2007 register definitionspatacongo2011-07-293-0/+123
* Add framework for input devices and TSC2007 touchscreen driverpatacongo2011-07-295-7/+699
* Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo2011-07-291-4/+8
* Add one more font; Fix ez80 serial bugpatacongo2011-07-2916-196/+1066
* Add more fontspatacongo2011-07-2921-108/+6550
* If the requested font cannot be found, return the default fontpatacongo2011-07-285-11/+29
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-2719-53/+227
* Add several new fontspatacongo2011-07-2713-7/+3532
* Correct USB mass storage memory leakpatacongo2011-07-264-35/+27
* Improve USB mass storgage memory usage instrumentationpatacongo2011-07-262-8/+21
* Fix for bdf-converterpatacongo2011-07-263-13/+86
* Add memory usage monitor to USB storage examplepatacongo2011-07-259-21/+178
* Move NX header files to include/nuttx/nxpatacongo2011-07-24153-446/+463
* Update BDF converterpatacongo2011-07-246-50/+289
* Documentation updatepatacongo2011-07-231-8/+8
* Add JP's BDF font conversion programpatacongo2011-07-238-24/+901
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-2221-177/+451
* Documentation updatepatacongo2011-07-226-39/+271
* Documentation Updatespatacongo2011-07-214-6/+48
* Add greyscale imagepatacongo2011-07-212-12/+916
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-214-524/+2059
* Fix some NX configurationspatacongo2011-07-213-9/+9
* Fix loop terminatin valuepatacongo2011-07-211-1/+1
* Add a NuttX logo image examplepatacongo2011-07-216-3/+117
* Add a NuttX logo image examplepatacongo2011-07-219-6/+2321
* Fix for sem_timedwait.cpatacongo2011-07-206-37/+37
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-2017-125/+240
* Add support for multiple fontspatacongo2011-07-197-70/+195
* Missing right comment delimiterpatacongo2011-07-191-1/+1
* Setup environment to support multiple fontspatacongo2011-07-1936-106/+156
* Add sem_timedwait()patacongo2011-07-197-285/+647
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-189-4/+1082
* Add logic to assure that short FAT names are uniquepatacongo2011-07-183-46/+295
* Documentation updatepatacongo2011-07-182-20/+52
* Correct FAT long file name padding characterpatacongo2011-07-185-51/+72
* Fix a problem with STM32 SDIO DMA.patacongo2011-07-171-18/+62
* Fix a link problempatacongo2011-07-171-2/+2
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-1624-34/+313
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
* Some FAT long file name fixespatacongo2011-07-151-30/+71
* Implement reversed portrait mode displays for the STM3210E-EVAL LCDpatacongo2011-07-154-11/+61