aboutsummaryrefslogtreecommitdiffstats
path: root/demos/various/RT-ARM7-GENERIC/ch.ld
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-10 11:29:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-10 11:29:42 +0000
commit87c1458bed09c4fbaa954c5cd60f23d920e80dd0 (patch)
tree34c79fb0d920959aed55c5b3d47f13c2855cdc25 /demos/various/RT-ARM7-GENERIC/ch.ld
parent2fd2d1efb9a720b7e601123e5504730685e98557 (diff)
downloadChibiOS-87c1458bed09c4fbaa954c5cd60f23d920e80dd0.tar.gz
ChibiOS-87c1458bed09c4fbaa954c5cd60f23d920e80dd0.tar.bz2
ChibiOS-87c1458bed09c4fbaa954c5cd60f23d920e80dd0.zip
MISRAs on ARM port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7748 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/various/RT-ARM7-GENERIC/ch.ld')
-rw-r--r--demos/various/RT-ARM7-GENERIC/ch.ld29
1 files changed, 29 insertions, 0 deletions
diff --git a/demos/various/RT-ARM7-GENERIC/ch.ld b/demos/various/RT-ARM7-GENERIC/ch.ld
new file mode 100644
index 000000000..081996ad7
--- /dev/null
+++ b/demos/various/RT-ARM7-GENERIC/ch.ld
@@ -0,0 +1,29 @@
+/*
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+/*
+ * Generic device memory setup, customize it for your device.
+ */
+MEMORY
+{
+ flash : org = 0x00000000, len = 512k - 12k
+ ram : org = 0x40000200, len = 32k - 0x200 - 288
+ ram1 : org = 0, len = 0
+ ram2 : org = 0, len = 0
+ ram3 : org = 0, len = 0
+}
+
+INCLUDE rules.ld