aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_qt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-5/+5
|
* 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-2/+2
|
* Tab to spacesThomas Sterren2018-03-061-1/+1
|
* Compiler satisfactionThomas Sterren2018-02-201-0/+1
|
* _gosPostInit() needs to be in CThomas Sterren2018-02-201-0/+1
|
* Defined gfxRealloc() for GFX_USE_OS_QTThomas Sterren2018-02-201-0/+5
|
* Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵inmarket2017-08-161-10/+0
| | | | gfxSemCounterI()
* 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
* Fix clang build warningsOleg Gerasimov2016-08-201-1/+1
|
* Adding Qt GOS portJoel Bodenmann2016-07-191-0/+222