summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-024-158/+186
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3837 42af7a65-404d-4744-a932-0658087f49c3
* Add NX line drawing interfacespatacongo2011-08-0213-42/+866
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3836 42af7a65-404d-4744-a932-0658087f49c3
* Add nxgl_splitline()patacongo2011-08-025-5/+391
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3835 42af7a65-404d-4744-a932-0658087f49c3
* Add fixed precision atan2() functionpatacongo2011-08-014-1/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3834 42af7a65-404d-4744-a932-0658087f49c3
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-3112-29/+400
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3833 42af7a65-404d-4744-a932-0658087f49c3
* Forgot to add file in last checkinpatacongo2011-07-313-11/+153
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3832 42af7a65-404d-4744-a932-0658087f49c3
* Completes first cut of TSC2007 driverpatacongo2011-07-305-37/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3831 42af7a65-404d-4744-a932-0658087f49c3
* More TSC2007 driver updatespatacongo2011-07-308-149/+520
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3830 42af7a65-404d-4744-a932-0658087f49c3
* More logic added to the TSC2007 touchscreen driverpatacongo2011-07-293-17/+250
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3829 42af7a65-404d-4744-a932-0658087f49c3
* Add TSC2007 register definitionspatacongo2011-07-293-0/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3828 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for input devices and TSC2007 touchscreen driverpatacongo2011-07-295-7/+699
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3827 42af7a65-404d-4744-a932-0658087f49c3
* Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo2011-07-291-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3826 42af7a65-404d-4744-a932-0658087f49c3
* Add one more font; Fix ez80 serial bugpatacongo2011-07-2916-196/+1066
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3825 42af7a65-404d-4744-a932-0658087f49c3
* Add more fontspatacongo2011-07-2921-108/+6550
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3824 42af7a65-404d-4744-a932-0658087f49c3
* If the requested font cannot be found, return the default fontpatacongo2011-07-285-11/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3823 42af7a65-404d-4744-a932-0658087f49c3
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-2719-53/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3822 42af7a65-404d-4744-a932-0658087f49c3
* Add several new fontspatacongo2011-07-2713-7/+3532
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3821 42af7a65-404d-4744-a932-0658087f49c3
* Correct USB mass storage memory leakpatacongo2011-07-264-35/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3820 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
* Fix for bdf-converterpatacongo2011-07-263-13/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3818 42af7a65-404d-4744-a932-0658087f49c3
* Add memory usage monitor to USB storage examplepatacongo2011-07-259-21/+178
| | | | 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-24153-446/+463
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
* Update BDF converterpatacongo2011-07-246-50/+289
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-07-231-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3814 42af7a65-404d-4744-a932-0658087f49c3
* Add JP's BDF font conversion programpatacongo2011-07-238-24/+901
| | | | 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-2221-177/+451
| | | | | | 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-226-39/+271
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3811 42af7a65-404d-4744-a932-0658087f49c3
* Documentation Updatespatacongo2011-07-214-6/+48
| | | | 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-214-524/+2059
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3808 42af7a65-404d-4744-a932-0658087f49c3
* Fix some NX configurationspatacongo2011-07-213-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3807 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-216-3/+117
| | | | 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
* Fix for sem_timedwait.cpatacongo2011-07-206-37/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3803 42af7a65-404d-4744-a932-0658087f49c3
* Use a handle instead of an ID in each font lookup; this saves doing the font ↵patacongo2011-07-2017-125/+240
| | | | | | 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-197-70/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3801 42af7a65-404d-4744-a932-0658087f49c3
* Missing right comment delimiterpatacongo2011-07-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3800 42af7a65-404d-4744-a932-0658087f49c3
* Setup environment to support multiple fontspatacongo2011-07-1936-106/+156
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
* Add sem_timedwait()patacongo2011-07-197-285/+647
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-189-4/+1082
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3797 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to assure that short FAT names are uniquepatacongo2011-07-183-46/+295
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3796 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-07-182-20/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3795 42af7a65-404d-4744-a932-0658087f49c3
* Correct FAT long file name padding characterpatacongo2011-07-185-51/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
* Fix a problem with STM32 SDIO DMA.patacongo2011-07-171-18/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3793 42af7a65-404d-4744-a932-0658087f49c3
* Fix a link problempatacongo2011-07-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3792 42af7a65-404d-4744-a932-0658087f49c3
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ↵patacongo2011-07-1624-34/+313
| | | | | | example from the NX command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3791 42af7a65-404d-4744-a932-0658087f49c3
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3790 42af7a65-404d-4744-a932-0658087f49c3
* Some FAT long file name fixespatacongo2011-07-151-30/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3789 42af7a65-404d-4744-a932-0658087f49c3
* Implement reversed portrait mode displays for the STM3210E-EVAL LCDpatacongo2011-07-154-11/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3788 42af7a65-404d-4744-a932-0658087f49c3