Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\| | |||||
| * | Correction of stackbase for mingw32 | inmarket | 2015-07-08 | 2 | -2/+2 |
| | | |||||
* | | Alternate Raw32 scheduler. | inmarket | 2015-07-08 | 2 | -111/+256 |
|/ | | | | | | 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 | 2 | -2/+2 |
|\ | |||||
| * | Fixing stack alignment issue in Arduino scheduler | Joel Bodenmann | 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 |
|/ | |||||
* | Improving type definition inclusion in RAW32 port | Joel Bodenmann | 2015-07-02 | 1 | -2/+6 |
| | |||||
* | Fixing ChibiOS/RT 3.x port | Joel Bodenmann | 2015-06-19 | 1 | -1/+2 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+16 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | More GOS arduino files - oops missed them last commit. | inmarket | 2015-04-07 | 2 | -0/+652 |
| | |||||
* | Add Arduino as a full GOS supported operating system (even though it is ↵ | inmarket | 2015-04-07 | 4 | -3/+13 |
| | | | | really just a special bare bones platform) | ||||
* | Fix misspelling of KEIL preprocessor directive. | inmarket | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | More updates for Keil with raw32 GOS. | inmarket | 2015-03-18 | 2 | -16/+10 |
| | |||||
* | Attempt to fix setjmp issues with the Kiel compiler. | inmarket | 2015-03-18 | 1 | -7/+9 |
| | |||||
* | Support ChibiOS V3 changes to the FileStream API | inmarket | 2015-03-11 | 1 | -1/+3 |
| | |||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 4 | -0/+12 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 6 | -7/+10 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). |