summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add STM3240 alternate pin functionspatacongo2011-11-191-0/+22
* Button test can now be built as an NSH commandpatacongo2011-11-144-8/+83
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-121-1/+5
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-311-3/+11
* Oops ... accidentally checked in a test version of the code last timepatacongo2011-10-311-51/+901
* Yet another re-implementation of the NXFFS bug fixpatacongo2011-10-311-901/+51
* Add definitions to stdlib.h; update READMEpatacongo2011-10-301-39/+93
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-071-1/+6
* Prep for 6.10 releasenuttx-6.10patacongo2011-10-061-12/+14
* Add sim/nsh2 configurationpatacongo2011-10-061-0/+2
* Minor typos in examples/helloxx fixedpatacongo2011-10-052-3/+3
* apps/ build now supports an 'external' directorypatacongo2011-10-052-3/+16
* SAM3U SPI driver updatepatacongo2011-10-032-8/+8
* Verify C++ support with CodeSourcerypatacongo2011-10-034-16/+62
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
* Add sim touchscreen bugfixespatacongo2011-09-291-7/+7
* Add debug instrumentationpatacongo2011-09-291-0/+9
* apps/examples/touchscreen build fixespatacongo2011-09-292-3/+2
* Add logic to limit the number of samplespatacongo2011-09-293-2/+14
* Add a simple touchscreen testpatacongo2011-09-296-2/+478
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-271-2/+2
* CDC ACM fixespatacongo2011-09-272-4/+28
* Add examples/usbtermpatacongo2011-09-266-2/+609
* 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-229-14/+294
* Code complete on TIFF creation logicpatacongo2011-09-216-161/+816
* TIFF initialization is completepatacongo2011-09-214-131/+658
* More TIFF logicpatacongo2011-09-203-18/+336
* Add beginning of a TIFF file creation librarypatacongo2011-09-209-0/+1232
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-1811-119/+568
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-171-1/+1
* More CDC serial updatespatacongo2011-09-151-0/+8
* Prep for 6.9 Releasenuttx-6.9patacongo2011-09-111-1/+3
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-083-4/+35
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-063-5/+6
* Update I2C READMEpatacongo2011-09-021-3/+73
* Add I2C README filepatacongo2011-09-021-0/+245
* Fix errors in gmtime and gmtime_rpatacongo2011-09-013-3/+17
* Add NSH date commandpatacongo2011-09-014-0/+345
* I2C tool no longer hangs on dev commandpatacongo2011-08-303-10/+24
* Initial debug changes to the I2C toolpatacongo2011-08-304-22/+23
* First cut at I2C toolpatacongo2011-08-308-138/+448
* More I2C tool logicpatacongo2011-08-299-121/+515
* Add framework for I2C toolspatacongo2011-08-298-1/+988
* Use instead of makepatacongo2011-08-284-7/+7
* Add a test of the circle rendering logicpatacongo2011-08-244-51/+141