summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Kinetis IRQ numberspatacongo2011-08-074-24/+273
* Fix message queue/signal handling bugspatacongo2011-08-078-46/+236
* More Kinetis definitionspatacongo2011-08-062-87/+188
* First cut at Kinesis chip capabilities (lots of errors)patacongo2011-08-061-6/+729
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-0571-2576/+2565
* 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-0438-148/+1808
* Completes test of line/trapezoid drawing routinespatacongo2011-08-047-25/+470
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-0315-45/+1780
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-0316-56/+1094
* 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-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