aboutsummaryrefslogtreecommitdiff
path: root/examples/memory.x
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-31 00:54:20 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-31 00:54:20 +0200
commit7f0e778145e7a0f7281d9b37e59473fddf232097 (patch)
treee4f70ef398807f1524301fec6e6fae121b05d5aa /examples/memory.x
parent6c1137177f92f9a5c5cd9c2a0450b5db5165f8be (diff)
move embassy-net-w5500 to subdir.
Diffstat (limited to 'examples/memory.x')
-rw-r--r--examples/memory.x5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/memory.x b/examples/memory.x
deleted file mode 100644
index eb8c1731d..000000000
--- a/examples/memory.x
+++ /dev/null
@@ -1,5 +0,0 @@
1MEMORY {
2 BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
3 FLASH : ORIGIN = 0x10000100, LENGTH = 1024K - 0x100
4 RAM : ORIGIN = 0x20000000, LENGTH = 256K
5} \ No newline at end of file