aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug in the Cortex M0 task switcherinmarket2016-12-064-107/+265
* Remove some compiler warningsinmarket2016-12-061-2/+0
* Fix clang build warningsOleg Gerasimov2016-08-202-1/+2
* Adding Qt GOS portJoel Bodenmann2016-07-195-4/+313
* add support for ChibiOS RT 4 kernelNicolas Reinecke2016-06-012-7/+16
* Fix preprocessor elif, GFX_CPU == duplicatedKimball Johnson2016-05-221-1/+1
* Doxygen fixJoel Bodenmann2016-02-281-1/+1
* Adding missing default definitions of several macrosJoel Bodenmann2016-02-211-0/+12
* Revert "Setting the default heap size to 5120 bytes to avoid confusion due to...Joel Bodenmann2016-01-111-2/+2
* Setting the default heap size to 5120 bytes to avoid confusion due to linker ...Joel Bodenmann2016-01-081-2/+2
* Fix for using raw32 on a known but unsupported cpuinmarket2015-12-241-123/+119
* Removing default operating system to avoid confusionJoel Bodenmann2015-12-131-5/+1
* Removing debugging code from NIOS portJoel Bodenmann2015-12-041-3/+1
* Removing debugging code from NIOS portJoel Bodenmann2015-12-041-2/+1
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-276-33/+55
|\
| * Add ability to emulate malloc() and free() to prevent nasty hard to find link...inmarket2015-11-274-2/+42
| * Fix docoinmarket2015-11-271-30/+12
| * Fix from crteensy for Arduino when compiling with a strict(er) compilerinmarket2015-11-251-1/+1
* | Adding support for NIOS-II platformJoel Bodenmann2015-11-277-2/+121
|/
* Make all include paths in ugfx relative.inmarket2015-11-2113-23/+23
* Fixing typo in macrosJoel Bodenmann2015-11-141-2/+2
* Fix compiler detection for Keil uVision V5inmarket2015-11-121-2/+2
* Add missing defines and move some config variablesinmarket2015-11-111-46/+40
* 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