mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-10 21:05:04 +00:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
/* Memory Definitions */
|
||
|
|
||
|
MEMORY
|
||
|
{
|
||
|
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 64K
|
||
|
DATA (rw) : ORIGIN = 0x00200000, LENGTH = 16K
|
||
|
}
|
||
|
INCLUDE AT91SAM7S-ROM.ld
|
||
|
|