summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Remove some warnings introduced with the last changeGregory Nutt2014-04-141-1/+3
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-142-0/+27
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+3
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-103-4/+68
* SAMA5: Integrate touchscreen and ADC drivers into the buildGregory Nutt2013-10-031-1/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-122-5/+5
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-021-11/+2
* Updates to README filesGregory Nutt2013-06-011-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-14/+12
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+14
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-021-1/+1
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-013-7/+45
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-241-1/+1
* Remove .context kludge from apps/ directorypatacongo2012-12-231-4/+5
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-133-3/+3
* Add configurable application entry pointpatacongo2012-08-301-19/+11
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-24/+0
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-1/+3
* update Kconfig filespatacongo2012-04-131-0/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* Fix PIC32 error in last check-inpatacongo2011-11-251-1/+1
* Button test can now be built as an NSH commandpatacongo2011-11-141-1/+1
* 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-291-2/+2
* Add logic to limit the number of samplespatacongo2011-09-292-2/+9
* Add a simple touchscreen testpatacongo2011-09-293-0/+436