aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-20 16:13:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-20 16:13:18 +0000
commit4d483752a84dd9bc75b7a2624b6cdfb2c401b143 (patch)
treeb04d31d3eb4a2e60f7b6a5ff1cb74fed4cdf2493 /demos/SPC5
parentf3e3f97c9326604a6bb1b2bd4a8661a54f1f1461 (diff)
downloadChibiOS-4d483752a84dd9bc75b7a2624b6cdfb2c401b143.tar.gz
ChibiOS-4d483752a84dd9bc75b7a2624b6cdfb2c401b143.tar.bz2
ChibiOS-4d483752a84dd9bc75b7a2624b6cdfb2c401b143.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8515 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf7
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcpbin61981 -> 61981 bytes
2 files changed, 3 insertions, 4 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
index b79240037..298121794 100644
--- a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
+++ b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
@@ -45,16 +45,15 @@ SECTIONS
KEEP(*(.boot))
}
- .handlers ALIGN(4): {
+ .handlers (VLECODE) ALIGN(4): {
KEEP(*(.handlers))
}
- .crt0 ALIGN(4): {
+ .crt0 (VLECODE) ALIGN(4): {
*(.crt0)
}
.init: {}
-
.init_vle (VLECODE) ALIGN(4):
{
*(.init)
@@ -66,7 +65,7 @@ SECTIONS
KEEP(*(.vectors))
}
- .ivors ALIGN(0x1000):
+ .ivors (VLECODE) ALIGN(0x1000):
{
__ivpr_base__ = .;
KEEP(*(.ivors))
diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
index b01513018..b9c560a16 100644
--- a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
+++ b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp
Binary files differ