[stm32l1] Update linker scripts

Add the M+ and H density parts, and include the EEPROM sizes
This commit is contained in:
Karl Palsson
2013-02-12 13:22:28 +00:00
committed by Felix Ruess
parent 4907e161e2
commit 4636eb134c
5 changed files with 100 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/*
* This file is part of the libopencm3 project.
*
* Copyright (C) 2012 Karl Palsson <karlp@tweak.net.au
* Copyright (C) 2012 Karl Palsson <karlp@tweak.net.au>
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -24,6 +24,7 @@ MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
eep (r) : ORIGIN = 0x08080000, LENGTH = 4K
}
/* Include the common ld script. */