aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/memory.x
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-02 01:30:07 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-02 01:32:19 +0200
commitdff03ecfc74d6af716637888338ebfa99ab7a027 (patch)
treec06bf2b0a2e6657c3427c956dbd27a4e45211aaa /examples/rp/memory.x
parenta0c5f7137fe0c45b8db0aad2a116aea91e6a93f7 (diff)
Move examples to a subdirectory
Diffstat (limited to 'examples/rp/memory.x')
-rw-r--r--examples/rp/memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/rp/memory.x b/examples/rp/memory.x
new file mode 100644
index 000000000..aba861aae
--- /dev/null
+++ b/examples/rp/memory.x
@@ -0,0 +1,5 @@
1MEMORY {
2 BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
3 FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
4 RAM : ORIGIN = 0x20000000, LENGTH = 256K
5} \ No newline at end of file