aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_x_threads.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-1/+1
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-9/+9
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-12/+12
* Update license headerTibo Clausen2018-10-011-1/+1
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-4/+4
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-10/+10
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-12/+12
* Added new type definitions - moving towards V3.0inmarket2018-06-231-12/+12
* First set of V3 macro changesinmarket2018-02-271-6/+6
* Revert "Remove some compiler warnings"Joel Bodenmann2016-12-141-0/+2
* Update Raw32 threads CLIB support to work with modern versions of the MINGW c...inmarket2016-12-121-2/+3
* Support for Keil compiler RAW32 CPU specific task switching for Cortex M0,1,3...inmarket2016-12-061-13/+13
* Fix a bug in the Cortex M0 task switcherinmarket2016-12-061-107/+9
* Remove some compiler warningsinmarket2016-12-061-2/+0
* Fix preprocessor elif, GFX_CPU == duplicatedKimball Johnson2016-05-221-1/+1
* Fix for using raw32 on a known but unsupported cpuinmarket2015-12-241-123/+119
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* Fixing typo in macrosJoel Bodenmann2015-11-141-2/+2
* Fix compiler detection for Keil uVision V5inmarket2015-11-121-2/+2
* Revert the use of the new compiler defines as they are not autodetected corre...inmarket2015-11-111-2/+2
* Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEILJoel Bodenmann2015-11-071-2/+2
* Significant improvements in alternative scheduler.inmarket2015-07-161-0/+672