Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | 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 | ||||
* | 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 ↵ | inmarket | 2017-08-16 | 15 | -92/+8 |
| | | | | gfxSemCounterI() | ||||
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 13 | -18/+70 |
| | | | | more cross platform | ||||
* | 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 |
| | | | | | | 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 | ||||
* | 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 |
| | | | | Ensure 8 byte alignment of the stack for all ARM specific scheduler code. | ||||
* | Updates to Keil RAW32 CPU specific scheduler. | inmarket | 2016-12-23 | 3 | -3/+27 |
| | | | | Tested working on CortexM7 and CortexM7 with FP. | ||||
* | Revert "Remove some compiler warnings" | Joel Bodenmann | 2016-12-14 | 1 | -0/+2 |
| | | | | This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e. | ||||
* | Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 ↵ | Joel Bodenmann | 2016-12-12 | 3 | -3/+3 |
| | | | | threading functions | ||||
* | Cleaning up raw32 thread context switching functions (use consistent coding ↵ | Joel Bodenmann | 2016-12-12 | 3 | -30/+30 |
| | | | | style) | ||||
* | 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 |
| | | | | The new code has less allocation overhead but memory blocks are now not tracked while allocated. | ||||
* | Update Raw32 threads CLIB support to work with modern versions of the MINGW ↵ | inmarket | 2016-12-12 | 1 | -2/+3 |
| | | | | compiler | ||||
* | 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 ↵ | inmarket | 2016-12-06 | 4 | -70/+106 |
| | | | | M0,1,3,4,7 | ||||
* | Fix a bug in the Cortex M0 task switcher | inmarket | 2016-12-06 | 4 | -107/+265 |
| | | | | Start of Keil compiler CPU specific switching | ||||
* | 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 |
| | |||||
* | Fix preprocessor elif, GFX_CPU == duplicated | Kimball Johnson | 2016-05-22 | 1 | -1/+1 |
| |