aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_x_threads.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.