Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Revert the use of the new compiler defines as they are not autodetected ↵ | inmarket | 2015-11-11 | 1 | -2/+2 | |
| | | | | correctly yet | |||||
* | Adding missing defines for GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL in ↵ | Joel Bodenmann | 2015-11-08 | 1 | -1/+2 | |
| | | | | gos_options.h | |||||
* | 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 | |
| | ||||||
* | Documentation | Joel Bodenmann | 2015-10-29 | 1 | -1/+1 | |
| | ||||||
* | Another CMSIS fix | inmarket | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | Another attempt to get CMSIS semaphores correct. | inmarket | 2015-10-26 | 2 | -9/+17 | |
| | ||||||
* | CMSIS semaphore fix | inmarket | 2015-10-26 | 1 | -3/+3 | |
| | ||||||
* | Remove superfluous file | inmarket | 2015-10-26 | 1 | -89/+0 | |
| | ||||||
* | Fixing Mutex and Semaphores for CMSIS RTOS | Joel Bodenmann | 2015-10-25 | 2 | -6/+12 | |
| | ||||||
* | Adding missing defines for CMSIS and Keil OS | Joel Bodenmann | 2015-10-23 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'master' into Keil | inmarket | 2015-10-23 | 3 | -6/+3 | |
|\ | ||||||
| * | More thread return fixes | inmarket | 2015-10-23 | 3 | -1/+12 | |
| | | ||||||
| * | Adding new THREAD_RETURN macro to other ports | Joel Bodenmann | 2015-10-23 | 8 | -0/+8 | |
| | | ||||||
| * | Fixing compiler warning "assignment in condition" (ARMCC) | Joel Bodenmann | 2015-10-19 | 1 | -1/+2 | |
| | | ||||||
* | | Adding new THREAD_RETURN macro to other ports | Joel Bodenmann | 2015-10-19 | 8 | -0/+8 | |
| | | ||||||
* | | Compiler warnings | Joel Bodenmann | 2015-10-19 | 1 | -2/+7 | |
| | | ||||||
* | | Fixing compiler warning "assignment in condition" (ARMCC) | Joel Bodenmann | 2015-10-19 | 1 | -1/+2 | |
| | | ||||||
* | | Adding dedicated support for generic CMSIS RTOS and specific KEIL RTX | Joel Bodenmann | 2015-10-19 | 8 | -90/+225 | |
| | | ||||||
* | | Updating KEIL port | Joel Bodenmann | 2015-10-19 | 2 | -8/+11 | |
| | | ||||||
* | | Fixing compiler warning/error | Joel Bodenmann | 2015-10-19 | 1 | -0/+2 | |
| | | ||||||
* | | Fixing Keil RTOX port. Now compiling (untested) | Joel Bodenmann | 2015-10-13 | 2 | -12/+22 | |
| | | ||||||
* | | First attempt at Keil CMSIS support | inmarket | 2015-10-12 | 7 | -2/+192 | |
|/ | ||||||
* | Improve RAW32 compatibility with other libraries | inmarket | 2015-10-06 | 1 | -0/+7 | |
| | ||||||
* | More STM32F746-Discovery changes. | inmarket | 2015-10-06 | 1 | -2/+2 | |
| | ||||||
* | Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT | Joel Bodenmann | 2015-08-16 | 5 | -9/+9 | |
| | ||||||
* | Significant improvements in alternative scheduler. | inmarket | 2015-07-16 | 15 | -1411/+1121 | |
| | | | | | | 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 | 3 | -9/+23 | |
|\ | ||||||
| * | Provide better access to compiler optimisations for the raw scheduler | inmarket | 2015-07-08 | 3 | -9/+23 | |
| | | ||||||
* | | Merge branch 'master' into Alternate_Raw32_Scheduler | inmarket | 2015-07-08 | 2 | -2/+2 | |
|\| |