aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-27/+34
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-4/+4
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-5/+6
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-9/+12
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-7/+12
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-16/+23
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added new type definitions - moving towards V3.0inmarket2018-06-231-21/+24
|
* First set of V3 macro changesinmarket2018-02-271-3/+1
|
* Adding Zephyr portJoel Bodenmann2017-09-201-0/+2
|
* Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-161-0/+4
|
* Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵inmarket2017-08-161-21/+0
| | | | gfxSemCounterI()
* Ensure stack size produces an aligned stack on platforms where it mattersinmarket2017-01-091-1/+5
|
* Adding Qt GOS portJoel Bodenmann2016-07-191-2/+4
|
* Doxygen fixJoel Bodenmann2016-02-281-1/+1
|
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-271-0/+17
|\
| * Add ability to emulate malloc() and free() to prevent nasty hard to find ↵inmarket2015-11-271-0/+17
| | | | | | | | link errors from C library routines that need malloc
* | Adding support for NIOS-II platformJoel Bodenmann2015-11-271-0/+2
|/
* Make all include paths in ugfx relative.inmarket2015-11-211-11/+11
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Adding missing defines for CMSIS and Keil OSJoel Bodenmann2015-10-231-0/+4
|
* More thread return fixesinmarket2015-10-231-0/+10
|
* Add Arduino as a full GOS supported operating system (even though it is ↵inmarket2015-04-071-0/+2
| | | | really just a special bare bones platform)
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+470
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).