summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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-291-12/+14
* Add debug instrumentationpatacongo2011-09-291-9/+47
* Add logic to limit the number of samplespatacongo2011-09-291-0/+6
* Add a simple touchscreen testpatacongo2011-09-2910-17/+1045
* 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-275-525/+780
* CDC ACM fixespatacongo2011-09-275-16/+45
* 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-263-1/+52
* Fix color format when pixels are read from STM32 LCDpatacongo2011-09-232-6/+156
* Add TIFF unit testpatacongo2011-09-222-1/+5
* TIFF initialization is completepatacongo2011-09-211-1/+1
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-217-37/+37
* More TIFF logicpatacongo2011-09-201-1/+1
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
* 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-182-100/+285
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-174-66/+463
* 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-157-42/+303
* Add CDC ACM serial class device driverpatacongo2011-09-1313-1141/+1431
* Working toward CDC serial USB devicepatacongo2011-09-124-43/+2376
* Add header files for CDC serialpatacongo2011-09-123-1/+980
* Prep for 6.9 Releasenuttx-6.9patacongo2011-09-113-121/+207
* Fix some timer race conditionspatacongo2011-09-114-13/+97
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-116-60/+201
* Add driver for LM-75 temperature sensorpatacongo2011-09-1018-321/+1125
* Final tweaks to STM32 I2C driverpatacongo2011-09-091-34/+94
* Only enable I2C interrupts when a transfer is startedpatacongo2011-09-092-54/+54