diff options
Diffstat (limited to 'targets/tyan/s2885')
-rw-r--r-- | targets/tyan/s2885/Config.lb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/targets/tyan/s2885/Config.lb b/targets/tyan/s2885/Config.lb index 8cb8f70bee..6f313264a2 100644 --- a/targets/tyan/s2885/Config.lb +++ b/targets/tyan/s2885/Config.lb @@ -179,14 +179,14 @@ option DEBUG=1 option _RAMBASE=0x004000 ## -## Use a 128K stack +## Use a 128K stack + 128 ## -option STACK_SIZE=0x4000 +option STACK_SIZE=0x8000 ## -## Use a 256K heap + 64 +## Use a 256K heap + 128 + 64 ## -option HEAP_SIZE=0xa000 +option HEAP_SIZE=0xe000 # ### |