diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-07-16 19:02:59 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-07-16 19:02:59 +1000 |
commit | c1d239bbdaef9ae08948ad2b61510ac1cd240947 (patch) | |
tree | e7fbe4bc48b618f1f54227ae9dc46d6172a384b1 /gfxconf.example.h | |
parent | b3028a78d15a325eee1ec9563047637908cab8f5 (diff) | |
download | uGFX-c1d239bbdaef9ae08948ad2b61510ac1cd240947.tar.gz uGFX-c1d239bbdaef9ae08948ad2b61510ac1cd240947.tar.bz2 uGFX-c1d239bbdaef9ae08948ad2b61510ac1cd240947.zip |
Significant improvements in alternative scheduler.
Isolate the generic thread and heap code
Tidyup's.
Generic threading now working for x86, cortex-m0->m7.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 52c129ef..d46bbae2 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -35,13 +35,15 @@ //#define GFX_USE_OS_ECOS FALSE //#define GFX_USE_OS_RAWRTOS FALSE //#define GFX_USE_OS_RAW32 FALSE -// #define GOS_RAW_HEAP_SIZE 0 // #define INTERRUPTS_OFF() optional_code // #define INTERRUPTS_ON() optional_code // Options that (should where relevant) apply to all operating systems // #define GFX_COMPILER GFX_COMPILER_UNKNOWN +// #define GFX_CPU GFX_CPU_UNKNOWN +// #define GFX_OS_HEAP_SIZE 0 // #define GFX_NO_OS_INIT FALSE +// #define GFX_OS_INIT_NO_WARNING FALSE // #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine // #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine |