aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_x_threads.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-1/+1
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-9/+9
| | | | gMutex etc
* 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 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-12/+12
|
* First set of V3 macro changesinmarket2018-02-271-6/+6
|
* Revert "Remove some compiler warnings"Joel Bodenmann2016-12-141-0/+2
| | | | This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e.
* Update Raw32 threads CLIB support to work with modern versions of the MINGW ↵inmarket2016-12-121-2/+3
| | | | compiler
* Support for Keil compiler RAW32 CPU specific task switching for Cortex ↵inmarket2016-12-061-13/+13
| | | | M0,1,3,4,7
* Fix a bug in the Cortex M0 task switcherinmarket2016-12-061-107/+9
| | | | Start of Keil compiler CPU specific switching
* 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
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* 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 ↵inmarket2015-11-111-2/+2
| | | | correctly yet
* Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEILJoel Bodenmann2015-11-071-2/+2
|
* Significant improvements in alternative scheduler.inmarket2015-07-161-0/+672
Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.