aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer
Commit message (Expand)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-6/+6
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-1/+1
* Update license headerTibo Clausen2018-10-016-6/+6
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-1/+1
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-2/+2
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-082-7/+7
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-082-8/+8
* Added new type definitions - moving towards V3.0inmarket2018-06-232-15/+7
* First set of V3 macro changesinmarket2018-02-271-1/+1
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-301-2/+5
* Revert "Remove some compiler warnings"Joel Bodenmann2016-12-141-1/+1
* Remove some compiler warningsinmarket2016-12-061-1/+1
* Removing old references to ChibiOS/GFX in documentationJoel Bodenmann2016-11-081-1/+1
* Fix Gtimer stop bug.inmarket2015-12-241-2/+2
* Make all include paths in ugfx relative.inmarket2015-11-212-2/+2
* GTimer fix for fast tick rate systemsinmarket2015-11-051-1/+3
* Fixing gfxThreadCreate() call for the GTIMER thread because not all GOS imple...Joel Bodenmann2015-10-261-1/+1
* More thread return fixesinmarket2015-10-231-3/+2
* Fixing compiler warning/errorJoel Bodenmann2015-10-231-1/+2
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-081-0/+8
* 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 pr...inmarket2015-01-216-13/+4
* Fix serious bug in GTIMER.inmarket2015-01-031-1/+1
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-239/+239
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-194-1/+256
* Fix gtimerDeinit() function and add a TODO to _gtimerDeinit()inmarket2014-02-031-1/+2
* implemented gtimerDeinit()Joel Bodenmann2014-02-021-1/+7
* implemented some deinit()Joel Bodenmann2014-02-021-1/+2
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-1/+7
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-2/+2
* fixed define typo...Joel Bodenmann2013-10-051-1/+1
* added thread priorities to gfxconf.hJoel Bodenmann2013-10-051-1/+1
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* License header updatesinmarket2013-06-151-1/+1
* GOS updatesinmarket2013-06-021-5/+7
* GOS module, for operating system independanceinmarket2013-05-251-44/+39
* updated license headersJoel Bodenmann2013-05-031-19/+6
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
* updated license headersJoel Bodenmann2013-05-021-0/+9
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-112-0/+241
* removed GDISP_LLD() macroJoel Bodenmann2013-02-112-241/+0
* more doxygen cleanupJoel Bodenmann2012-12-191-82/+2
* RestructureAndrew Hannam2012-12-062-0/+321