aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-20 14:08:33 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-20 14:08:33 +0000
commit3f7dc10eb071ed88f1287366f639df9165dcc5a9 (patch)
tree1e662a2ecb528e0c0b71c02f10d6a8ae4c732b4f /demos/SPC5
parented72cd26af0c254c83471ac7a1b9dad8b4da016c (diff)
downloadChibiOS-3f7dc10eb071ed88f1287366f639df9165dcc5a9.tar.gz
ChibiOS-3f7dc10eb071ed88f1287366f639df9165dcc5a9.tar.bz2
ChibiOS-3f7dc10eb071ed88f1287366f639df9165dcc5a9.zip
Updated SPC560D demo and reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10653 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf2
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcpbin67257 -> 67265 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
index 0596ad34a..d614f9099 100644
--- a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
+++ b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
@@ -28,7 +28,7 @@ MEMORY
}
__irq_stack_size__ = 0;
-__process_stack_size__ = 0x1000;
+__process_stack_size__ = 0x0800;
__ram_size__ = SIZEOF(ram);
__ram_start__ = ADDR(ram);
diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
index d1d29d865..d571ca8d1 100644
--- a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
+++ b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
Binary files differ