Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 14 | -389/+1 | |
| | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction. | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 4 | -10/+8 | |
| | ||||||
* | Update template files for the MCU touch driver. | inmarket | 2013-11-25 | 2 | -14/+43 | |
| | ||||||
* | Rewrite of the MCU driver. This is now much more reliable. | inmarket | 2013-11-24 | 1 | -40/+40 | |
| | ||||||
* | Clean up the driver directory structure by moving all board specific files ↵ | inmarket | 2013-10-28 | 8 | -819/+1 | |
| | | | | into the boards sub-structure. | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 21 | -21/+21 | |
| | ||||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 | |
| | ||||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 11 | -288/+208 | |
| | ||||||
* | doxygen fix | Joel Bodenmann | 2013-06-28 | 2 | -2/+2 | |
| | ||||||
* | quick board file fix | Joel Bodenmann | 2013-06-24 | 1 | -1/+1 | |
| | ||||||
* | one more typo fix... | Joel Bodenmann | 2013-06-22 | 1 | -1/+1 | |
| | ||||||
* | typo fix | Joel Bodenmann | 2013-06-22 | 1 | -1/+1 | |
| | ||||||
* | Added FT5x06 GINPUT driver | Joel Bodenmann | 2013-06-22 | 7 | -0/+430 | |
| | ||||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 2 | -4/+2 | |
| | | | | Changed misleading description. | |||||
* | License header updates | inmarket | 2013-06-15 | 16 | -16/+16 | |
| | ||||||
* | added new ADS7843 board file | Joel Bodenmann | 2013-06-04 | 1 | -0/+2 | |
| | ||||||
* | added f4 disovery file for ADS7843 | Joel Bodenmann | 2013-06-04 | 1 | -0/+90 | |
| | ||||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 4 | -30/+24 | |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | |||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 3 | -52/+82 | |
| | | | | Reinsertion of doxygen headers that got lost in license change | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 15 | -310/+88 | |
| | ||||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 15 | -134/+19 | |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | |||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 15 | -19/+134 | |
| | ||||||
* | Merge pull request #64 from niamster/master | Tectu | 2013-04-09 | 2 | -0/+166 | |
|\ | | | | | Touch panel LLD for olimex pic32mx board | |||||
| * | ginput/touch/MCU Olimex PIC32 LCD board file | Dmytro Milinevskyy | 2013-04-10 | 2 | -0/+166 | |
| | | ||||||
* | | Added the GINPUT_MOUSE_YX_INVERTED macro. | mobyfab | 2013-04-05 | 1 | -6/+15 | |
|/ | ||||||
* | STMPE811 tweaks | Joel Bodenmann | 2013-03-29 | 1 | -2/+2 | |
| | ||||||
* | STMPE811 cleanup & readme | Joel Bodenmann | 2013-03-29 | 2 | -11/+24 | |
| | ||||||
* | STMPE811 getpin_pressed() -> getpin_irq() | Joel Bodenmann | 2013-03-29 | 3 | -4/+4 | |
| | ||||||
* | board file fix | Joel Bodenmann | 2013-03-29 | 1 | -1/+1 | |
| | ||||||
* | STMPE811 - initial | Joel Bodenmann | 2013-03-29 | 2 | -158/+185 | |
| | ||||||
* | STMPE811: attempt to use FIFO | Mateusz Tomaszkiewicz | 2013-03-29 | 4 | -27/+53 | |
| | | | | Very early version of using FIFO threshold interrupt. | |||||
* | STMPE811: working reading, writing and interrupt | Mateusz Tomaszkiewicz | 2013-03-25 | 5 | -71/+88 | |
| | | | | | | | | - 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: reading registers over I2C | Mateusz Tomaszkiewicz | 2013-03-20 | 2 | -26/+32 | |
| | | | | | | | - Reading works. - Some other cleanups. Driver is not usable yet. | |||||
* | STMPE811 - not tested yet | Joel Bodenmann | 2013-03-19 | 3 | -84/+98 | |
| | ||||||
* | embest DMSTF4BB board fix - removed FSMC suffix because only FSMC exists | Joel Bodenmann | 2013-03-08 | 1 | -1/+3 | |
| | ||||||
* | small cleanup | Joel Bodenmann | 2013-03-08 | 1 | -1/+2 | |
| | ||||||
* | STMPE811: comment fix | Mateusz Tomaszkiewicz | 2013-03-08 | 1 | -2/+2 | |
| | ||||||
* | STMPE811: added header with registers addresses | Mateusz Tomaszkiewicz | 2013-03-08 | 3 | -6/+111 | |
| | | | | | Also changed filename of board file from *_embest_lcd.h to *_embest_dmstf4bb.h. | |||||
* | added basic STMPE811 skeleton | Joel Bodenmann | 2013-03-08 | 6 | -0/+377 | |
| | ||||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 9 | -9/+9 | |
| | ||||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 5 | -27/+27 | |
| | ||||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 13 | -0/+957 | |
| | ||||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 13 | -957/+0 | |
| | ||||||
* | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -2/+2 | |
| | ||||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 9 | -10/+11 | |
| | ||||||
* | XPT2046 removed | Joel Bodenmann | 2012-12-18 | 6 | -393/+0 | |
| | ||||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 13 | -13/+36 | |
| | ||||||
* | added Olimex STM32 E407 touchscreen file | Joel Bodenmann | 2012-12-18 | 1 | -0/+102 | |
| | ||||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 1 | -0/+2 | |
| | ||||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 1 | -5/+5 | |
| |