moves linker script file into moonlight

This commit is contained in:
2026-04-10 12:35:55 +02:00
parent 764ccd4a52
commit 86025e020d
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
MEMORY
{
rom (rxai!w) : ORIGIN = 0x10080000, LENGTH = 8k
flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M
ram (wxa!ri) : ORIGIN = 0x30000000, LENGTH = 128K
dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 1024M
}