summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-295-51/+56
* Use XGrapButton, not XGrabPointerpatacongo2011-09-294-110/+31
* Add sim touchscreen bugfixespatacongo2011-09-292-19/+21
* Add debug instrumentationpatacongo2011-09-292-9/+56
* apps/examples/touchscreen build fixespatacongo2011-09-292-3/+2
* Add logic to limit the number of samplespatacongo2011-09-294-2/+20
* Add a simple touchscreen testpatacongo2011-09-2916-19/+1523
* Simulated touchscreen debug fixespatacongo2011-09-285-24/+116
* Fixes to x11 event looppatacongo2011-09-281-9/+30
* Remove some warningspatacongo2011-09-282-4/+1
* Change X11 event loop initializationpatacongo2011-09-285-31/+46
* Fix NXFFS compilation errorpatacongo2011-09-286-47/+100
* Add a simulated touchscreen driverpatacongo2011-09-2813-88/+1359
* Fix sim build under Ubuntu 9.09patacongo2011-09-283-30/+36
* Use only __CYGWIN__ to identify Cygwinpatacongo2011-09-284-8/+6
* Back out a portion of the last FAT LFN changepatacongo2011-09-281-14/+8
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-283-8/+11
* A couple of files were not addedpatacongo2011-09-272-0/+596
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-277-505/+330
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-276-527/+782
* CDC ACM fixespatacongo2011-09-277-20/+73
* SAM3U KERNEL definitions are backwardpatacongo2011-09-264-6/+6
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
* Add examples/usbtermpatacongo2011-09-269-3/+661
* Fix color format when pixels are read from STM32 LCDpatacongo2011-09-232-6/+156
* Add a test to determine if you can read data from an LCD correctlypatacongo2011-09-236-2/+381
* More TIFF fixespatacongo2011-09-232-5/+24
* Correct a couple of TIFF bugspatacongo2011-09-232-8/+9
* Minor TIFF updatespatacongo2011-09-222-7/+11
* TIFF library now passes its unit testpatacongo2011-09-229-41/+141
* Add TIFF unit testpatacongo2011-09-2211-15/+299
* Code complete on TIFF creation logicpatacongo2011-09-216-161/+816
* TIFF initialization is completepatacongo2011-09-215-132/+659
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-217-37/+37
* More TIFF logicpatacongo2011-09-204-19/+337
* Add beginning of a TIFF file creation librarypatacongo2011-09-2010-1/+1233
* Add rollover protection to the STM32 RTC sampling logicpatacongo2011-09-191-18/+43
* Generalize conditional compilation settingpatacongo2011-09-181-2/+2
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-1813-219/+853
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-175-67/+464
* A little progress with CDC ACM driverpatacongo2011-09-164-17/+22
* Fix a stray write into the FATpatacongo2011-09-164-17/+27
* Small improvement in FAT buffering logic on write()patacongo2011-09-152-14/+17
* Revert some unnecessary portions of last commitpatacongo2011-09-151-21/+6
* Fix a critical bug in FAT sector managementpatacongo2011-09-152-9/+41
* More CDC serial updatespatacongo2011-09-158-42/+311
* Add CDC ACM serial class device driverpatacongo2011-09-1313-1141/+1431