aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 13:03:38 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 13:03:38 +0000
commitf3ac9042e12b59a6ef48aa3443a4d63b92233e88 (patch)
tree504107f64faa5a21df308f573c8c4dbeac07239f /demos/SPC5
parent5e7988200ed01153074cf7b02e785fd9565611d9 (diff)
downloadChibiOS-f3ac9042e12b59a6ef48aa3443a4d63b92233e88.tar.gz
ChibiOS-f3ac9042e12b59a6ef48aa3443a4d63b92233e88.tar.bz2
ChibiOS-f3ac9042e12b59a6ef48aa3443a4d63b92233e88.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11133 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/Makefile-ht2
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf2
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcpbin67265 -> 69773 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/Makefile-ht b/demos/SPC5/RT-SPC560D-EVB/Makefile-ht
index 97c47b91e..92eabce97 100644
--- a/demos/SPC5/RT-SPC560D-EVB/Makefile-ht
+++ b/demos/SPC5/RT-SPC560D-EVB/Makefile-ht
@@ -89,7 +89,7 @@ DEPDIR := ./.dep-ht
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
# Startup files.
-include $(CHIBIOS)/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
+include $(CHIBIOS)/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ST_EVB_SPC560D/board.mk
diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
index d614f9099..8f4a2aa1d 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__ = 0x0800;
+__process_stack_size__ = 0x0400;
__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 d571ca8d1..71fb24fa3 100644
--- a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
+++ b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
Binary files differ