mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
rename debug*.ld to linker*.ld
This commit is contained in:
parent
bb85100586
commit
e9f2068226
4 changed files with 4 additions and 4 deletions
18
firmware/obj/linker_mem.ld
Normal file
18
firmware/obj/linker_mem.ld
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* GENERATED FILE - DO NOT EDIT
|
||||
* (C) Code Red Technologies Ltd, 2008-9
|
||||
* Generated linker script include file for
|
||||
* (created from LinkMemoryTemplate (LPCXpresso 3.8.2 [Build 129] [31/01/2011] ) on Fri Apr 01 20:01:18 CEST 2011)
|
||||
*/
|
||||
|
||||
MEMORY
|
||||
{
|
||||
/* Define each memory region */
|
||||
MFlash32 (rx) : ORIGIN = 0x0, LENGTH = 0x8000 /* 32k */
|
||||
RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* 8k */
|
||||
|
||||
}
|
||||
/* Define a symbol for the top of each memory region */
|
||||
__top_MFlash32 = 0x0 + 0x8000;
|
||||
__top_RamLoc8 = 0x10000000 + 0x2000;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue