Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Fixing wrong define in ADS7843 driver | Joel Bodenmann | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update default settings in the board file for the ADS7843 touch | inmarket | 2014-11-10 | 1 | -6/+6 |
| | |||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 1 | -1/+2 |
| | |||||
* | Update newmouse driver makefiles | inmarket | 2014-10-13 | 1 | -3/+0 |
| | |||||
* | Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers. | inmarket | 2014-10-13 | 2 | -22/+19 |
| | | | | Tidy up naming. | ||||
* | fixing ADS7843 driver - tested | Joel Bodenmann | 2014-10-11 | 1 | -5/+14 |
| | |||||
* | Added missing defines to board template of ADS7843 | Joel Bodenmann | 2014-10-11 | 1 | -0/+7 |
| | |||||
* | ADS7843 porting - not tested yet! | Joel Bodenmann | 2014-10-11 | 5 | -117/+79 |
| | |||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -5/+5 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 3 | -87/+0 |
| | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Clean up the driver directory structure by moving all board specific files ↵ | inmarket | 2013-10-28 | 3 | -270/+0 |
| | | | | into the boards sub-structure. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 6 | -6/+6 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 3 | -88/+66 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -2/+1 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 6 | -6/+6 |
| | |||||
* | 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 | 1 | -8/+6 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 1 | -16/+26 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 5 | -104/+30 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 5 | -45/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 5 | -0/+45 |
| | |||||
* | Added the GINPUT_MOUSE_YX_INVERTED macro. | mobyfab | 2013-04-05 | 1 | -6/+15 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 5 | -5/+5 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 3 | -15/+15 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 7 | -0/+496 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 7 | -496/+0 |
| | |||||
* | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -2/+2 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 5 | -6/+7 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 5 | -5/+11 |
| | |||||
* | added Olimex STM32 E407 touchscreen file | Joel Bodenmann | 2012-12-18 | 1 | -0/+102 |
| | |||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 1 | -0/+2 |
| | |||||
* | Fix header files for ginput touch drivers | Andrew Hannam | 2012-12-08 | 1 | -4/+2 |
| | |||||
* | boardfile update | Joel Bodenmann | 2012-11-30 | 1 | -4/+4 |
| | |||||
* | removed xxx_unknown.h board files from ginput drivers | Joel Bodenmann | 2012-11-29 | 1 | -97/+0 |
| | |||||
* | ADS7843 fix | Joel Bodenmann | 2012-11-28 | 3 | -5/+9 |
| | |||||
* | ILI9320 landscape mode | Joel Bodenmann | 2012-11-28 | 3 | -5/+5 |
| | |||||
* | FireBull STM32F103 board file for GINPUT | Joel Bodenmann | 2012-11-27 | 2 | -6/+15 |
| | |||||
* | copyright header fixes... | Joel Bodenmann | 2012-11-26 | 3 | -3/+3 |
| | |||||
* | FireBull STM32 F103 GINPUT dummy board file (forgot to add at last commit) | Joel Bodenmann | 2012-11-26 | 1 | -0/+89 |
| | |||||
* | few fixes and FireBull STM32 F103 GINPUT dummy board file | Joel Bodenmann | 2012-11-26 | 1 | -5/+9 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 6 | -0/+378 |
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system |