Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -2/+2 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 1 | -2/+2 |
| | | | | | | 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 | ||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -6/+10 |
| | |||||
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 1 | -1/+5 |
| | | | | more cross platform | ||||
* | 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) | ||||
* | Significant improvements in alternative scheduler. | inmarket | 2015-07-16 | 1 | -783/+6 |
| | | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7. | ||||
* | Fixing syntax errors in order to be able to compile scheduler code (still ↵ | Joel Bodenmann | 2015-07-12 | 1 | -45/+45 |
| | | | | not working but compiling) | ||||
* | Some fixes in ASM code | Joel Bodenmann | 2015-07-12 | 1 | -11/+11 |
| | |||||
* | Merge branch 'master' into Alternate_Raw32_Scheduler | inmarket | 2015-07-08 | 1 | -4/+5 |
|\ | |||||
| * | Provide better access to compiler optimisations for the raw scheduler | inmarket | 2015-07-08 | 1 | -4/+5 |
| | | |||||
* | | Merge branch 'master' into Alternate_Raw32_Scheduler | inmarket | 2015-07-08 | 1 | -1/+1 |
|\| | |||||
| * | Correction of stackbase for mingw32 | inmarket | 2015-07-08 | 1 | -1/+1 |
| | | |||||
* | | Alternate Raw32 scheduler. | inmarket | 2015-07-08 | 1 | -111/+237 |
|/ | | | | | | Works for main thread + one other thread. Currently fails with 2 other threads. STM32M4 code tested and working. | ||||
* | Fix single file make issues with GOS Raw32 on the Win32 platform. | inmarket | 2015-07-08 | 1 | -1/+10 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | inmarket | 2015-07-08 | 1 | -1/+1 |
|\ | |||||
| * | Fixing stack alignment issue in RAW32 scheduler | Joel Bodenmann | 2015-07-08 | 1 | -1/+1 |
| | | |||||
* | | Spelling fixes. | inmarket | 2015-07-08 | 1 | -2/+2 |
|/ | |||||
* | Fix misspelling of KEIL preprocessor directive. | inmarket | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | More updates for Keil with raw32 GOS. | inmarket | 2015-03-18 | 1 | -11/+5 |
| | |||||
* | Attempt to fix setjmp issues with the Kiel compiler. | inmarket | 2015-03-18 | 1 | -7/+9 |
| | |||||
* | 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/+739 |