| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license header | Tibo Clausen | 2018-10-01 | 41 | -41/+41 |
* | Added type gThread to replace V2.x gfxThreadHandle | inmarket | 2018-07-08 | 24 | -67/+68 |
* | gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY | inmarket | 2018-07-08 | 15 | -48/+51 |
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 20 | -80/+83 |
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 31 | -271/+278 |
* | Another ChibiOS V5 fix | inmarket | 2018-07-08 | 1 | -1/+5 |
* | Add support for ChibiOS V5 - Thanks Vrollei | inmarket | 2018-07-07 | 2 | -29/+32 |
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 28 | -477/+227 |
* | Merge remote-tracking branch 'origin/master' | inmarket | 2018-03-10 | 2 | -0/+8 |
|\ |
|
| * | Tab to spaces | Thomas Sterren | 2018-03-06 | 1 | -1/+1 |
| * | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX | Thomas Sterren | 2018-03-06 | 21 | -92/+82 |
| |\ |
|
| * | | Compiler satisfaction | Thomas Sterren | 2018-02-20 | 1 | -0/+1 |
| * | | _gosPostInit() needs to be in C | Thomas Sterren | 2018-02-20 | 1 | -0/+1 |
| * | | Defined gfxRealloc() for GFX_USE_OS_QT | Thomas Sterren | 2018-02-20 | 2 | -0/+6 |
* | | | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -6/+10 |
| |/
|/| |
|
* | | First set of V3 macro changes | inmarket | 2018-02-27 | 21 | -91/+81 |
* | | Fixing issue in RTX5/CMSIS2 port | Joel Bodenmann | 2018-02-26 | 1 | -1/+1 |
|/ |
|
* | Doxygen fix | Joel Bodenmann | 2017-10-29 | 1 | -117/+111 |
* | Adding Zephyr port | Joel Bodenmann | 2017-09-20 | 7 | -3/+152 |
* | Temporary fix for unknown osFeature_Semaphore value (needs fixing!) | Joel Bodenmann | 2017-08-29 | 1 | -1/+1 |
* | Adding CMSIS2 port to gos_mk.c | Joel Bodenmann | 2017-08-29 | 1 | -0/+1 |
* | Fixing typo in CMSIS2 port | Joel Bodenmann | 2017-08-29 | 1 | -1/+1 |
* | Fix where some V3.x changes found there way back into V2 causing a compile error | inmarket | 2017-08-26 | 1 | -2/+2 |
* | Remove #error in cmsis2 | inmarket | 2017-08-17 | 1 | -2/+0 |
* | Add files missing due to git problems | inmarket | 2017-08-17 | 3 | -0/+243 |
* | CHibiOS fixes from removing gfxSemCounter() | inmarket | 2017-08-16 | 1 | -11/+26 |
* | Add support for CMSIS V2 OS's eg RTX5 | inmarket | 2017-08-16 | 3 | -4/+22 |
* | Remove long obsoleted (and dubious) functions gfxSemCounter() and gfxSemCount... | inmarket | 2017-08-16 | 15 | -92/+8 |
* | Add compatibility with Visual Studio and make compile warning capabilities mo... | inmarket | 2017-06-30 | 13 | -18/+70 |
* | Fixed an issue on FreeRTOS where thread stacks were being created too large | inmarket | 2017-04-06 | 1 | -0/+3 |
* | Make the uGFXMain() prototype always available | inmarket | 2017-03-04 | 1 | -2/+0 |
* | Change the prototype for uGFXMain() | inmarket | 2017-03-04 | 2 | -4/+8 |
* | FEATURE: Significantly improved the FreeRTOS port | inmarket | 2017-03-04 | 14 | -9/+111 |
* | Updates to the FreeRTOS GOS port | inmarket | 2017-03-01 | 2 | -78/+32 |
* | Ensure stack size produces an aligned stack on platforms where it matters | inmarket | 2017-01-09 | 5 | -5/+9 |
* | Fix Cortex m0 Raw32 scheduler. | inmarket | 2016-12-30 | 3 | -18/+25 |
* | Updates to Keil RAW32 CPU specific scheduler. | inmarket | 2016-12-23 | 3 | -3/+27 |
* | Revert "Remove some compiler warnings" | Joel Bodenmann | 2016-12-14 | 1 | -0/+2 |
* | Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 thread... | Joel Bodenmann | 2016-12-12 | 3 | -3/+3 |
* | Cleaning up raw32 thread context switching functions (use consistent coding s... | Joel Bodenmann | 2016-12-12 | 3 | -30/+30 |
* | Fixing typo in comment | Joel Bodenmann | 2016-12-12 | 1 | -1/+1 |
* | Update the Raw32 heap allocator to remove a memory merging bug. | inmarket | 2016-12-12 | 1 | -62/+50 |
* | Update Raw32 threads CLIB support to work with modern versions of the MINGW c... | inmarket | 2016-12-12 | 1 | -2/+3 |
* | Fix GCC assembler broken during Keil port | inmarket | 2016-12-08 | 3 | -6/+6 |
* | Support for Keil compiler RAW32 CPU specific task switching for Cortex M0,1,3... | inmarket | 2016-12-06 | 4 | -70/+106 |
* | Fix a bug in the Cortex M0 task switcher | inmarket | 2016-12-06 | 4 | -107/+265 |
* | Remove some compiler warnings | inmarket | 2016-12-06 | 1 | -2/+0 |
* | Fix clang build warnings | Oleg Gerasimov | 2016-08-20 | 2 | -1/+2 |
* | Adding Qt GOS port | Joel Bodenmann | 2016-07-19 | 5 | -4/+313 |
* | add support for ChibiOS RT 4 kernel | Nicolas Reinecke | 2016-06-01 | 2 | -7/+16 |