summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-083-4/+35
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-063-5/+6
* Update I2C READMEpatacongo2011-09-021-3/+73
* Add I2C README filepatacongo2011-09-021-0/+245
* Fix errors in gmtime and gmtime_rpatacongo2011-09-013-3/+17
* Add NSH date commandpatacongo2011-09-014-0/+345
* I2C tool no longer hangs on dev commandpatacongo2011-08-303-10/+24
* Initial debug changes to the I2C toolpatacongo2011-08-304-22/+23
* First cut at I2C toolpatacongo2011-08-308-138/+448
* More I2C tool logicpatacongo2011-08-299-121/+515
* Add framework for I2C toolspatacongo2011-08-298-1/+988
* Use instead of makepatacongo2011-08-284-7/+7
* Add a test of the circle rendering logicpatacongo2011-08-244-51/+141
* Prep for 6.8 releasenuttx-6.8patacongo2011-08-191-1/+3
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-041-3/+16
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-033-8/+8
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-037-3/+872
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-021-1/+2
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-2712-36/+84
* Improve USB mass storgage memory usage instrumentationpatacongo2011-07-262-8/+21
* Add memory usage monitor to USB storage examplepatacongo2011-07-254-13/+163
* Move NX header files to include/nuttx/nxpatacongo2011-07-2421-46/+48
* Update BDF converterpatacongo2011-07-241-9/+42
* Add JP's BDF font conversion programpatacongo2011-07-231-1/+6
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-229-109/+250
* Documentation updatepatacongo2011-07-221-1/+8
* Documentation Updatespatacongo2011-07-211-1/+10
* Add greyscale imagepatacongo2011-07-212-12/+916
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-212-30/+1561
* Fix loop terminatin valuepatacongo2011-07-211-1/+1
* Add a NuttX logo image examplepatacongo2011-07-211-0/+3
* Add a NuttX logo image examplepatacongo2011-07-219-6/+2321
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-2012-12/+66
* Add support for multiple fontspatacongo2011-07-191-3/+4
* Setup environment to support multiple fontspatacongo2011-07-196-9/+9
* Add sem_timedwait()patacongo2011-07-191-1/+1
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-186-1/+1049
* 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-169-8/+59
* Fix NXTEXT link errorpatacongo2011-07-141-2/+2
* Prep for 6.6 Releasenuttx-6.6patacongo2011-07-111-2/+5
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-113-45/+26
* Fix more NXTEXT bugs -- seems to be working nowpatacongo2011-07-105-58/+139
* Fix NXTEST stringspatacongo2011-07-105-35/+35
* Fix an error in the NX move logicpatacongo2011-07-101-0/+6
* Fix a few NXTEXT bugspatacongo2011-07-105-78/+133
* Fix some NXTEXT bkgd redraw errorspatacongo2011-07-102-2/+6
* Fix an error in a bounding box calculationpatacongo2011-07-092-7/+28
* Fix a critical font rendering bugpatacongo2011-07-091-1/+1
* Redesign of NXTEXT font cachepatacongo2011-07-094-178/+266