Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵ | inmarket | 2018-11-03 | 1 | -10/+10 |
| | | | | gMutex etc | ||||
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Added type gThread to replace V2.x gfxThreadHandle | inmarket | 2018-07-08 | 1 | -3/+3 |
| | |||||
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 1 | -8/+8 |
| | |||||
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 1 | -10/+10 |
| | | | | | | 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.0 | inmarket | 2018-06-23 | 1 | -9/+9 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵ | inmarket | 2017-08-16 | 1 | -16/+2 |
| | | | | gfxSemCounterI() | ||||
* | FEATURE: Significantly improved the FreeRTOS port | inmarket | 2017-03-04 | 1 | -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. | inmarket | 2015-11-21 | 1 | -1/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 1 | -0/+3 |
| | |||||
* | /src/gos/gfx_* -> /src/gos/gos_* | Joel Bodenmann | 2014-09-29 | 1 | -0/+248 |