aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer/gtimer.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+1
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+0
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+1
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-1/+0
|
* RestructureAndrew Hannam2012-12-061-0/+1
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.