From dff03ecfc74d6af716637888338ebfa99ab7a027 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 2 Jun 2021 01:30:07 +0200 Subject: Move examples to a subdirectory --- examples/rp/memory.x | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/rp/memory.x (limited to 'examples/rp/memory.x') 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 @@ +MEMORY { + BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100 + FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100 + RAM : ORIGIN = 0x20000000, LENGTH = 256K +} \ No newline at end of file -- cgit