aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Port SMTPE811 mouse driver to newmouse (and supported boards)inmarket2014-10-131-25/+0
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-11/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* Reinsertion of doxygen headersAndrew Hannam2013-05-061-20/+30
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-031-28/+6
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* STMPE811 tweaksJoel Bodenmann2013-03-291-2/+2
|
* STMPE811 cleanup & readmeJoel Bodenmann2013-03-291-2/+4
|
* STMPE811 - initialJoel Bodenmann2013-03-291-0/+2
|
* STMPE811: attempt to use FIFOMateusz Tomaszkiewicz2013-03-291-2/+2
| | | | Very early version of using FIFO threshold interrupt.
* STMPE811: working reading, writing and interruptMateusz Tomaszkiewicz2013-03-251-3/+2
| | | | | | | | - Slightly changed rading and writing routines. - Added delay after reset of STMPE811 in initialization code. - STMPE811 "interrupt service routine" - Comments, formatting etc. - Another commit with unfinished driver.
* added basic STMPE811 skeletonJoel Bodenmann2013-03-081-0/+45