aboutsummaryrefslogtreecommitdiff
path: root/memory.x
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-04-12 18:37:30 -0400
committerIan McIntyre <me@mciantyre.dev>2025-09-28 10:32:16 -0400
commit495fbc58b6f4d2e751b16883a2c5cee3c598fd79 (patch)
tree733294d810dbd02dba79c156d47cdee246a88aec /memory.x
parent7bf03005703186667623bfc681e10c44f7f8923d (diff)
Prototype a v0.2HEADv0.2
Needs to be documented. The gist: remove references to MMIO, and add support for nested structures. Drop the reset_reg! macro.
Diffstat (limited to 'memory.x')
-rw-r--r--memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/memory.x b/memory.x
new file mode 100644
index 0000000..19825e7
--- /dev/null
+++ b/memory.x
@@ -0,0 +1,5 @@
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 64K
+ RAM : ORIGIN = 0x20000000, LENGTH = 20K
+}