Skip to content

Commit 29022bd

Browse files
committed
Change default rust memory.x to use micro config
1 parent e789d31 commit 29022bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/mlogv32/memory.x

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/* included with feature default-memory */
22

33
MEMORY {
4-
ROM (rx) : ORIGIN = 0x00000000, LENGTH = 0x480000
5-
RAM (rwx) : ORIGIN = 0x80000000, LENGTH = 0x480000
6-
MMIO (rw) : ORIGIN = 0xf0000000, LENGTH = 0x10000000
4+
ROM (rx) : ORIGIN = 0x00000000, LENGTH = 512K
5+
RAM (rwx) : ORIGIN = 0x80000000, LENGTH = 3M
76
}
87

98
REGION_ALIAS("REGION_TEXT", ROM);

0 commit comments

Comments
 (0)