summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Minor typos in examples/helloxx fixedpatacongo2011-10-052-3/+3
* SAM3U SPI driver updatepatacongo2011-10-032-8/+8
* Verify C++ support with CodeSourcerypatacongo2011-10-034-16/+62
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
* Add sim touchscreen bugfixespatacongo2011-09-291-7/+7
* Add debug instrumentationpatacongo2011-09-291-0/+9
* apps/examples/touchscreen build fixespatacongo2011-09-292-3/+2
* Add logic to limit the number of samplespatacongo2011-09-293-2/+14
* Add a simple touchscreen testpatacongo2011-09-295-2/+476
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-271-2/+2
* CDC ACM fixespatacongo2011-09-272-4/+28
* Add examples/usbtermpatacongo2011-09-265-1/+605
* Add a test to determine if you can read data from an LCD correctlypatacongo2011-09-235-2/+379
* TIFF library now passes its unit testpatacongo2011-09-223-8/+53
* Add TIFF unit testpatacongo2011-09-224-1/+265
* More CDC serial updatespatacongo2011-09-151-0/+8
* Use instead of makepatacongo2011-08-284-7/+7
* Add a test of the circle rendering logicpatacongo2011-08-243-51/+139
* 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-036-3/+869
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-2711-36/+81
* Improve USB mass storgage memory usage instrumentationpatacongo2011-07-261-8/+19
* Add memory usage monitor to USB storage examplepatacongo2011-07-254-13/+163
* Move NX header files to include/nuttx/nxpatacongo2011-07-2420-45/+46
* 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-228-109/+246
* 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-219-6/+2321
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-2011-11/+64
* 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-185-1/+1046
* 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-166-6/+49
* Fix NXTEXT link errorpatacongo2011-07-141-2/+2
* 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