aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/STMPE811/stmpe811.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Fix the newmouse STMPE811 driver.inmarket2014-11-071-3/+0
| | | | Finalise the STM32F429i-Discovery board file for that touch controller
* STMPE811 fixes - still not workingJoel Bodenmann2014-10-131-3/+0
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-9/+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
|
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* STMPE811: attempt to use FIFOMateusz Tomaszkiewicz2013-03-291-0/+1
| | | | Very early version of using FIFO threshold interrupt.
* STMPE811: working reading, writing and interruptMateusz Tomaszkiewicz2013-03-251-1/+0
| | | | | | | | - 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.
* STMPE811 - not tested yetJoel Bodenmann2013-03-191-1/+5
|
* small cleanupJoel Bodenmann2013-03-081-1/+2
|
* STMPE811: comment fixMateusz Tomaszkiewicz2013-03-081-2/+2
|
* STMPE811: added header with registers addressesMateusz Tomaszkiewicz2013-03-081-0/+100
Also changed filename of board file from *_embest_lcd.h to *_embest_dmstf4bb.h.