Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 ↵ | Joel Bodenmann | 2016-01-11 | 1 | -2/+2 |
| | | | | | | to linker errors when no malloc() / free() are available" This reverts commit ed9a422d81994047edc59794ff26bbcc1f7ea6c5. | ||||
* | Setting the default heap size to 5120 bytes to avoid confusion due to linker ↵ | Joel Bodenmann | 2016-01-08 | 1 | -2/+2 |
| | | | | errors when no malloc() / free() are available | ||||
* | 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 ↵ | inmarket | 2015-11-27 | 4 | -2/+42 |
| | | | | | | | | link errors from C library routines that need malloc | ||||
| * | 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 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | 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 |
| |