led_client/embassy/tests/rp/memory.x
2024-12-21 00:48:45 -05:00

5 lines
123 B
Plaintext

/* Provides information about the memory layout of the device */
MEMORY {
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}