From 495fbc58b6f4d2e751b16883a2c5cee3c598fd79 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 12 Apr 2025 18:37:30 -0400 Subject: Prototype a v0.2 Needs to be documented. The gist: remove references to MMIO, and add support for nested structures. Drop the reset_reg! macro. --- memory.x | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 memory.x (limited to 'memory.x') 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 +} -- cgit v1.2.3