From 566bc155acac0ef8f2826920244713f10044f951 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 09:53:03 +0000 Subject: Start of tree reorganization. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8897 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld (limited to 'os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld') diff --git a/os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld b/os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld new file mode 100644 index 000000000..d792364f5 --- /dev/null +++ b/os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld @@ -0,0 +1,31 @@ +/* + ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio. + + This file is part of ChibiOS. + + ChibiOS 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. + + ChibiOS 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 . +*/ + +/* + * SPC57EM80-HSM memory setup. + */ +MEMORY +{ + flash : org = 0x0060C000, len = 144k + dflash0 : org = 0x00680000, len = 16k + dflash1 : org = 0x00684000, len = 16k + ram : org = 0xA0000000, len = 40k +} + +INCLUDE rules_z0.ld -- cgit v1.2.3