aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m/lisa-m.ld
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-02-21 13:51:56 -0800
committerPiotr Esden-Tempski2012-02-21 13:51:56 -0800
commitc654b2199a076da59e5cc71009c9d26ba9dbdeae (patch)
treeacb1a60d90ce5c0c319c4f86e2dd35a5c476587b /examples/stm32/f1/lisa-m/lisa-m.ld
parentbffbb0e54de237b1e396994bb4c065b4a3682b6c (diff)
Renamed current lisa-m tests to lisa-m-1 as it differs a bit from v2.
Diffstat (limited to 'examples/stm32/f1/lisa-m/lisa-m.ld')
-rw-r--r--examples/stm32/f1/lisa-m/lisa-m.ld32
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/stm32/f1/lisa-m/lisa-m.ld b/examples/stm32/f1/lisa-m/lisa-m.ld
deleted file mode 100644
index 726d34a..0000000
--- a/examples/stm32/f1/lisa-m/lisa-m.ld
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * This file is part of the libopencm3 project.
- *
- * Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/* Linker script for Lisa-M (STM32F103RBT6, 128K flash, 20K RAM). */
-/* TODO: Chip name and sizes correct? */
-
-/* Define memory regions. */
-MEMORY
-{
- rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
- ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
-}
-
-/* Include the common ld script. */
-INCLUDE libopencm3_stm32f1.ld
-