Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing demos | Joel Bodenmann | 2015-10-30 | 2 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Fixing gfxThreadCreate() call for the GTIMER thread because not all GOS ↵ | Joel Bodenmann | 2015-10-26 | 1 | -1/+1 |
| | | | | implementations actually create a stack when using DECLARE_THREAD_STACK (eg. the CMSIS RTOS port) | ||||
* | 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 | 2 | -0/+5 |
| | |||||
* | Merge branch 'master' into Keil | inmarket | 2015-10-23 | 103 | -720/+731 |
|\ | |||||
| * | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 99 | -711/+727 |
| | | |||||
| * | More thread return fixes | inmarket | 2015-10-23 | 4 | -4/+14 |
| | | |||||
| * | Adding new THREAD_RETURN macro to other ports | Joel Bodenmann | 2015-10-23 | 8 | -0/+8 |
| | | |||||
| * | Fixing compiler warning/error | Joel Bodenmann | 2015-10-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into Keil | Joel Bodenmann | 2015-10-21 | 2 | -16/+19 |
|\| | |||||
| * | Fixing more inlinings | Joel Bodenmann | 2015-10-21 | 1 | -4/+4 |
| | | |||||
| * | Fixing compiler warnings/errors | Joel Bodenmann | 2015-10-21 | 1 | -12/+15 |
| | | |||||
* | | Merge branch 'master' into Keil | Joel Bodenmann | 2015-10-20 | 1 | -2/+2 |
|\| | |||||
| * | Fixing typo in macro | Joel Bodenmann | 2015-10-20 | 1 | -2/+2 |
| | | |||||
* | | Adding THREAD_RETURN macro to GTIMER thread | Joel Bodenmann | 2015-10-20 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into Keil | Joel Bodenmann | 2015-10-20 | 5 | -53/+48 |
|\| | |||||
| * | Moving INLINE macro to gfx.h main file as inlined functions are also used ↵ | Joel Bodenmann | 2015-10-20 | 2 | -12/+12 |
| | | | | | | | | outside of gdisp.h | ||||
| * | Fixing compiler warnings in STM32F746-Discovery board files | Joel Bodenmann | 2015-10-20 | 2 | -40/+35 |
| | | |||||
| * | Fixing wrong macro default value definition | Joel Bodenmann | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into Keil | Joel Bodenmann | 2015-10-20 | 3 | -2/+14 |
|\| | |||||
| * | Fixing compiler warning "assignment in condition" (ARMCC) | Joel Bodenmann | 2015-10-19 | 1 | -1/+2 |
| | | |||||
| * | Adding boarder highlight if focused to checkbox widget | Joel Bodenmann | 2015-10-19 | 1 | -0/+6 |
| | | |||||
| * | Fixing checkbox keyboard handler | Joel Bodenmann | 2015-10-19 | 1 | -1/+1 |
| | | |||||
| * | Adding boarder highlight if focused to button widget | Joel Bodenmann | 2015-10-19 | 1 | -0/+6 |
| | | |||||
| * | Typo | Joel Bodenmann | 2015-10-19 | 1 | -1/+1 |
| | | |||||
* | | Updating changelog | Joel Bodenmann | 2015-10-20 | 1 | -0/+3 |
| | | |||||
* | | 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 compiler warning/error | Joel Bodenmann | 2015-10-18 | 1 | -1/+2 |
| | | |||||
* | | Fixing Keil RTOX port. Now compiling (untested) | Joel Bodenmann | 2015-10-13 | 2 | -12/+22 |
| | | |||||
* | | Merge branch 'master' into Keil | inmarket | 2015-10-13 | 29 | -119/+1096 |
|\| | |||||
| * | Merge branch 'TextEdit' | inmarket | 2015-10-13 | 29 | -119/+1096 |
| |\ | |||||
| | * | Doco | inmarket | 2015-10-13 | 1 | -1/+1 |
| | | | |||||
| | * | Working TextEdit with on-screen keyboard (and real keyboard) | inmarket | 2015-10-13 | 4 | -120/+135 |
| | | | |||||
| | * | Stop overwriting by the bounce ball when switching away from it in the ↵ | inmarket | 2015-10-06 | 1 | -2/+3 |
| | | | | | | | | | | | | applications/combo demo | ||||
| | * | Spacing fix | inmarket | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' into TextEdit | inmarket | 2015-10-06 | 38 | -3033/+3920 |
| | |\ | |||||
| | * | | Minor update | inmarket | 2015-10-05 | 2 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'master' into TextEdit | inmarket | 2015-09-18 | 21 | -2702/+4343 |
| | |\ \ | |||||
| | * | | | Add support for SH1106 in the SSD1306 driver | inmarket | 2015-09-18 | 2 | -0/+9 |
| | | | | |