| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix preprocessor elif, GFX_CPU == duplicated | Kimball Johnson | 2016-05-22 | 1 | -1/+1 |
* | Doxygen fix | Joel Bodenmann | 2016-02-28 | 1 | -1/+1 |
* | Adding missing default definitions of several macros | Joel Bodenmann | 2016-02-21 | 1 | -0/+12 |
* | Revert "Setting the default heap size to 5120 bytes to avoid confusion due to... | Joel Bodenmann | 2016-01-11 | 1 | -2/+2 |
* | Setting the default heap size to 5120 bytes to avoid confusion due to linker ... | Joel Bodenmann | 2016-01-08 | 1 | -2/+2 |
* | Fix for using raw32 on a known but unsupported cpu | inmarket | 2015-12-24 | 1 | -123/+119 |
* | Removing default operating system to avoid confusion | Joel Bodenmann | 2015-12-13 | 1 | -5/+1 |
* | Removing debugging code from NIOS port | Joel Bodenmann | 2015-12-04 | 1 | -3/+1 |
* | Removing debugging code from NIOS port | Joel Bodenmann | 2015-12-04 | 1 | -2/+1 |
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-27 | 6 | -33/+55 |
|\ |
|
| * | Add ability to emulate malloc() and free() to prevent nasty hard to find link... | inmarket | 2015-11-27 | 4 | -2/+42 |
| * | Fix doco | inmarket | 2015-11-27 | 1 | -30/+12 |
| * | Fix from crteensy for Arduino when compiling with a strict(er) compiler | inmarket | 2015-11-25 | 1 | -1/+1 |
* | | Adding support for NIOS-II platform | Joel Bodenmann | 2015-11-27 | 7 | -2/+121 |
|/ |
|
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 13 | -23/+23 |
* | Fixing typo in macros | Joel Bodenmann | 2015-11-14 | 1 | -2/+2 |
* | Fix compiler detection for Keil uVision V5 | inmarket | 2015-11-12 | 1 | -2/+2 |
* | Add missing defines and move some config variables | inmarket | 2015-11-11 | 1 | -46/+40 |
* | Revert the use of the new compiler defines as they are not autodetected corre... | inmarket | 2015-11-11 | 1 | -2/+2 |
* | Adding missing defines for GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL in gos_op... | Joel Bodenmann | 2015-11-08 | 1 | -1/+2 |
* | Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL | Joel Bodenmann | 2015-11-07 | 1 | -2/+2 |
* | Adding missing default value for GFX_NO_INLINE | Joel Bodenmann | 2015-11-04 | 1 | -0/+9 |
* | Adding missing GFX_USE_OS_RAWRTOS default value | Joel Bodenmann | 2015-10-29 | 1 | -0/+7 |