aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Expand)AuthorAgeFilesLines
...
* Revert the use of the new compiler defines as they are not autodetected corre...inmarket2015-11-111-2/+2
* Adding missing defines for GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL in gos_op...Joel Bodenmann2015-11-081-1/+2
* Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEILJoel Bodenmann2015-11-071-2/+2
* Adding missing default value for GFX_NO_INLINEJoel Bodenmann2015-11-041-0/+9
* Adding missing GFX_USE_OS_RAWRTOS default valueJoel Bodenmann2015-10-291-0/+7
* DocumentationJoel Bodenmann2015-10-291-1/+1
* Another CMSIS fixinmarket2015-10-261-1/+1
* Another attempt to get CMSIS semaphores correct.inmarket2015-10-262-9/+17
* CMSIS semaphore fixinmarket2015-10-261-3/+3
* Remove superfluous fileinmarket2015-10-261-89/+0
* Fixing Mutex and Semaphores for CMSIS RTOSJoel Bodenmann2015-10-252-6/+12
* Adding missing defines for CMSIS and Keil OSJoel Bodenmann2015-10-231-0/+4
* Merge branch 'master' into Keilinmarket2015-10-233-6/+3
|\
| * More thread return fixesinmarket2015-10-233-1/+12
| * Adding new THREAD_RETURN macro to other portsJoel Bodenmann2015-10-238-0/+8
| * Fixing compiler warning "assignment in condition" (ARMCC)Joel Bodenmann2015-10-191-1/+2
* | Adding new THREAD_RETURN macro to other portsJoel Bodenmann2015-10-198-0/+8
* | Compiler warningsJoel Bodenmann2015-10-191-2/+7
* | Fixing compiler warning "assignment in condition" (ARMCC)Joel Bodenmann2015-10-191-1/+2
* | Adding dedicated support for generic CMSIS RTOS and specific KEIL RTXJoel Bodenmann2015-10-198-90/+225
* | Updating KEIL portJoel Bodenmann2015-10-192-8/+11
* | Fixing compiler warning/errorJoel Bodenmann2015-10-191-0/+2
* | Fixing Keil RTOX port. Now compiling (untested)Joel Bodenmann2015-10-132-12/+22
* | First attempt at Keil CMSIS supportinmarket2015-10-127-2/+192
|/
* Improve RAW32 compatibility with other librariesinmarket2015-10-061-0/+7
* More STM32F746-Discovery changes.inmarket2015-10-061-2/+2
* Renaming GFX_NO_OS_INIT to GFX_OS_NO_INITJoel Bodenmann2015-08-165-9/+9
* Significant improvements in alternative scheduler.inmarket2015-07-1615-1411/+1121
* Fixing syntax errors in order to be able to compile scheduler code (still not...Joel Bodenmann2015-07-121-45/+45
* Some fixes in ASM codeJoel Bodenmann2015-07-121-11/+11
* Merge branch 'master' into Alternate_Raw32_Schedulerinmarket2015-07-083-9/+23
|\
| * Provide better access to compiler optimisations for the raw schedulerinmarket2015-07-083-9/+23
* | Merge branch 'master' into Alternate_Raw32_Schedulerinmarket2015-07-082-2/+2
|\|
| * Correction of stackbase for mingw32inmarket2015-07-082-2/+2
* | Alternate Raw32 scheduler.inmarket2015-07-082-111/+256
|/
* Fix single file make issues with GOS Raw32 on the Win32 platform.inmarket2015-07-081-1/+10
* Merge remote-tracking branch 'origin/master'inmarket2015-07-082-2/+2
|\
| * Fixing stack alignment issue in Arduino schedulerJoel Bodenmann2015-07-081-1/+1
| * Fixing stack alignment issue in RAW32 schedulerJoel Bodenmann2015-07-081-1/+1
* | Spelling fixes.inmarket2015-07-081-2/+2
|/
* Improving type definition inclusion in RAW32 portJoel Bodenmann2015-07-021-2/+6
* Fixing ChibiOS/RT 3.x portJoel Bodenmann2015-06-191-1/+2
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-081-0/+16
* Add the license to the makefilesinmarket2015-06-081-0/+5
* More GOS arduino files - oops missed them last commit.inmarket2015-04-072-0/+652
* Add Arduino as a full GOS supported operating system (even though it is reall...inmarket2015-04-074-3/+13
* Fix misspelling of KEIL preprocessor directive.inmarket2015-03-251-2/+2
* More updates for Keil with raw32 GOS.inmarket2015-03-182-16/+10
* Attempt to fix setjmp issues with the Kiel compiler.inmarket2015-03-181-7/+9
* Support ChibiOS V3 changes to the FileStream APIinmarket2015-03-111-1/+3