summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The ADS7843E driver skeleton at least compiles nowpatacongo2011-10-032-4/+150
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4014 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-0310-6/+1478
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4013 42af7a65-404d-4744-a932-0658087f49c3
* Update comments, dates, ... housekeepingpatacongo2011-10-038-9/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4012 42af7a65-404d-4744-a932-0658087f49c3
* Add SAM3U board-specific SPI supportpatacongo2011-10-0316-417/+480
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4011 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for a SAM3U SPI driverpatacongo2011-10-0344-5/+558
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4010 42af7a65-404d-4744-a932-0658087f49c3
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-037-6/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4009 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT date/time stamppatacongo2011-10-0212-103/+185
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 42af7a65-404d-4744-a932-0658087f49c3
* The lo-res RTC now seems to workpatacongo2011-10-023-23/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4007 42af7a65-404d-4744-a932-0658087f49c3
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-0211-318/+180
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4006 42af7a65-404d-4744-a932-0658087f49c3
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-0113-303/+746
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4005 42af7a65-404d-4744-a932-0658087f49c3
* Minor configuration updatespatacongo2011-09-302-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4004 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to use for development of the SAM3U-EK touchscreenpatacongo2011-09-307-1/+1450
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4003 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4002 42af7a65-404d-4744-a932-0658087f49c3
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-295-51/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4001 42af7a65-404d-4744-a932-0658087f49c3
* Use XGrapButton, not XGrabPointerpatacongo2011-09-294-110/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4000 42af7a65-404d-4744-a932-0658087f49c3
* Add sim touchscreen bugfixespatacongo2011-09-292-19/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3999 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentationpatacongo2011-09-292-9/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3998 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/touchscreen build fixespatacongo2011-09-292-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3997 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to limit the number of samplespatacongo2011-09-294-2/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3996 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple touchscreen testpatacongo2011-09-2916-19/+1523
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3
* Simulated touchscreen debug fixespatacongo2011-09-285-24/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3994 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to x11 event looppatacongo2011-09-281-9/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3993 42af7a65-404d-4744-a932-0658087f49c3
* Remove some warningspatacongo2011-09-282-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3992 42af7a65-404d-4744-a932-0658087f49c3
* Change X11 event loop initializationpatacongo2011-09-285-31/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3991 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS compilation errorpatacongo2011-09-286-47/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3990 42af7a65-404d-4744-a932-0658087f49c3
* Add a simulated touchscreen driverpatacongo2011-09-2813-88/+1359
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3989 42af7a65-404d-4744-a932-0658087f49c3
* Fix sim build under Ubuntu 9.09patacongo2011-09-283-30/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3988 42af7a65-404d-4744-a932-0658087f49c3
* Use only __CYGWIN__ to identify Cygwinpatacongo2011-09-284-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3987 42af7a65-404d-4744-a932-0658087f49c3
* Back out a portion of the last FAT LFN changepatacongo2011-09-281-14/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3986 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-283-8/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3985 42af7a65-404d-4744-a932-0658087f49c3
* A couple of files were not addedpatacongo2011-09-272-0/+596
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3984 42af7a65-404d-4744-a932-0658087f49c3
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-277-505/+330
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3983 42af7a65-404d-4744-a932-0658087f49c3
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-276-527/+782
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3982 42af7a65-404d-4744-a932-0658087f49c3
* CDC ACM fixespatacongo2011-09-277-20/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3981 42af7a65-404d-4744-a932-0658087f49c3
* SAM3U KERNEL definitions are backwardpatacongo2011-09-264-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3980 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3979 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3978 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3977 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/usbtermpatacongo2011-09-269-3/+661
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3976 42af7a65-404d-4744-a932-0658087f49c3
* Fix color format when pixels are read from STM32 LCDpatacongo2011-09-232-6/+156
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3975 42af7a65-404d-4744-a932-0658087f49c3
* 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-2211-15/+299
| | | | 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-215-132/+659
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3967 42af7a65-404d-4744-a932-0658087f49c3
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-217-37/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3966 42af7a65-404d-4744-a932-0658087f49c3
* More TIFF logicpatacongo2011-09-204-19/+337
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3