mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
/* Provides information about the memory layout of the device */
|
||
|
MEMORY {
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||
|
}
|