aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
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