aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/memory.x
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-04 18:41:46 +0100
committerJames Munns <[email protected]>2025-12-04 18:43:11 +0100
commit277ab0d2e8714edf37a0ee84cda1059d9944ecef (patch)
tree66aa6d80c83cba390e0be15d3a43907ba65aa96b /examples/mcxa/memory.x
parentdc6bf5d44675f6f2013ddfab6b14df25a996a965 (diff)
Move examples to top level example folder
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}