aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_ecos.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-2/+2
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-6/+6
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-5/+5
| | | | | | 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-2/+2
|
* First set of V3 macro changesinmarket2018-02-271-1/+1
|
* Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵inmarket2017-08-161-9/+2
| | | | gfxSemCounterI()
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
| | | | more cross platform
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-041-0/+4
| | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
* 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)
* Renaming GFX_NO_OS_INIT to GFX_OS_NO_INITJoel Bodenmann2015-08-161-2/+2
|
* Significant improvements in alternative scheduler.inmarket2015-07-161-1/+2
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-291-0/+115