summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add directory structure to support the port to the Kinesis KwikStik-K40patacongo2011-08-0523-0/+3867
* Misc documentation/LCD-related updatespatacongo2011-08-056-68/+129
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-0437-145/+1792
* Completes test of line/trapezoid drawing routinespatacongo2011-08-047-25/+470
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-0312-37/+1772
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-039-53/+222
* Revised CAN driverpatacongo2011-08-032-118/+257
* Fix LPC17xx chip memory configuration errorpatacongo2011-08-031-8/+8
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-023-157/+184
* 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-277-17/+143
* Add several new fontspatacongo2011-07-2713-7/+3532
* Correct USB mass storage memory leakpatacongo2011-07-264-35/+27
* Fix for bdf-converterpatacongo2011-07-263-13/+86
* Add memory usage monitor to USB storage examplepatacongo2011-07-255-8/+15
* Move NX header files to include/nuttx/nxpatacongo2011-07-24132-400/+415
* Update BDF converterpatacongo2011-07-245-41/+247
* Documentation updatepatacongo2011-07-231-8/+8
* Add JP's BDF font conversion programpatacongo2011-07-237-23/+895
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-2212-68/+201
* Documentation updatepatacongo2011-07-225-38/+263
* Documentation Updatespatacongo2011-07-213-5/+38
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-212-494/+498
* Fix some NX configurationspatacongo2011-07-213-9/+9
* Add a NuttX logo image examplepatacongo2011-07-215-3/+114
* 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-205-113/+174
* Add support for multiple fontspatacongo2011-07-196-67/+191
* Missing right comment delimiterpatacongo2011-07-191-1/+1
* Setup environment to support multiple fontspatacongo2011-07-1930-97/+147
* Add sem_timedwait()patacongo2011-07-196-284/+646
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-183-3/+33
* 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
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-1615-26/+254