aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Embedded.cfg
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-10-18 12:43:43 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-10-18 12:43:43 +0300
commit09325ab7036a1bc92818503dc1dbf65f7117f39d (patch)
treecec487e45fd42c7977e1ab53af56af848ffc4378 /Software/Embedded_SW/Embedded/Embedded.cfg
parent694fca0ac0aa6e65cd17b0cf30a71214f14c0579 (diff)
downloadTango-09325ab7036a1bc92818503dc1dbf65f7117f39d.tar.gz
Tango-09325ab7036a1bc92818503dc1dbf65f7117f39d.zip
stack size 60k
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
-rw-r--r--Software/Embedded_SW/Embedded/Embedded.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg
index 9aa9b2470..7ef723a1c 100644
--- a/Software/Embedded_SW/Embedded/Embedded.cfg
+++ b/Software/Embedded_SW/Embedded/Embedded.cfg
@@ -18,7 +18,7 @@ var Task = xdc.useModule('ti.sysbios.knl.Task');
var HeapTrack = xdc.useModule('ti.sysbios.heaps.HeapTrack');
//var Memory = xdc.useModule('xdc.runtime.Memory');
-BIOS.heapSize = 50000; // bios heapmem
+BIOS.heapSize = 60000; // bios heapmem
//Memory.defaultHeapSize = 20000;
//Program.heap = 40000;
//Program.stack = 4096;