mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
6 lines
212 B
Text
6 lines
212 B
Text
MEMORY {
|
|
rom : ORIGIN = 0x00000000, LENGTH = 0x00008000
|
|
sram : ORIGIN = 0x10000000, LENGTH = 0x00008000
|
|
main_ram : ORIGIN = 0x40000000, LENGTH = 0x10000000
|
|
ethmac : ORIGIN = 0xb0000000, LENGTH = 0x00002000
|
|
}
|