aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/memory.x
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-05 12:03:00 +0000
committerGitHub <[email protected]>2025-12-05 12:03:00 +0000
commit4053e5233fab875c4607cd2fed7a7cf5659ce3e1 (patch)
tree9fd7d45b6c3f65c7eb62604ba3be625de3b4d3a5 /examples/mcxa/memory.x
parent5572b884a166b4012a250a12537c4cdd63b377c3 (diff)
parent2b607b8aae8cab98e41159f657ecd2c3bf790592 (diff)
Merge pull request #4989 from jamesmunns/james/upstream-mcxa
Upstream `embassy-mcxa`
Diffstat (limited to 'examples/mcxa/memory.x')
-rw-r--r--examples/mcxa/memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/mcxa/memory.x b/examples/mcxa/memory.x
new file mode 100644
index 000000000..315ced58a
--- /dev/null
+++ b/examples/mcxa/memory.x
@@ -0,0 +1,5 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x00000000, LENGTH = 1M
4 RAM : ORIGIN = 0x20000000, LENGTH = 128K
5}