summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add a test to determine if you can read data from an LCD correctlypatacongo2011-09-236-2/+381
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3974 42af7a65-404d-4744-a932-0658087f49c3
* More TIFF fixespatacongo2011-09-232-5/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3973 42af7a65-404d-4744-a932-0658087f49c3
* Correct a couple of TIFF bugspatacongo2011-09-232-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3972 42af7a65-404d-4744-a932-0658087f49c3
* Minor TIFF updatespatacongo2011-09-222-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3971 42af7a65-404d-4744-a932-0658087f49c3
* TIFF library now passes its unit testpatacongo2011-09-229-41/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3970 42af7a65-404d-4744-a932-0658087f49c3
* Add TIFF unit testpatacongo2011-09-229-14/+294
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3
* Code complete on TIFF creation logicpatacongo2011-09-216-161/+816
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3968 42af7a65-404d-4744-a932-0658087f49c3
* TIFF initialization is completepatacongo2011-09-214-131/+658
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3967 42af7a65-404d-4744-a932-0658087f49c3
* More TIFF logicpatacongo2011-09-203-18/+336
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a TIFF file creation librarypatacongo2011-09-209-0/+1232
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 42af7a65-404d-4744-a932-0658087f49c3
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ↵patacongo2011-09-1811-119/+568
| | | | | | to the I2C tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so ↵patacongo2011-09-171-1/+1
| | | | | | configured git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3960 42af7a65-404d-4744-a932-0658087f49c3
* More CDC serial updatespatacongo2011-09-151-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3954 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.9 Releasenuttx-6.9patacongo2011-09-111-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3950 42af7a65-404d-4744-a932-0658087f49c3
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-083-4/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3942 42af7a65-404d-4744-a932-0658087f49c3
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-063-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3940 42af7a65-404d-4744-a932-0658087f49c3
* Update I2C READMEpatacongo2011-09-021-3/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3935 42af7a65-404d-4744-a932-0658087f49c3
* Add I2C README filepatacongo2011-09-021-0/+245
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3934 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in gmtime and gmtime_rpatacongo2011-09-013-3/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH date commandpatacongo2011-09-014-0/+345
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3932 42af7a65-404d-4744-a932-0658087f49c3
* I2C tool no longer hangs on dev commandpatacongo2011-08-303-10/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3930 42af7a65-404d-4744-a932-0658087f49c3
* Initial debug changes to the I2C toolpatacongo2011-08-304-22/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3929 42af7a65-404d-4744-a932-0658087f49c3
* First cut at I2C toolpatacongo2011-08-308-138/+448
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3927 42af7a65-404d-4744-a932-0658087f49c3
* More I2C tool logicpatacongo2011-08-299-121/+515
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3924 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for I2C toolspatacongo2011-08-298-1/+988
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3923 42af7a65-404d-4744-a932-0658087f49c3
* Use instead of makepatacongo2011-08-284-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3920 42af7a65-404d-4744-a932-0658087f49c3
* Add a test of the circle rendering logicpatacongo2011-08-244-51/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.8 releasenuttx-6.8patacongo2011-08-191-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3899 42af7a65-404d-4744-a932-0658087f49c3
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-041-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3843 42af7a65-404d-4744-a932-0658087f49c3
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-033-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3841 42af7a65-404d-4744-a932-0658087f49c3
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-037-3/+872
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3840 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-021-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3837 42af7a65-404d-4744-a932-0658087f49c3
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-2712-36/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3822 42af7a65-404d-4744-a932-0658087f49c3
* Improve USB mass storgage memory usage instrumentationpatacongo2011-07-262-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3819 42af7a65-404d-4744-a932-0658087f49c3
* Add memory usage monitor to USB storage examplepatacongo2011-07-254-13/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
* Move NX header files to include/nuttx/nxpatacongo2011-07-2421-46/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
* Update BDF converterpatacongo2011-07-241-9/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3
* Add JP's BDF font conversion programpatacongo2011-07-231-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3813 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/usbstorage can now be built as NSH built-in commands; ↵patacongo2011-07-229-109/+250
| | | | | | configs/stm3210e-eval/nsh2 now uses these usb storage commands git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3812 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-07-221-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3811 42af7a65-404d-4744-a932-0658087f49c3
* Documentation Updatespatacongo2011-07-211-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3810 42af7a65-404d-4744-a932-0658087f49c3
* Add greyscale imagepatacongo2011-07-212-12/+916
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3809 42af7a65-404d-4744-a932-0658087f49c3
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-212-30/+1561
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3808 42af7a65-404d-4744-a932-0658087f49c3
* Fix loop terminatin valuepatacongo2011-07-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3806 42af7a65-404d-4744-a932-0658087f49c3
* Add a NuttX logo image examplepatacongo2011-07-211-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3805 42af7a65-404d-4744-a932-0658087f49c3
* Add a NuttX logo image examplepatacongo2011-07-219-6/+2321
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3804 42af7a65-404d-4744-a932-0658087f49c3
* Use a handle instead of an ID in each font lookup; this saves doing the font ↵patacongo2011-07-2012-12/+66
| | | | | | set lookup each time git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3802 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple fontspatacongo2011-07-191-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3801 42af7a65-404d-4744-a932-0658087f49c3
* Setup environment to support multiple fontspatacongo2011-07-196-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
* Add sem_timedwait()patacongo2011-07-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3