aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_options.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding Qt GOS portJoel Bodenmann2016-07-191-0/+7
|
* 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 ↵Joel Bodenmann2016-01-111-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 Bodenmann2016-01-081-2/+2
| | | | errors when no malloc() / free() are available
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-271-2/+3
|\
| * Add ability to emulate malloc() and free() to prevent nasty hard to find ↵inmarket2015-11-271-2/+3
| | | | | | | | link errors from C library routines that need malloc
* | Adding support for NIOS-II platformJoel Bodenmann2015-11-271-0/+7
|/
* Add missing defines and move some config variablesinmarket2015-11-111-46/+40
|
* Adding missing defines for GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL in ↵Joel Bodenmann2015-11-081-1/+2
| | | | gos_options.h
* 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
|
* Adding dedicated support for generic CMSIS RTOS and specific KEIL RTXJoel Bodenmann2015-10-191-1/+8
|
* First attempt at Keil CMSIS supportinmarket2015-10-121-0/+7
|
* Renaming GFX_NO_OS_INIT to GFX_OS_NO_INITJoel Bodenmann2015-08-161-2/+2
|
* Significant improvements in alternative scheduler.inmarket2015-07-161-4/+38
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Provide better access to compiler optimisations for the raw schedulerinmarket2015-07-081-0/+12
|
* Add Arduino as a full GOS supported operating system (even though it is ↵inmarket2015-04-071-0/+7
| | | | really just a special bare bones platform)
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+115
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).